{"openapi":"3.1.0","info":{"title":"Trusteed Agentic Commerce API","version":"1.0.0","description":"Multi-merchant MCP platform for AI agents. Enables autonomous product discovery, cart management, and checkout across a verified merchant network.","contact":{"name":"Trusteed Support","url":"https://trusteed.xyz","email":"support@trusteed.xyz"}},"servers":[{"url":"https://www.trusteed.xyz/api/v1"}],"paths":{"/{storeSlug}/mcp":{"post":{"summary":"MCP endpoint per merchant","description":"Streamable HTTP MCP endpoint (JSON-RPC 2.0). Supports tools: search_products, create_cart, complete_checkout, process_agent_payment."}},"/agent/search":{"post":{"summary":"Search products across all merchants","description":"Full-text product search across verified Trusteed merchants with trust score filtering."}},"/agent/checkout":{"post":{"summary":"Initiate agent checkout","description":"Create a checkout session for an agent-assembled cart. Supports stripe, x402, and paypal payment methods."}},"/agent/payment":{"post":{"summary":"Process x402 agent payment","description":"Process an x402 v2 micropayment (USDC on Base Sepolia) for an agent-initiated purchase."}}},"x-mpp":{"version":"1.0","payment_providers":["stripe","x402","paypal"],"checkout_endpoint":"/api/v1/agent/checkout","payment_endpoint":"/api/v1/agent/payment","x402_discovery":"/.well-known/x402","supported_currencies":["USD","EUR","USDC"]}}