Proxy API MCP Config
Welcome to the Proxy API. You can use this API to access all Proxy API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` ## Headers Custom headers that are expected as part of the request. Note that [RFC7230](https://tools.ietf.org/html/rfc7230) states head
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apideck-com-proxy.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apideck-com-proxy.json to fetch programmatically.
{
"mcpServers": {
"apideck-com-proxy": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-proxy"],
"env": {
"PROXY_API_API_KEY": "your_proxy_api_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-proxy.jsonEnvironment Variables
PROXY_API_API_KEYReplace your_proxy_api_api_key with your actual proxy api api key
Endpoints
GET
/proxyGET
POST
/proxyPOST
PUT
/proxyPUT
DELETE
/proxyDELETE
PATCH
/proxyPATCH