sales-intelligence
Enables research on prospects, pull call transcripts, and enrich leads using Gong, ZoomInfo, Clay, and LinkedIn Sales Navigator through natural language.
README
Sales Intelligence MCP Server
Gives Claude direct access to your sales tools — Gong, ZoomInfo, Clay, and LinkedIn Sales Navigator — so you can research prospects, pull call transcripts, and enrich leads without leaving the conversation.
16 tools. One server. Works with Claude Desktop.
Quick Start
# One-command install
bash install.sh
The script installs the server, finds your Claude Desktop config, prompts for API keys, and wires everything up. Restart Claude Desktop and you're live.
Manual Setup
# 1. Install and build
npm install && npm run build
# 2. Add to your Claude Desktop config
# Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
# Linux: ~/.config/Claude/claude_desktop_config.json
# Windows: %APPDATA%\Claude\claude_desktop_config.json
Add this to your mcpServers section:
{
"sales-intelligence": {
"command": "node",
"args": ["/path/to/dist/index.js"],
"env": {
"GONG_ACCESS_KEY": "your-key",
"GONG_ACCESS_KEY_SECRET": "your-secret",
"ZOOMINFO_CLIENT_ID": "your-id",
"ZOOMINFO_PRIVATE_KEY": "your-key",
"CLAY_API_KEY": "your-key",
"LINKEDIN_ACCESS_TOKEN": "your-token"
}
}
}
Restart Claude Desktop. Only configure the platforms you use — unused ones are skipped gracefully.
16 Tools
Gong (5 tools)
| Tool | What It Does |
|---|---|
search_calls |
Find calls by keyword, date, or deal |
get_transcript |
Pull full call transcript |
get_call_details |
Call metadata, participants, duration |
search_calls_by_participant |
Find all calls with a specific person |
get_call_stats |
Talk ratio, longest monologue, questions asked |
ZoomInfo (4 tools)
| Tool | What It Does |
|---|---|
search_company |
Firmographic data, revenue, headcount |
search_contact |
Find contacts by title, company, location |
get_org_chart |
Reporting structure and hierarchy |
get_tech_stack |
Technologies a company uses |
Clay (3 tools)
| Tool | What It Does |
|---|---|
enrich_person |
Full contact enrichment from email or LinkedIn |
enrich_company |
Company enrichment from domain |
trigger_enrichment |
Kick off a Clay enrichment workflow |
LinkedIn Sales Navigator (3 tools)
| Tool | What It Does |
|---|---|
search_leads |
Advanced lead search with filters |
get_profile |
Full profile data for a prospect |
search_companies |
Company search with firmographic filters |
Utility (1 tool)
| Tool | What It Does |
|---|---|
sales_intel_status |
Check which platforms are connected and healthy |
Usage Examples
Once installed, just talk to Claude naturally:
Prospect Research
"What do we know about Acme Corp? Pull their tech stack and find the VP of Sales."
Call Review
"Find my last 3 calls with Acme Corp and summarize the key objections."
Lead Enrichment
"Enrich sarah.chen@acme.com and find her reporting chain."
Pipeline Prep
"For my calls tomorrow, pull company info and recent call history for each account."
Where to Get API Keys
| Platform | Where |
|---|---|
| Gong | Settings > Integrations > API |
| ZoomInfo | Developer Portal > Create App |
| Clay | Settings > API |
| Developer Portal > OAuth 2.0 token |
Troubleshooting
| Problem | Fix |
|---|---|
| Module not found | Run npm install && npm run build again |
| Server not showing in Claude | Verify dist/index.js path in config |
| LinkedIn 401 errors | Regenerate token from Developer Portal |
| Missing tools for a platform | Add that platform's API keys to config |
| Config file not found | Check path with ls ~/Library/Application\ Support/Claude/ (Mac) |
Tech Stack
TypeScript (86.8%), Shell (8.3%), JavaScript (4.9%)
Built with the Model Context Protocol (MCP) SDK.
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。