Apideck

Apideck MCP Connector for Claude

A+

Unify your software stack with Apideck — manage CRM contacts, orchestrate Vault connections, and execute proxy requests across dozens of platforms through one API.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Apideck to your AI agent to streamline how you interact with multiple SaaS platforms. By using Apideck's Unified APIs, your agent can communicate with various CRM providers and manage user integrations without writing custom code for every service.

What you can do

  • Unified CRM Access — List and filter contacts across different CRM providers like Salesforce, HubSpot, or Pipedrive using the list_crm_contacts tool.
  • Vault Management — Create sessions for users to link their own accounts (create_vault_session), list existing connections, and retrieve or delete specific service links.
  • API Proxying — Execute direct requests to downstream service endpoints using execute_proxy when you need specific functionality not covered by the unified schema.
  • Connection Auditing — Inspect the status and details of active integrations using get_vault_connection to ensure data flow is healthy.

How it works

  1. Subscribe to this server
  2. Provide your Apideck API Key, App ID, and Consumer ID
  3. Start querying your unified ecosystem from Claude, Cursor, or any MCP client

Who is this for?

  • Developers — who want to interact with multiple APIs through a single, normalized interface directly from their IDE.
  • Product Managers — who need to audit user connections and CRM data across different environments without manual API calls.
  • Support Teams — who need to verify if a customer's integration is correctly configured in the Vault through natural language.
unified-apicrm-integrationvaultapi-proxysaas-orchestration

6 tools expose this connector's capabilities to your AI agent.

list_crm_contacts

g., salesforce, hubspot) using the Unified CRM API. List CRM contacts from a unified integration

delete_vault_connection

Delete a Vault connection

get_vault_connection

Get a specific Vault connection

execute_proxy

Execute a Proxy API request

list_vault_connections

List Vault connections

create_vault_session

Create a Vault session

See how to talk to your AI agent using Apideck.

List all CRM contacts from the hubspot integration.

I've retrieved the contacts from HubSpot. I found 12 contacts, including 'Alice Smith' (alice@example.com) and 'Bob Jones' (bob@example.com). Would you like more details on any of them?

Show me all active Vault connections for the current consumer.

You currently have 3 active connections in the Vault: 'salesforce', 'hubspot', and 'slack'. All connections are reported as healthy.

Create a Vault session with a redirect URI to https://example.com/dashboard.

I've created a new Vault session. You can direct the user to this URL to manage their integrations: https://vault.apideck.com/session/example-token

Yes. Use the `list_crm_contacts` tool and provide the `service_id` (e.g., 'salesforce') to retrieve unified contact data from that specific integration.

Related Connectors