Anchorr MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anchorr MCPenrich contact alice@acme.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anchorr MCP
The MCP server for Anchorr — the agent-native CRM. 25 tools across contacts, companies, deals, sequences, activities, and an enrichment waterfall (Apollo → Hunter → AI research) with shared cache and per-call audit.
Every CRM was built for humans typing into forms. We built one for AI agents executing pipeline.
Connect
URL |
|
Auth |
|
API key | Mint at anchorr.app/settings → API Keys |
Catalogue | anchorr.app/mcp — full tool docs and example transcripts |
API keys are scoped per-tool category — issue narrow keys per agent (e.g. enrichment-only for a research bot, contacts:write + sequences:write for a prospecting agent).
Related MCP server: Follow Up Boss MCP Server
Tool surface
Enrichment — Resolve contacts and companies through a provider waterfall. Cache is shared with the Anchorr web product, so a hit from Cursor warms the kanban; a hit from the kanban warms the agent.
enrich_contact— single contact via email or(first_name, last_name, domain)enrich_company— single company via domain or namebulk_enrich_contacts— up to 200 contact IDs in one call, concurrency-capped, returns aggregate stats and per-contact outcomes
Contacts & Companies — list_contacts, get_contact, create_contact, bulk_create_contacts, enroll_contact_in_sequence, list_companies, get_company, create_company, update_company.
Deals & Pipeline — list_deals, get_deal, create_deal, update_deal, move_deal_stage, close_deal. Deals carry next_step and stale-deal detection.
Sequences & Templates — list_sequences, get_sequence, create_sequence, update_sequence, list_templates, create_template, update_template. Email / wait / task steps with {{first_name}} / {{company}} placeholders.
Activities — list_activities, log_activity, create_task, complete_task.
Agent — get_agent_overview, get_agent_config, update_agent_config, list_candidates, update_candidate_status. The autonomous agent that runs continuous prospecting + reply qualification on top of the CRM.
Resources
Composite reads tuned for "prep me for this meeting" / "brief me on this account" prompts. One resource fetch replaces five or six tool chains.
anchorr://org/overview— pipeline + contacts + agent + tasks snapshotanchorr://deal/{id}/brief— deal + contact + company + recent activities + researchanchorr://contact/{id}/brief— contact + company + activities + deals + sequence enrollments + researchanchorr://company/{id}/brief— company + contacts + deals + activities + research
Audit & cost
Every tool call is logged to mcp_audit_log with the calling key, parameters, success state, and duration. Every enrichment is logged to enrichment_requests with the per-attempt provider trail and cost in micro-dollars (USD × 10⁶). Cache hits are free.
Example
{
"tool": "enrich_contact",
"input": { "email": "patrick@stripe.com" }
}{
"data": { "first_name": "Patrick", "last_name": "Collison", "title": "CEO", "company": "Stripe", "linkedin_url": "..." },
"resolved_by": "apollo",
"served_from": "provider",
"attempts": [
{ "provider": "apollo", "ok": true, "latency_ms": 412, "cost_micros": 50000 }
],
"total_cost_micros": 50000,
"total_latency_ms": 478
}Use with Claude Desktop
{
"mcpServers": {
"anchorr": {
"url": "https://anchorr-mcp.mgthompo.workers.dev/mcp",
"headers": {
"Authorization": "Bearer ancr_live_..."
}
}
}
}Use with Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"anchorr": {
"type": "streamable-http",
"url": "https://anchorr-mcp.mgthompo.workers.dev/mcp",
"headers": {
"Authorization": "Bearer ancr_live_..."
}
}
}
}License
Source code in this directory is part of the Anchorr platform. The hosted MCP server is free to use with an Anchorr account; usage is metered against your Anchorr plan's quotas.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceA unified MCP server that connects HubSpot, Clay, Apollo, Slack, and email to enable AI agents to execute multi-step GTM workflows such as prospecting, enrichment, CRM updates, and notifications.Last updated
- Alicense-qualityCmaintenanceAn MCP server that gives AI agents full access to Follow Up Boss CRM via natural language, enabling CRUD operations on people, deals, appointments, and more through 160 tools.Last updated9Elastic 2.0
- Alicense-qualityCmaintenanceAn MCP server for GoHighLevel with 82 live-tested tools, enabling CRM operations like contact management, appointments, invoices, and workflows via natural language.Last updated72MIT
- Flicense-qualityBmaintenanceHosted HTTP MCP server that exposes Crewio CRM as tools for AI assistants, enabling CRUD operations on deals, contacts, companies, comments, and full-text search.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgthompo1/anchorr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server