CRM 连接器
21 个预置 CRM 连接器 — 共 230 个 MCP 工具:Pipedrive CRM, Close CRM, Salesforce。粘贴凭据,智能体即可调用。无需编写 MCP 服务器。
Drive Pipedrive (CRM) from any AI agent: search and manage deals, persons, organizations, activities, pipelines, and stages. 18 ready-to-use tools covering the most common sales workflows. API-token auth via query string, no SDK, no OAuth dance.
Drive Close (sales-team CRM) from any AI agent: leads, contacts, opportunities, activities (calls/emails/SMS/notes), tasks, smart views and custom fields. 16 tools, API-key Basic-auth.
Query Salesforce CRM via SOQL — accounts, contacts, opportunities, leads, cases. Create/update records, run dashboards & reports, transition pipeline stages. OAuth2 refresh-token flow.
Drive Attio (modern relationship-graph CRM) from any AI agent: records (people, companies, deals, custom objects), lists, tasks, notes. 12 tools, Bearer auth.
Drive Copper (Google Workspace-native CRM) from any AI agent: people, companies, opportunities, leads, activities, tasks. 12 tools, API-token auth with email + token + appname headers.
Drive Insightly (CRM + project management) from any AI agent: contacts, organisations, leads, opportunities, projects, tasks. 12 tools, Basic auth.
Drive Apollo.io (B2B sales platform with contact database + enrichment + sequences) from any AI agent: people search, organization search, contact CRUD, deal stages, sequences. 11 tools.
Drive Lemlist (cold email + multichannel outreach) from any AI agent: campaigns, leads (in-campaign prospects), team members, hooks. 11 tools, API-key Basic auth.
Drive Outreach (sales engagement platform) from any AI agent: prospects, accounts, sequences, sequence enrollment, tasks, users. 11 tools, OAuth2 Bearer auth, JSON:API spec.
Drive Salesloft (sales engagement platform) from any AI agent: people, accounts, cadences, sequence enrollment, activities, custom fields. 11 tools, OAuth2 Bearer auth.
Manage Bitrix24 (CRM + tasks + workgroups + chat) via inbound webhooks from any AI agent. 10 tools, webhook-URL auth.
Manage Zoho CRM (leads, contacts, accounts, deals, tasks, notes, custom modules) from any AI agent. 10 tools, OAuth refresh-token auth.
Manage Agile CRM (contacts, deals, tasks, notes, campaigns) from any AI agent. 9 tools, basic-auth with email + API key.
Drive Folk (modern relationship CRM) from any AI agent: people, companies, groups, deals, custom fields. 9 tools, Bearer auth.
Manage Nimble CRM (contacts, activities, deals, tasks, notes) from any AI agent. 9 tools, OAuth2 auth.
Manage Nutshell CRM (leads, contacts, accounts, activities, tasks) from any AI agent. 9 tools, basic-auth with API token.
Manage Salesflare CRM (contacts, accounts, opportunities, tasks, custom fields, tags) from any AI agent. 9 tools, API key header auth.
Manage Streak (CRM inside Gmail) pipelines, boxes, contacts, fields from any AI agent. 9 tools, basic-auth with API key.
Drive Instantly (cold-email outreach platform) from any AI agent: leads, campaigns, lead lists, accounts (sending mailboxes). 8 tools, Bearer auth.
Manage Less Annoying CRM (contacts, companies, notes, tasks, pipelines) from any AI agent. 8 tools, dual-header API auth.
Drive Mailshake (cold email / sales engagement) from any AI agent: campaigns, recipients, leads, replies. 8 tools, Basic auth (API key as user).
按分类浏览
- CRM21
- Project Management13
- E-commerce11
- Payments11
- Customer Support10
- HR8
- Messaging8
- Accounting7
- Public Data7
- Email7
- Finance7
- Social Media7
- Government6
- Analytics5
- ERP5
- Forms & Surveys5
- Logistics5
- Publishing5
- Data Enrichment4
- Monitoring4
- Scheduling4
- Sports4
- Time Tracking4
- E-Signature3
- Food & Drink3
- Mapping3
- Marketing Automation3
- Banking2
- Knowledge Base2
- Real Estate2
- File Storage2
- Transport2
- Travel2
- CMS1
- Construction1
- Developer Tools1
- Field Service1
- Gaming1
- Productivity1
- Remote Access1
- Wholesale1
缺少连接器?用一份 JSON 添加它。
每个适配器都是 packages/backend/src/adapters/ 下的单个 JSON 文件。复制一份现有的、替换端点和认证、提交 PR — 构建时由参数化测试验证。
// adapters/de/my-adapter.json
{
"slug": "my-erp",
"name": "My ERP",
"category": "erp",
"authType": "BEARER_TOKEN",
"tools": [/* ... */]
}