Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

Swagger API2Cart MCP Config

API2Cart

Config URL

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

https://mcpbridge.org/config/api2cart-com.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "api2cart-com": {
      "url": "https://mcpbridge.org/config/api2cart-com.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "api2cart-com": {
      "url": "https://mcpbridge.org/config/api2cart-com.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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