HomeFinance › mcp

mcp

Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).

Dockerfile Remote
★ 17 stars Last pushed 2026-08-10 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.apideck.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.apideck.dev/mcp --header "x-apideck-api-key: <YOUR_VALUE>" --header "x-apideck-app-id: <YOUR_VALUE>" --header "x-apideck-consumer-id: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.apideck.dev/mcp",
      "headers": {
        "x-apideck-api-key": "<YOUR_VALUE>",
        "x-apideck-app-id": "<YOUR_VALUE>",
        "x-apideck-consumer-id": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-apideck-api-key required secret — Your Apideck API key.
  • x-apideck-app-id required — Your Apideck application ID.
  • x-apideck-consumer-id required — The end-user/customer ID whose Vault connections should be used.

Package (npm 0.1.13)

npx -y @apideck/mcp@0.1.13

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apideck/mcp@0.1.13"
      ],
      "env": {
        "APIDECK_API_KEY": "<YOUR_VALUE>",
        "APIDECK_APP_ID": "<YOUR_VALUE>",
        "APIDECK_CONSUMER_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • APIDECK_API_KEY required secret — Your Apideck API key (from https://platform.apideck.com/configuration/api-keys).
  • APIDECK_APP_ID required — Your Apideck application ID (from https://platform.apideck.com/configuration/api-keys).
  • APIDECK_CONSUMER_ID required — The end-user/customer ID whose Vault connections should be used.

Related servers

Data from the Official MCP Registry