Subbly's MCP server
Subbly X only
The MCP server is currently only available to Subbly X merchants. It may open up to more plans later, but there is no ETA. To ask about access, contact Subbly support.
The Subbly's MCP server is a Model Context Protocol server. It exposes the Private API as tools, so an AI agent such as Claude Code, Cursor or VS Code can list your products, ship orders, create coupons and more, in plain language. Each tool wraps one Private API call and shares its fields and its responses.
The server runs at https://mcp.subbly.dev/mcp. It speaks the streamable
HTTP transport and holds no state between requests. Your Private API key
travels with every request in the X-API-KEY header; the server never stores
it, and each key gets its own rate limit.
In this section
- Connect a client — add the server to Claude Code, Cursor or VS Code, then try it in the MCP Inspector.
- Tools — the full list of tools, grouped by the part of the shop they work on.
Reference
The tools call the Private API. Its reference explains every field a tool takes and returns.