act-mcp.yml
Act! operates no MCP server. This file is a CANDIDATE tool surface derived from the Act! Web API's own operations so the shape of an Act! MCP server can be reasoned about — it is not something Act! ships and no client can call it. The only MCP server that reaches Act! CRM today is third-party and read-only: CData's act-crm-mcp-server-by-cdata, which speaks to Act! over CData's own connector rather than the Web API.
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
act_search_contacts— Search Act! contacts using an OData $filter, $orderby, $top and $skip.act_create_contact— Create a new Act! contact.act_search_companies— List Act! companies matching an optional OData query.act_create_company— Create a new Act! company.act_search_opportunities— List Act! opportunities matching an optional OData query.act_create_opportunity— Create a new Act! opportunity.act_list_groups— List Act! groups matching an optional OData query.act_list_history— Read Act! history records, all or scoped to a contact.act_log_history— Log a history record (a completed interaction) against Act! records.act_list_tasks— List Act! tasks/activities matching an optional OData query.act_create_task— Schedule a new Act! task/activity.act_add_note— Attach a note to Act! records.act_describe_schema— Read the tenant's field and entity metadata so an agent can discover the custom fields and custom entities present in THIS Act! database before composing a query.act_get_system_info— Read the deployed Web API build (anonymous route) to confirm which operations exist.act_register_webhook— Register a webhook on an Act! entity/trigger pair.
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.