agile-crm-mcp.yml
CANDIDATE ONLY — Agile CRM does not ship an MCP server. The tools below are DERIVED from the provider's own documented REST operations as a design sketch of what an Agile CRM MCP server would expose; nothing here is published, hosted or installable today. Do not treat this as an agent surface.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
search_contacts— Search contacts and companies by keyword across the tenant.get_contact_by_email— Look up a single contact by email address.create_contact— Create a contact (or a company when type is COMPANY). first_name is mandatory.update_contact_properties— Partially update the properties of an existing contact by id.tag_contact— Add tags to a contact by id.list_deals— List all deals (opportunities) in the tenant, paged by page_size and cursor.create_deal— Create a deal. Requires name, expected_value, probability, milestone and pipeline_id.update_deal— Partially update a deal by id.list_contact_deals— List the deals related to a specific contact.create_task— Create a task with type, priority_type, due and subject.list_pending_tasks— List tasks pending within a given number of days.create_note— Create a note and relate it to one or more contacts.list_tickets— List helpdesk tickets.create_ticket— Open a new helpdesk ticket.enroll_contact_in_campaign— Add a contact to a marketing campaign by email.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.