Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for unified sales intelligence — Gong call analytics, ZoomInfo enrichment, Clay data enrichment, and LinkedIn prospect research 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 The script installs the server, finds your Claude Desktop config, prompts for API keys, and wires everything up. Restart C Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
sales-intelligence-mcp-server is best for mcp, model-context-protocol, sales-intelligence workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
MCP server for unified sales intelligence — Gong call analytics, ZoomInfo enrichment, Clay data enrichment, and LinkedIn prospect research 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 The script installs the server, finds your Claude Desktop config, prompts for API keys, and wires everything up. Restart C
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Jbalbu01
Artifacts
0
Benchmarks
0
Last release
1.1.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/jbalbu01/sales-intelligence-mcp-server.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Jbalbu01
Protocol compatibility
MCP
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
3
Snippets
0
Languages
typescript
bash
# One-command install bash install.sh
bash
# 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
json
{
"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"
}
}
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for unified sales intelligence — Gong call analytics, ZoomInfo enrichment, Clay data enrichment, and LinkedIn prospect research 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 The script installs the server, finds your Claude Desktop config, prompts for API keys, and wires everything up. Restart C
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.
# 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.
# 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.
| 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 |
| 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 |
| 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 |
| 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 |
| Tool | What It Does |
|---|---|
| sales_intel_status | Check which platforms are connected and healthy |
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."
| Platform | Where | |---|---| | Gong | Settings > Integrations > API | | ZoomInfo | Developer Portal > Create App | | Clay | Settings > API | | LinkedIn | Developer Portal > OAuth 2.0 token |
| 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) |
TypeScript (86.8%), Shell (8.3%), JavaScript (4.9%)
Built with the Model Context Protocol (MCP) SDK.
MIT — see LICENSE.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T04:09:21.386Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "sales-intelligence",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "gong",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "zoominfo",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "clay",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "linkedin",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "claude",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:model-context-protocol|supported|profile capability:sales-intelligence|supported|profile capability:gong|supported|profile capability:zoominfo|supported|profile capability:clay|supported|profile capability:linkedin|supported|profile capability:claude|supported|profile capability:ai-tools|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Jbalbu01",
"href": "https://github.com/jbalbu01/sales-intelligence-mcp-server",
"sourceUrl": "https://github.com/jbalbu01/sales-intelligence-mcp-server",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:34.613Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:34.613Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/jbalbu01/sales-intelligence-mcp-server",
"sourceUrl": "https://github.com/jbalbu01/sales-intelligence-mcp-server",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:34.613Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-jbalbu01-sales-intelligence-mcp-server/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to sales-intelligence-mcp-server and adjacent AI workflows.