Skip to content
MCP-Bridge
Developer Tools

Swagger API2Cart MCP Config

API2Cart

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/api2cart-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/api2cart-com.json to fetch programmatically.

{
  "mcpServers": {
    "api2cart-com": {
      "command": "npx",
      "args": ["-y","@mcp/api2cart-com"],
      "env": {
      "SWAGGER_API2CART_API_KEY": "your_swagger_api2cart_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/api2cart-com.json

Environment Variables

SWAGGER_API2CART_API_KEY

Replace your_swagger_api2cart_api_key with your actual swagger api2cart api key

Endpoints

POST/account.cart.add.json

AccountCartAdd

GET/account.cart.list.json

AccountCartList

PUT/account.config.update.json

AccountConfigUpdate

GET/account.failed_webhooks.json

AccountFailedWebhooks

GET/account.supported_platforms.json

AccountSupportedPlatforms

POST/attribute.add.json

AttributeAdd

POST/attribute.assign.group.json

AttributeAssignGroup

POST/attribute.assign.set.json

AttributeAssignSet

GET/attribute.attributeset.list.json

AttributeAttributesetList

GET/attribute.count.json

AttributeCount