Skip to content
MCP-Bridge
Finance & Payments

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.json

Configuration 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

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-proxy.json

Environment Variables

PROXY_API_API_KEY

Replace your_proxy_api_api_key with your actual proxy api api key

Endpoints

GET/proxy

GET

POST/proxy

POST

PUT/proxy

PUT

DELETE/proxy

DELETE

PATCH/proxy

PATCH