# mcp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-apideck-mcp
- Repository: https://github.com/apideck-libraries/mcp
- Website: https://www.apideck.com/mcp-server

## Install
- Command: `npx -y @apideck/mcp`
- Endpoint: https://mcp.apideck.dev/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: x-apideck-api-key (required; secret)
- Remote header: x-apideck-app-id (required)
- Remote header: x-apideck-consumer-id (required)
- Package: Npm @apideck/mcp v0.1.13
- Environment variable: APIDECK_API_KEY (required; secret)
- Environment variable: APIDECK_APP_ID (required)
- Environment variable: APIDECK_CONSUMER_ID (required)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.apideck.dev/mcp
- Header: x-apideck-api-key
- Header: x-apideck-app-id
- Header: x-apideck-consumer-id

## Tools
- list_tools - Discover Apideck tools. Call with no args for domain index; filter with domain/search_terms/scope. Endpoint: https://mcp.apideck.dev/mcp
- describe_tool_input - Return the JSON-Schema input contract for a tool by name. Endpoint: https://mcp.apideck.dev/mcp
- execute_tool - Invoke a tool by name. `input` is forwarded raw to the tool handler. Endpoint: https://mcp.apideck.dev/mcp
- list_scopes - Return the list of allowed MCP scopes. Endpoint: https://mcp.apideck.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.apideck
- Version: 0.1.13
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 25, 2026
- Source: https://registry.modelcontextprotocol.io
