# MCP Servers
Finqu provides Model Context Protocol (MCP) servers that enable custom AI agents to create unique shopping experiences
online and elsewhere. Build intelligent shopping assistants, conversational commerce interfaces, and personalized shopping
agents that can interact with your Finqu storefront.
## What is MCP?
Model Context Protocol (MCP) is an open protocol that enables AI agents to securely access external systems and
tools. Finqu's MCP servers act as bridges between your custom agents and your store, allowing them to:
- Query product data and store information
- Manage shopping carts
- Access administrative operations
- Create personalized shopping experiences
## Available MCP Servers
Finqu offers two MCP servers:
### Storefront MCP
The Storefront MCP enables custom AI agents to interact with your storefront operations, including product browsing, cart
management, and customer-facing features. Perfect for building shopping assistants, conversational commerce bots, and
personalized shopping experiences.
[Learn more about Storefront MCP →](./storefront)
### Admin MCP
The Admin MCP provides AI agents with access to administrative operations and merchant account management.
Coming Soon
## Getting Started
To connect your custom agents to Finqu using MCP servers:
1. **Enable MCP discovery** - Turn on MCP server discovery in your channel settings
2. **Choose your MCP server** - Select either Storefront MCP or Admin MCP based on your needs
3. **Generate API keys** - Create channel API keys in the Finqu admin area with appropriate permissions
4. **Connect your agent** - Point your custom agent to `/mcp` to discover and connect to the MCP server
5. **Start building** - Your custom agent can now interact with your Finqu store and create unique shopping experiences
## MCP Server Discovery
The MCP server is available at `/mcp` and is automatically discoverable when enabled in your channel
settings. This allows your custom agents to connect seamlessly without manual configuration.
## Next Steps
- [Storefront MCP](./storefront) - Connect custom agents to your storefront
- [Storefront GraphQL API](/apis-and-tools/storefront/overview) - Learn about the underlying GraphQL API