Syft MCP Server
Official hosted MCP (Model Context Protocol) server that lets AI assistants query Syft visitor data, enqueue leads into motions, and build GTM automations from chat. Available on Pro plans.
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.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
query_entities— Natural-language search across accounts and contacts, with sorting/ranking.lookup_entities— Deterministic lookup of contacts by email or companies by domain with activity and intent.find_connections— Surface warm intros from the team's synced LinkedIn network.get_org_setup— View ICPs, personas, signals, motions, integrations, and filter fields.build_icp— Create or edit an Ideal Customer Profile conversationally.build_persona— Create or edit a Persona (role, seniority, function) conversationally.build_signal— Create or edit a behavioral signal to watch for.create_target_list— Build a Target Account List (target, do-not-track, or competitor).delete_entity— Delete an ICP, Persona, or Signal; refuses if still referenced.build_motion— Create or edit an automation workflow (trigger, filters, actions).enqueue_leads— Push a list of leads into an active motion for outreach.get_motion_runs— Review motion runs (pending, in-progress, completed, failed).manage_motion_run— Approve, reject, or modify a motion run awaiting approval.get_web_tag_snippet— Generate the Syft tracking-tag install snippet for a platform.verify_tag_installation— Confirm the Syft tag is installed and firing.send_tag_setup_email— Email platform-specific install instructions to a teammate.invite_user_to_workspace— Send an email invitation to join a Syft workspace.get_billing_info— Check credit usage, plan details, and billing history.
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.