mcp
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
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-keyrequired secret — Your Apideck API key.x-apideck-app-idrequired — Your Apideck application ID.x-apideck-consumer-idrequired — 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_KEYrequired secret — Your Apideck API key (from https://platform.apideck.com/configuration/api-keys).APIDECK_APP_IDrequired — Your Apideck application ID (from https://platform.apideck.com/configuration/api-keys).APIDECK_CONSUMER_IDrequired — The end-user/customer ID whose Vault connections should be used.
Related servers
CCXT
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
tradingview-mcp
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
EdgarTools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
mcp-server
Stock market API made for AI agents
ai
MCP server integrating with Stripe - tools for customers, products, payments, and more.
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
Data from the Official MCP Registry