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.
7 日間無料 · クレジットカード不要 · EU ホスト
EspoCRM に何でも聞ける
AnythingMCP 経由で EspoCRM に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
EspoCRM を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで EspoCRM をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
EspoCRM のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
EspoCRM のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Getting a key
- In EspoCRM go to Administration → API Users and create an API user. Choose API Key authentication (not HMAC — this adapter sends the plain key).
- 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.
- Copy the generated key into
ESPOCRM_API_KEYand setESPOCRM_URLto your instance root (no trailing slash, no/api/v1).
The header is X-Api-Key.
One route shape for every entity. /api/v1/{entityType} lists, /api/v1/{entityType}/{id} reads one. That covers Account, Contact, Lead, Opportunity, Case, Call, Meeting, Task and any custom entity your instance defines — which is why espocrm_list_entities takes the entity type as a parameter.
where is an indexed array, which is awkward and worth reading once. EspoCRM expects where[0][type]=equals&where[0][attribute]=status&where[0][value]=New. Types include equals, notEquals, contains, startsWith, greaterThan, lessThan, between, isNull, isNotNull, linkedWith, today, lastXDays. The list tools below expose the first where clause directly, which covers most questions; for anything compound, EspoCRM's own documentation has the full grammar.
select keeps responses small. Without it EspoCRM returns every readable attribute, which for an Account with custom fields is a lot.
Order is orderBy plus order (asc/desc), not a single expression.
Self-hosted, which is the thing to plan for.
- On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
- On an internal host (
crm.intern,10.0.0.x), self-host AnythingMCP on the same network and add that host toSSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.
あなたの AI は EspoCRM から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。