Connect to Yotpo's MCP Servers
Connect Claude and other MCP-compatible AI clients to Yotpo's MCP servers, starting with the Discover MCP, to bring your store's content, analytics, and audience data directly into your AI workflow.
Yotpo publishes MCP (Model Context Protocol) servers that let Claude and other MCP-compatible AI clients securely access your Yotpo store's data and take actions on your behalf, without you writing any integration code.
This page covers every Yotpo MCP server. As we release new servers, we'll add a new section below rather than a new page, so bookmark this page as your starting point for connecting AI tools to Yotpo.
Available MCP servers
| Server | Endpoint | Transport | What it's for |
|---|---|---|---|
| Discover MCP | https://api.yotpo.com/discover/v3/mcp | Streamable HTTP | Content opportunities, content generation, and analytics for your store |
All Yotpo MCP servers use OAuth 2.0. When you connect, you're redirected to log in to Yotpo and approve access — there's no API key or token to copy and paste.
Discover MCP
The Discover MCP gives an AI client read access to your store's Discover data, and the ability to kick off content generation, directly from a chat.
With it connected, you (or your AI client) can:
- Find content opportunities based on your audience, topics, product categories, and geography
- Generate content briefs, blog drafts, and publisher briefs, and check on their generation status
- Query visibility, traffic-source, and shopping-journey analytics for your store
- Run onsite brand and competitor analysis
All data returned is scoped to the Yotpo store you authenticate with.
- Endpoint:
https://api.yotpo.com/discover/v3/mcp - Transport: Streamable HTTP
- Authentication: OAuth 2.0
Connecting
Claude.ai and Claude Desktop
- Go to Settings > Connectors (Claude Desktop) or Customize > Connectors (claude.ai).
- Select Add custom connector.
- Enter a name (for example,
Yotpo Discover) and the endpoint URL:https://api.yotpo.com/discover/v3/mcp. - Select Connect, then log in to Yotpo and approve access when prompted.
Claude Code
Add the server from the CLI:
claude mcp add --transport http yotpo-discover https://api.yotpo.com/discover/v3/mcpRun /mcp inside Claude Code to check connection status, or to trigger the OAuth login if you haven't authenticated yet.
Other MCP-compatible clients
Most MCP clients accept a JSON configuration block for remote servers. Add an entry like the following, then follow your client's flow to complete the OAuth login:
{
"mcpServers": {
"yotpo-discover": {
"url": "https://api.yotpo.com/discover/v3/mcp"
}
}
}Troubleshooting
- Asked to log in again? OAuth sessions can expire. Reconnect the server from your client and re-approve access.
- Seeing data from the wrong store? Disconnect and reconnect, making sure you log in with the Yotpo account tied to the store you want to access.
- Still stuck? Reach out to Yotpo support.
Updated about 3 hours ago