Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/apideck-com-proxy.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "apideck-com-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apideck-com-proxy"
      ],
      "env": {
        "PROXY_API_API_KEY": "your_proxy_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "apideck-com-proxy": {
      "url": "https://mcpbridge.org/config/apideck-com-proxy.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "apideck-com-proxy": {
      "url": "https://mcpbridge.org/config/apideck-com-proxy.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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