SUPER73 Agent Commerce MCP Server
SUPER73's North American storefront exposes a hosted, remote MCP server implementing the Universal Commerce Protocol (UCP) shopping service. tools/list answers anonymously over plain JSON-RPC with 13 tools, each carrying a complete JSON Schema inputSchema. The server is discovered from https://super73.com/llms.txt and https://super73.com/agents.md, and declared in the UCP merchant profile at https://super73.com/.well-known/ucp.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport mcp-over-http-json-rpc
Tools
search_catalog— Search the SUPER73 catalog for products matching a buyer's intent.lookup_catalog— Look up catalog entries by identifier.get_product— Retrieve a single product's details.create_cart— Create a cart and add desired line items.get_cart— Retrieve a cart by id.update_cart— Update cart line items or attributes.cancel_cart— Cancel/discard a cart.create_checkout— Create a checkout; returns line items, totals, discounts and taxes.get_checkout— Return checkout details including line items, totals, discounts and taxes.update_checkout— Set shipping address and delivery method on a checkout.complete_checkout— Finalize the purchase. Requires explicit contemporaneous buyer approval of payment.cancel_checkout— Cancel an in-progress checkout.get_order— Retrieve a placed order by id.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.