AI-ready
Connect AI assistants to your store
EO Stores ships a hosted MCP (Model Context Protocol) server. Connect Claude Desktop, Cursor, or any MCP-compatible client to read your products, sales, customers and inventory.
smart_toy Hosted MCP server
SSE endpoint
https://everythingonlinestores.com/mcp/sse
Messages endpoint
https://everythingonlinestores.com/mcp/messages
Authenticate with a Bearer token (your es_live_ API key).
api REST mirror
API v1 base
https://everythingonlinestores.com/api/v1
MCP REST mirror
https://everythingonlinestores.com/api/mcp
Same Bearer auth. Useful for non-MCP HTTP clients.
Configure Claude Desktop or Cursor
Add the following to your MCP client config:
{
"mcpServers": {
"everything-stores": {
"url": "https://everythingonlinestores.com/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}
Get an API key
Sign in and visit API & MCP in your dashboard sidebar.
Create a read_only or read_write key.