Connector guide2-minute read9 MCP toolsEN · DE · IT

EspoCRM a MCP — Pilota EspoCRM desde cualquier agente IA

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

EspoCRM

EspoCRM

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

herramientas

9

Región

INTL

Categoría

CRM

Autenticación

API Key

Env vars requeridas

ESPOCRM_URLESPOCRM_API_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade EspoCRM con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

Prueba a pedir

Prompts de ejemplo para EspoCRM

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

EspoCRM · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → EspoCRM, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

EspoCRM

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

Configuración

Getting a key

  1. In EspoCRM go to Administration → API Users and create an API user. Choose API Key authentication (not HMAC — this adapter sends the plain key).
  2. Assign a role that grants read access to the entities the agent should see. EspoCRM enforces roles per entity and per field, so a restricted role produces fewer rows and fewer columns rather than an error.
  3. Copy the generated key into ESPOCRM_API_KEY and set ESPOCRM_URL to your instance root (no trailing slash, no /api/v1).

The header is X-Api-Key.

…(continued in the in-app connector instructions)

Requisitos previos: ESPOCRM_URL, ESPOCRM_API_KEY

Instalar el conector localmente

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Abre http://localhost:3000/connectors/store, elige EspoCRM e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

ToolWhat it does
espocrm_get_app_userRead the API user this key belongs to, with their roles and the entity permissions they carry
espocrm_list_entitiesList records of any entity type with a single where clause
espocrm_get_entityRead one record of any entity type by id, with every attribute the API user's role permits
espocrm_list_accountsList accounts — the customer companies — with their name, industry, website, phone, billing city and assigned user
espocrm_list_contactsList contacts with their name, account, e-mail, phone and title, to find the person before logging an interaction against them
espocrm_list_opportunitiesList opportunities with their name, account, amount, stage, probability and close date — the sales-pipeline view
espocrm_list_leadsList leads with their name, company, status, source, e-mail and phone — the top of the funnel, before conversion into an account
espocrm_list_casesList support cases with their number, subject, status, priority, account and assigned user
espocrm_get_relatedList the records linked to one record — the contacts on an account, the opportunities on a contact, the activities on anything

Siguientes pasos

¿Te ha sido útil esta guía?

Your EspoCRM agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar EspoCRM a ChatGPT — via MCP

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

Cómo conectar EspoCRM a Claude — via MCP

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

Cómo conectar EspoCRM a Cursor — via MCP

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

Cómo conectar EspoCRM a Gemini — via MCP

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

AFAS Profit a MCP — Pilota AFAS Profit desde cualquier agente IA

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica a MCP — Pilota Aruba Fatturazione Elettronica desde cualquier agente IA

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.