Agile CRM for your agents.
Connect Agile CRM once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Agile CRM.
What agents can do with Agile CRM
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
agile-crm_list_contactsList contacts ordered by creation date, with cursor-based pagination.
agile-crm_list_dealsList deals (opportunities) in the pipeline.
agile-crm_list_companiesList companies in the CRM.
agile-crm_list_tasksList tasks with optional filters.
agile-crm_get_contactGet a single contact by its id.
agile-crm_create_contactCreate a new contact with properties like first_name, last_name, email, and company.
agile-crm_update_contactPartially update a contact by id. Send only the properties to change.
agile-crm_create_dealCreate a new deal (opportunity) with a name, expected value, and contact id.
agile-crm_update_dealUpdate deal fields like name, expected_value, or milestone by id.
agile-crm_create_taskCreate a task and optionally link it to a contact or deal.
agile-crm_add_noteAdd a note to a contact or deal with text content.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into Agile CRM and go to Admin Settings > API & Analytics.
- Copy the 'REST API Key' displayed on the page.
- Your instance URL is https://YOUR_DOMAIN.agilecrm.com. The email used to log in is required as the username.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Agile CRM to Even: call connect_begin("agile-crm") on the even-connect MCP and walk me through it.
List all contacts and active sales opportunities in Agile CRM, then create follow-up tasks for each opportunity's owner.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.