sales-intelligence
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., "@sales-intelligenceFind my last 3 calls with Acme Corp and summarize the key objections."
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.
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.shThe 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.jsonAdd 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.
Related MCP server: Prospeo MCP Server
16 Tools
Gong (5 tools)
Tool | What It Does |
| Find calls by keyword, date, or deal |
| Pull full call transcript |
| Call metadata, participants, duration |
| Find all calls with a specific person |
| Talk ratio, longest monologue, questions asked |
ZoomInfo (4 tools)
Tool | What It Does |
| Firmographic data, revenue, headcount |
| Find contacts by title, company, location |
| Reporting structure and hierarchy |
| Technologies a company uses |
Clay (3 tools)
Tool | What It Does |
| Full contact enrichment from email or LinkedIn |
| Company enrichment from domain |
| Kick off a Clay enrichment workflow |
LinkedIn Sales Navigator (3 tools)
Tool | What It Does |
| Advanced lead search with filters |
| Full profile data for a prospect |
| Company search with firmographic filters |
Utility (1 tool)
Tool | What It Does |
| 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 |
Server not showing in Claude | Verify |
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 |
Tech Stack
TypeScript (86.8%), Shell (8.3%), JavaScript (4.9%)
Built with the Model Context Protocol (MCP) SDK.
License
MIT — see LICENSE.
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-qualityDmaintenanceEnables AI assistants to automate sales prospecting by finding contacts by role and industry, enriching data with emails and tech stacks, scoring against ideal customer profiles, and generating personalized outreach sequences. Streamlines lead generation and sales engagement workflows through integrated research and sequence generation tools.

Prospeo MCP Serverofficial
AlicenseAqualityCmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.5110MIT- AlicenseAqualityAmaintenanceEnables AI-powered interaction with Salesforce, providing opportunity intelligence, engagement analysis, business case generation, and standard CRUD operations through natural language.18765MIT

Summit53 MCP Serverofficial
Alicense-qualityCmaintenanceProvides 48 revenue intelligence tools that let AI assistants search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery via natural language.41Inno Setup
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
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/jbalbu01/sales-intelligence-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server