Finance & PaymentsAuto-generated
Customer Support MCP Server
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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apideck-com-customer-support
Environment Variables
CUSTOMER_SUPPORT_API_KEYExample: your_customer_support_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apideck-com-customer-support": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-customer-support"],
"env": {
"CUSTOMER_SUPPORT_API_KEY": "your_customer_support_api_key"
}
}
}
}Endpoints
GET
/customer-support/customersList Customer Support Customers
POST
/customer-support/customersCreate 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