Skip to main content
Glama

🎯 MCP Hunter

OSINT、アクティブプロスペクティング、ウェブ検索、ディープスクレイピング、企業・人物データのエンリッチメントのためのMCP(Model Context Protocol)サーバー。

MCP Hunter は、人工知能アシスタント(Gemini Antigravity、Claude Desktop、Cursor、Windsurf など)をインターネットおよびオープンデータソースに直接接続します。Google/Web での検索、インテリジェントなページのスクレイピングとクレンジング、連絡先(電子メール、WhatsApp、電話番号、ソーシャルメディア)の抽出、そして Receita Federal の公式データ(CNPJ、株主/QSA、資本金、住所)による企業プロファイルのエンリッチメントを実行できます。


✨ 主な機能

  • 🔍 有料キー不要のウェブ検索: 高度な演算子(site:inurl:filetype:)に対応した高速検索と、ブラジル地域へのフォーカス(br-pt)。

  • 🌐 インテリジェントなコンテンツのスクレイピングとクレンジング: trafilaturaBeautifulSoup を使用して、広告、メニュー、コードを除外し、メインテキストのみを抽出します。

  • 📞 精密な連絡先抽出ツール: 以下を識別するための正規表現アルゴリズムとヒューリスティック:

    • 有効な電子メール(スパム対策フィルターと画像除外フィルター付き);

    • ブラジル形式の固定電話・携帯電話番号;

    • WhatsApp のダイレクトリンク(wa.me/api.whatsapp.com);

    • ソーシャルメディア上の公式プロフィール(Instagram、LinkedIn、Facebook、X/Twitter、YouTube、TikTok、GitHub);

    • チェックディジットの数学的検証に対応した CNPJ 番号。

  • 🏛️ Receita Federal 公式照会(BrasilAPI): 法人名、商号、登録状況、設立日、資本金、主な事業活動(CNAE)、住所、株主・役員名簿(QSA)を取得します。

  • 🏢 マスターモード(hunt_company): 企業名を受け取り、数秒でエンドツーエンドの360度調査を実行します。

  • 👤 人物調査(hunt_person): ある人物に関する公開の言及、LinkedIn プロフィール、記事をスキャンします。


Related MCP server: LeadSpark MCP

🛠️ 公開されているツール

ツール

説明

主なパラメータ

hunter_search

Web/Google 検索を実行し、リンク、タイトル、要約スニペットを返します。

query (str)、max_results (int、デフォルト: 5)、region (str、デフォルト: 'br-pt')

scrape_website

サイトにアクセスし、読み取り可能なテキストを抽出して、連絡先サブページ(/contato/sobre/termos)をスキャンします。

url (str)、deep_contacts (bool、デフォルト: true)

extract_contacts

URL または生テキストを解析し、電子メール、電話番号、WhatsApp、ソーシャルメディア、CNPJ を抽出します。

url (str、オプション)、text (str、オプション)

consult_cnpj

BrasilAPI / MinhaReceita 経由で Receita Federal のデータベースを照会します。

cnpj (str)

hunt_company

企業の360度ドシエ: ウェブサイトを検索し、連絡先、ソーシャルメディア、CNPJ、株主構成を抽出します。

company_name (str)、domain_or_url (str、オプション)

hunt_person

ある人物に関する公開プレゼンス、LinkedIn プロフィール、ウェブ上の言及を調査します。

name (str)、context (str、オプション)


🚀 インストールと実行

このプロジェクトは、超高速パッケージマネージャー uv を使用します。

1. リポジトリのクローン

git clone <URL_DO_REPOSITORIO>
cd "MCP Hunter"

2. 依存関係の自動インストール

uv sync

3. 自動テストの実行

uv run python tests/test_tools.py

4. MCP サーバーの起動(stdio モード)

uv run mcp-hunter

🔌 MCP クライアントでの設定

Antigravity / Claude Desktop / Cursor / Windsurf

以下の設定を MCP 設定ファイル(claude_desktop_config.json または類似のファイル)に追加してください:

{
  "mcpServers": {
    "mcp-hunter": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\caminho\\para\\MCP Hunter",
        "run",
        "mcp-hunter"
      ]
    }
  }
}

📂 プロジェクト構造

MCP Hunter/
├── src/
│   └── mcp_hunter/
│       ├── __init__.py        # Definição do pacote
│       ├── server.py          # Servidor FastMCP e registro das Tools
│       ├── search.py          # Motor de buscas na Web (DuckDuckGo/DDGS)
│       ├── scraper.py         # Motor de requisições HTTP e scraping (Trafilatura/BS4)
│       ├── extractor.py       # Extração de contatos, regex e validação de CNPJ
│       ├── cnpj.py            # Integração com BrasilAPI e Receita Federal
│       └── py.typed           # Marcador de tipagem PEP 561
├── tests/
│   ├── test_hunter.py         # Testes unitários dos módulos internos
│   └── test_tools.py          # Testes de integração das ferramentas MCP
├── mcp_config_example.json    # Exemplo de configuração de cliente MCP
├── pyproject.toml             # Configuração do projeto e dependências
├── uv.lock                    # Lockfile de dependências
└── README.md                  # Documentação oficial

📄 ライセンス

MIT ライセンスの下で配布されています。詳細については LICENSE を参照してください。

F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables Brazilian business data lookup through CNPJ (company registry) and CEP (postal code) queries, with intelligent web search capabilities powered by Tavily for due diligence, compliance, and customer verification.
    51
    6
    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
    Not graded
    quality
    C
    maintenance
    Brazilian company-registry lookup via Receita Federal, allowing AI agents to query CNPJ data.
    6
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables lookup of Brazilian public data including companies (CNPJ), postal codes (CEP), banking, economy, geography, and more through 15 tools and 2 guided prompts, powered by BrasilAPI with no API key required.
    15
    MIT

View all related MCP servers

Related MCP Connectors

  • Search companies, enrich contacts, and reveal emails and phones from your AI agent.

  • Live web access for agents: scrape, SERP search, crawl/map, 74 collectors, datasets, proxies.

  • The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

View all MCP Connectors

Latest Blog Posts

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/rrcodeia/mcp-hunter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server