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.jsonConfiguration 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
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.jsonEnvironment Variables
CUSTOMER_SUPPORT_API_KEYReplace your_customer_support_api_key with your actual customer support api key
Endpoints
/customer-support/customersList Customer Support Customers
/customer-support/customersCreate Customer Support Customer
/customer-support/customers/{id}Get Customer Support Customer
/customer-support/customers/{id}Delete Customer Support Customer
/customer-support/customers/{id}Update Customer Support Customer