https://api.tryhuntr.com/mcp. Once connected, your AI assistant gets the full Huntr API as tools — research, list building, enrichment, and page operations — not just /research.
All MCP tools
Every paid REST endpoint (except signup webhooks) is available as an MCP tool:Cursor
- Open Cursor → Settings → MCP → Add new global MCP server (edits
~/.cursor/mcp.json) - Add:
- Restart Cursor. Use Agent mode.
Claude Desktop
To connect Claude Desktop using its local MCP configuration, use the third-partymcp-remote bridge to send Huntr’s API-key header. The bridge runs locally through npx.
Install Node.js 18 or later before continuing. This requirement applies to the Claude Desktop bridge, not to Huntr’s remote MCP server. Cursor, Claude Code, and Codex can connect to Huntr directly without this bridge.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Claude Code (CLI)
/mcp in a session to verify connection.
Codex
Set your Huntr API key in the environment:~/.codex/config.toml:
/mcp to verify the connection.
Example prompts
Research (one target)- “Use Huntr to research Notion’s enterprise motion and who owns security buying decisions.”
- “Search for VP Engineering contacts at linear.app, then find a work email for the best match.”
- “Preview how many US SaaS companies have 50–200 employees, then fetch the first page.”
- “Get stripe.com’s tech stack and open job postings using Huntr.”
- “Scrape https://linear.app/pricing and summarize the pricing tiers.”
- “What’s my Huntr balance and the price of a standard research request?”
Tips
- Call
get_pricingbefore paid tools so the agent picks the right tier and knows costs. - For bulk lists, chain
company_search_count→company_search→person_search→person_email— do not loopresearch. - Get your API key from the dashboard.
Next step
- Huntr Skills — ready-made GTM workflows powered by these MCP tools
- Research Agent guide
- Choose your workflow
- API Reference