AgentsFront turns a Google Shopping feed into your own MCP endpoint — so assistants like Claude can search your catalog and answer real questions about your products, on an endpoint you control. No plugin, no platform lock-in.
Clay to Clay is a real ceramics shop with a real product feed. Add its endpoint to Claude and shop it in plain language — you'll get actual products, prices, and images back.
In Claude → Settings → Connectors → Add custom connector, paste the endpoint URL.
https://mcp.claytoclay.com/mcpStart a chat and ask naturally — for example:
"handmade cups, a pair, under $100"Claude calls the catalog tools and answers with matching products, prices, and image links — straight from the feed.
A scheduled lane keeps your catalog fresh from the feed. A serving lane answers agents on demand. The catalog in the middle is the only shared piece.
Have a Google Shopping feed and Docker? Point it at your feed and you get a working MCP endpoint locally — no cloud account required.
# clone, then point it at your feed git clone https://github.com/asharmairaj/agentsfront cd agentsfront AGENTSFRONT_FEED_URL="https://yourstore.example/feed.xml" \ docker compose up --build # → MCP endpoint at http://localhost:8080/mcp