MCP
Model Context ProtocolThe standard protocol by which an agent discovers tools, invokes them, and reads structured resources. It's the transport: it defines how you talk, not what you buy.
Transport, tool listing and tool invocation implemented. Every connected store is exposed as a multi-tenant MCP server at POST /{store-slug}/mcp over Streamable HTTP transport, and it is the path all agentic traffic goes through today. What a given store actually serves depends on its own configuration: call `tools/list` and read the answer.
