Model Context Protocol

Use our data directly in Claude, ChatGPT or your own AI workflow.

What is MCP?

The Model Context Protocol (MCP) enables AI assistants to directly access our tools. Instead of manually downloading Excel files, you can use our data directly in your AI workflow.

Examples

claude_desktop_config.json
// claude_desktop_config.json
{
  "mcpServers": {
    "geniuslead": {
      "command": "npx",
      "args": ["-y", "@geniuslead/mcp-server"],
      "env": {
        "GENIUSLEAD_API_KEY": "your-api-key"
      }
    }
  }
}
usage
// Ask Claude:
"Find 50 B2B leads in the metalworking
industry in Munich, Germany."

// Claude uses the MCP server to:
// 1. Call search_leads() with your parameters
// 2. Return structured results directly
// 3. No Excel download needed