Connector guide3-minute read9 MCP toolsEN · DE · IT

Как подключить EspoCRM к Gemini — через 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.

HCBy HelpCode teamОбновлено 3 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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.

инструментов

9

Регион

INTL

Категория

CRM

Аутентификация

API Key

Требуемые env-vars

ESPOCRM_URLESPOCRM_API_KEY
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте EspoCRM одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

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.

Попробуй спросить

Примеры промптов для EspoCRM

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

EspoCRM · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → EspoCRM, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

EspoCRM + Gemini

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

ESPOCRM_URL, ESPOCRM_API_KEY

Шаг 1 — Получите учётные данные

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)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — EspoCRM должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

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

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Your EspoCRM agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить EspoCRM к ChatGPT — через 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

Как подключить EspoCRM к Claude — через 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

Как подключить EspoCRM к Cursor — через 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

EspoCRM в MCP — управляйте EspoCRM из любого AI-агента

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 к Gemini — через MCP

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 к Gemini — через MCP

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.