MCP for conversational agents
Best when Claude, Cursor, or another MCP host needs live search, product detail, inventory checks, and checkout handoff in one connector.
Loading…
Developer docs
Build shopping experiences on Xevryn from Claude, Cursor, your own agent, or ChatGPT-compatible surfaces. The same capability layer powers all three.
MCP server (streamable HTTP)
https://xevryn.com/mcpStreamable-HTTP MCP endpoint. Add it as a custom connector in Claude Settings → Connectors.
Agent REST API
https://xevryn.com/api/agent/JSON REST API mirroring the MCP tools. Authenticate with a bearer agent API key.
Product feed (NDJSON)
https://xevryn.com/api/agent/feed.jsonlNewline-delimited JSON product feed formatted for OpenAI's Agentic Commerce Protocol.
Policies
https://xevryn.com/api/agent/policiesCurrent brand, order handling, sizing, and payment guidance for agents.
MCP for conversational agents
Best when Claude, Cursor, or another MCP host needs live search, product detail, inventory checks, and checkout handoff in one connector.
REST for app-controlled flows
Best when your own product or partner system wants explicit HTTP control over catalog lookups, policy reads, and cart/checkout actions.
Feed for discovery and indexing
Best when a partner mainly needs searchable catalog context or OpenAI-compatible product ingestion without cart mutation.
Discovery surfaces can stay public, but any cart mutation or checkout handoff should use scoped bearer agent keys minted by a Xevryn admin or a shopper through personal agent keys when enabled.
Agents never process payments in chat. The start_checkout_handoff tool mints a single-use signed URL (/checkout/handoff?token=…) that migrates the agent cart into the browser session and drops the user on Xevryn's existing Mercado Pago checkout.
The product feed at /api/agent/feed.jsonl is formatted for OpenAI's Agentic Commerce Protocol. Instant Checkout remains behind a feature flag; discovery in ChatGPT is already supported via the feed.