MCPHIVE

amoCRM MCP: Documentation

Updated:

Connection

Repo: github.com/DocAtWork2026/amocrm-mcp (Python, a single FastMCP server.py file, runs locally). Install: git clone, pip install -r requirements.txt, then in your client config — command: "python", args: ["server.py"]. Auth: AMOCRM_DOMAIN (subdomain, e.g. mycompany for mycompany.amocrm.ru) + AMOCRM_TOKEN (long-lived token: Settings → amoMarket → create integration → "Keys and access" → Generate token).

Capabilities

16 tools: account (get_account_info), deals (get_leads, get_lead, create_lead, update_lead), contacts (get_contacts, get_contact, create_contact), companies (get_companies, get_company, create_company), tasks (get_tasks, create_task), pipelines (get_pipelines), users (get_users), notes (add_note, get_notes).

Agent flow

"Show deals updated this week and add a task to the first one", "move deal #4521 to the next stage and leave a note".

Limits

Only the CRM basics — no products/catalog, direct custom fields, or bulk operations. The server's HTTP client disables TLS certificate verification (verify=False) — keep that in mind when choosing where to run it.

Note

A community project, not an official amoCRM product.

amoCRM MCP — Documentation