amoCRM MCP
Local · stdioA community server (Python) for amoCRM: agent access to deals, contacts and pipelines via a long-lived token and your account subdomain. Not an official amoCRM product.
Why this server
- 16 tools cover the CRM basics: deals, contacts, companies, tasks, notes
- A single FastMCP server.py file — easy to read end-to-end and see exactly what the agent can do
- A long-lived integration token skips OAuth setup — but never expires, so guard it carefully
- A compact project — 16 tools and nothing more; advanced scenarios like products/catalog aren't covered
Usage examples
Prompt: Show deals updated in the last week and add a task to the first one
Result: The agent called get_leads sorted by updated_at, then create_task, linking it to the deal it found.
Prompt: Move deal #4521 to the next pipeline stage and leave a note
Result: The agent called get_pipelines to find the next stage ID, then update_lead and add_note.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.