MCP Server
Connect Buyary to any AI agent through MCP.
One remote server. Your agent discovers the tools and answers buying questions from the Evidence Layer.
What MCP enables.
Architecture.
Example tool calls.
get_product_intelligence(product_name: "AirPods Pro 3")
get_product_intelligence_batch(product_names: ["AirPods Pro 3", "QuietComfort Ultra"])Supported clients.
Common questions.
Which clients can connect?
Claude Desktop and Claude Code connect using documented setup guides. Cursor and other clients that support the remote HTTP MCP transport can connect with the same server URL and key, subject to each client's MCP support.
What tools does my agent discover?
Two: get_product_intelligence for one product, and get_product_intelligence_batch for up to five at once. Your agent calls them on its own when a question needs product data.
Any setup gotchas?
Use the canonical endpoint with its trailing slash: /mcp/. Today, the no-slash form can redirect in a way that drops the Authorization header on some clients, so the trailing-slash form is the reliable choice while that routing behavior is being resolved.
Do MCP and REST share keys?
Yes. A key issued from the dashboard works on both MCP and REST, so you do not manage separate credentials per protocol.