Skip to main content
Glama
SassumiX

Golddigger MCP Server

by SassumiX

Golddigger MCP Server

B2B Lead Intelligence API — search, enrich & score 10M+ global companies from any MCP-compatible client.

MCP Server License: MIT B2B Data

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_leads(keyword, limit)

Search 10M+ global companies by name, industry, product, country

enrich_company(company)

Get full contact details: email, phone, address, source

score_lead(company, 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.txt

Configuration

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 8080

API Endpoints (Direct REST)

Method

Endpoint

Description

GET

/api/leads/search?q=&limit=

Search leads

GET

/api/leads/enrich?company=

Enrich company

GET

/api/leads/score?company=&source=

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • A
    license
    A
    quality
    F
    maintenance
    Enables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.
    5
    166 npm
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.
    3
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to search and retrieve B2B leads and company data from the LeadBrew database, including contact details and company information.
    5
    1
    MIT