Swagger API2Cart Claude Desktop Config
Add the Swagger API2Cart MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"api2cart-com": {
"command": "npx",
"args": [
"-y",
"@mcp/api2cart-com"
],
"env": {
"SWAGGER_API2CART_API_KEY": "your_swagger_api2cart_api_key"
}
}
}
}Environment Variables
SWAGGER_API2CART_API_KEYReplace your_swagger_api2cart_api_key with your actual swagger api2cart api key
Endpoints
POST
/account.cart.add.jsonAccountCartAdd
GET
/account.cart.list.jsonAccountCartList
PUT
/account.config.update.jsonAccountConfigUpdate
GET
/account.failed_webhooks.jsonAccountFailedWebhooks
GET
/account.supported_platforms.jsonAccountSupportedPlatforms
POST
/attribute.add.jsonAttributeAdd
POST
/attribute.assign.group.jsonAttributeAssignGroup
POST
/attribute.assign.set.jsonAttributeAssignSet
GET
/attribute.attributeset.list.jsonAttributeAttributesetList
GET
/attribute.count.jsonAttributeCount