Golddigger MCP Server
Click on "Deploy 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., "@Golddigger MCP Serversearch for AI startups in Berlin and enrich the top result"
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.
Golddigger MCP Server
B2B Lead Intelligence API — search, enrich & score 10M+ global companies from any MCP-compatible client.
What is this?
A Model Context Protocol (MCP) server that wraps the Golddigger API — giving AI assistants (Claude, Cline, Cursor, etc.) the ability to search, enrich, and score B2B leads in real time.
3 tools exposed:
Tool | Description |
| Search 10M+ global companies by name, industry, product, country |
| Get full contact details: email, phone, address, source |
| Rate lead quality hot/warm/cold (0-100 score) |
Related MCP server: Prospeo MCP Server
Installation
git clone https://github.com/SassumiX/golddigger-mcp.git
cd golddigger-mcp
pip install -r requirements.txtConfiguration
Set your API key as an environment variable:
export GOLDIGGER_API_KEY="golddigger_2024" # Get yours at https://golddigger.gold
export GOLDIGGER_HOST="https://golddigger.geodinvest.com"Usage
Claude Desktop (macOS)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"golddigger": {
"command": "python3",
"args": ["/FULL/PATH/TO/golddigger-mcp/server.py", "--transport", "stdio"]
}
}
}Restart Claude Desktop.
Cline / Other MCP Clients
{
"mcpServers": {
"golddigger": {
"command": "uvicorn",
"args": ["server:app", "--host", "0.0.0.0", "--port", "8080"],
"env": {
"GOLDIGGER_API_KEY": "golddigger_2024"
}
}
}
}HTTP Endpoint
./start.sh http 8080
# Or directly
python3 server.py --transport streamable-http --port 8080API Endpoints (Direct REST)
Method | Endpoint | Description |
GET |
| Search leads |
GET |
| Enrich company |
GET |
| Score lead |
Base URL: https://golddigger.geodinvest.com
Pricing
Plan | Leads | Rate Limit | Period |
Free | 3 previews | 10/day | Forever |
Super | 50,000 | 100/day | 90 days |
Premium | 1,000,000 | Unlimited | 365 days |
Buyout | Self-host + FDE setup | — | — |
Get your key at https://golddigger.gold
License
MIT — SassumiX 2026
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-native B2B sales research, ranking, and CRM enrichment.
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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
AlicenseAqualityFmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.5166 npmMIT- FlicenseAqualityDmaintenanceEnables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.3-
- AlicenseAqualityDmaintenanceEnables AI assistants to search and retrieve B2B leads and company data from the LeadBrew database, including contact details and company information.51MIT