eCommerce
agentcheckoutapi.com
Provides product search, catalog, inventory, and cart creation functionalities for e-commerce shopping.
ENDPOINT 1
https://agentcheckoutapi.com/mcp
MCP server metadata
- Name
- Agent Checkout Network
- Version
- 0.2.0
Agent Checkout is a shopping and checkout tool for physical products sold by participating merchants. Use search_products when the user asks to find, browse, compare, recommend, price-check, check availability of, shop for, or buy a physical product. Do not wait for the user to mention Agent Checkout by name when their request clearly has shopping intent. After the user selects a product, use get_product and check_inventory as needed, then create_cart or add_to_cart. Only call create_checkout when the buyer is ready to proceed. Present the returned checkoutUrl to the human buyer. Never ask for or collect raw payment card details. Shipping and payment are completed on the merchant's Shopify-hosted checkout.
Known tools 8
get_productGet detailed product and variant information after search_products identifies a product and merchant.
Inferred read-onlycheck_inventoryCheck whether a selected product variant is currently sellable and available.
Inferred read-onlycreate_cartCreate a new Agent Checkout-attributed cart with a selected product variant.
Potential side effectsadd_to_cartAdd another selected product variant to an existing Agent Checkout cart.
Inferred read-onlycreate_checkoutPrepare the final buyer handoff by returning the merchant's Shopify-hosted HTTPS checkout URL.
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.agent-checkout-network]
url = "https://agentcheckoutapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-checkout-network": {
"type": "http",
"url": "https://agentcheckoutapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-checkout-network
Remote MCP URL: https://agentcheckoutapi.com/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": {
"agent-checkout-network": {
"url": "https://agentcheckoutapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-checkout-network": {
"type": "http",
"url": "https://agentcheckoutapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-checkout-network",
"transport": "streamable-http",
"url": "https://agentcheckoutapi.com/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.