Skip to content
MCP-Bridge
Finance & Payments

Customer Support MCP Config

Welcome to the Customer Support API. You can use this API to access all Customer Support API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a [Mock API](https://developers.apideck.com/mock-api) that can be used for testing purposes: `https

Config URL

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

https://mcp-bridge.pages.dev/config/apideck-com-customer-support.json

Configuration JSON

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

{
  "mcpServers": {
    "apideck-com-customer-support": {
      "command": "npx",
      "args": ["-y","@mcp/apideck-com-customer-support"],
      "env": {
      "CUSTOMER_SUPPORT_API_KEY": "your_customer_support_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/apideck-com-customer-support.json

Environment Variables

CUSTOMER_SUPPORT_API_KEY

Replace your_customer_support_api_key with your actual customer support api key

Endpoints

GET/customer-support/customers

List Customer Support Customers

POST/customer-support/customers

Create Customer Support Customer

GET/customer-support/customers/{id}

Get Customer Support Customer

DELETE/customer-support/customers/{id}

Delete Customer Support Customer

PATCH/customer-support/customers/{id}

Update Customer Support Customer