Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Proxy API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apideck-com-proxy

Environment Variables

PROXY_API_API_KEY

Example: your_proxy_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

Endpoints

GET/proxy

GET

POST/proxy

POST

PUT/proxy

PUT

DELETE/proxy

DELETE

PATCH/proxy

PATCH