← Registry

eCommerce

agentcheckoutapi.com

Provides product search, catalog, inventory, and cart creation functionalities for e-commerce shopping.

1 endpoint8 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://agentcheckoutapi.com/mcp

No auth detected

MCP server metadata

Name
Agent Checkout Network
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

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

search_products

Primary shopping entry point.

Inferred read-only
search_catalog

Legacy alias for search_products.

Inferred read-only
get_product

Get detailed product and variant information after search_products identifies a product and merchant.

Inferred read-only
check_inventory

Check whether a selected product variant is currently sellable and available.

Inferred read-only
create_cart

Create a new Agent Checkout-attributed cart with a selected product variant.

Potential side effects
add_to_cart

Add another selected product variant to an existing Agent Checkout cart.

Inferred read-only
get_cart

Read the current Agent Checkout cart contents and totals.

Inferred read-only
create_checkout

Prepare the final buyer handoff by returning the merchant's Shopify-hosted HTTPS checkout URL.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.