eCommerce
theprotoclinical.com
Manages checkout operations for e-commerce, including creating, updating, completing, and canceling checkouts.
ENDPOINT 1
https://www.theprotoclinical.com/api/ucp/mcp
MCP server metadata
- Name
- universal-commerce
- Version
- 0.1.0
Known tools 13
get_checkoutReturns details about the checkout, including line items, totals, and any applicable discounts or taxes.
Inferred read-onlyget_cartGet the cart contents Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
Inferred read-onlycreate_cartCreates a new cart Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
Inferred read-onlyget_orderGet the details of an order Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.universal-commerce]
url = "https://www.theprotoclinical.com/api/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"universal-commerce": {
"type": "http",
"url": "https://www.theprotoclinical.com/api/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: universal-commerce
Remote MCP URL: https://www.theprotoclinical.com/api/ucp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"universal-commerce": {
"url": "https://www.theprotoclinical.com/api/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"universal-commerce": {
"type": "http",
"url": "https://www.theprotoclinical.com/api/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "universal-commerce",
"transport": "streamable-http",
"url": "https://www.theprotoclinical.com/api/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.