115 tools is a lot of context to carry, so this earns its place when the assistant is doing the outreach work rather than assisting alongside it. The detail worth knowing: bulk enrichment is metered, and there is a dedicated estimate call that tells you the credit cost of a list before you spend it. Reports have the same shape — preview first, save second.
The remote MCP surface of toflow.ai, a multi-channel outreach platform. It reaches the whole workspace: the CRM records, the sending accounts, the sequences, the enrichment credits and the reporting.
- 115 tools across 13 categories, from prospecting through to dashboards
- Sequences: `create_sequence` and `update_sequence` build multi-step flows across email, LinkedIn and WhatsApp; `enroll_in_sequence` adds a person with freshly generated personalised content; `get_sequence_analytics` returns the conversion funnel
- Email: `draft_email`, `send_email`, `reply_to_email`, `forward_email`, `update_draft`, `get_email_tracking` for opens, and `set_email_signature`
- Enrichment: `enrich_person_by_linkedin`, `enrich_person_email`, `enrich_person_phone`, their bulk equivalents, and `estimate_bulk_enrich_list`, which prices a bulk job in credits before it runs
- CRM: `list_records`, `create_record`, `update_record`, `bulk_create`, plus typed accessors for people, companies and deals, pipelines and stages
- Lists and saved views, tasks, calls and notes, and dashboards built with `validate_and_preview_report` — which returns a 100-row preview — before `create_report` saves anything
- AI automations: sub-agents you create, configure and hand tasks to, with a claim-and-log execution model
A toflow.ai account, free to open. The server is remote at https://mcp.toflow.ai/mcp over streamable HTTP — nothing to install. Authentication is OAuth 2.0 authorization code: the client redirects you to the toflow.ai login page on first connect, and tokens are valid for 90 days. Dynamic client registration and discovery endpoints are published.
One command — npx -y mcp-remote https://mcp.toflow.ai/mcp
