Official Registry metadata
mcp
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
49Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'com-apideck-mcp-e1c26dac' --url 'https://mcp.apideck.dev/mcp' --bearer-token-env-var 'APIDECK_API_KEY'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"com-apideck-mcp-e1c26dac": {
"type": "http",
"url": "https://mcp.apideck.dev/mcp"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"com-apideck-mcp-e1c26dac": {
"type": "http",
"url": "https://mcp.apideck.dev/mcp"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"com-apideck-mcp-e1c26dac": {
"type": "http",
"url": "https://mcp.apideck.dev/mcp"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"com-apideck-mcp-e1c26dac": {
"httpUrl": "https://mcp.apideck.dev/mcp",
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
What this MCP server does
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
Best suited for
Finance & Business · stdio streamable-http
How to evaluate it
Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Secret names declared by publisher
APIDECK_API_KEYx-apideck-api-keyValues are never collected by Stacklane. Define them only on your own machine.
Risk signals
- Runs a local package through stdio
- Requires one or more secret values