Loading languages...
HU

hunter-mcp

@hunter-io7

Provides integration between the Hunter API and any LLM provider supporting the MCP protocol

hunter-api
b2b-data
email-verification
lead-generation
python

# mcpServer Config

{
  "mcpServers": {
    "hunter-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "PATH_TO_hunter-mcp/main.py"
      ],
      "env": {
        "HUNTER_API_KEY": "YOUR_HUNTER_API_KEY"
      }
    }
  }
}

# stdio

uv run --with mcp[cli] mcp run PATH_TO_hunter-mcp/main.py
Transport:
stdio
言語:
Python
作成日:5/14/2025
更新日:7/7/2025