Skip to main content
Huntr exposes an HTTP MCP server at 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:
Agents should call direct tools (person_email, company_search, tech_stack, …) for known lookups. Use research only when the task needs cross-source synthesis on one target.

Cursor

  1. Open Cursor → Settings → MCP → Add new global MCP server (edits ~/.cursor/mcp.json)
  2. Add:
  1. Restart Cursor. Use Agent mode.

Claude Desktop

To connect Claude Desktop using its local MCP configuration, use the third-party mcp-remote bridge to send Huntr’s API-key header. The bridge runs locally through npx.
mcp-remote describes itself as an experimental proof of concept. It is not maintained by Huntr or Anthropic. Review the project before installing it.
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.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Fully quit and restart Claude Desktop, then confirm the Huntr tools appear. Keep your API key private and do not commit this configuration file to source control.

Claude Code (CLI)

Run /mcp in a session to verify connection.

Codex

Set your Huntr API key in the environment:
Then add to ~/.codex/config.toml:
Restart Codex, then use /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 + enrich (multi-step)
  • “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.”
Direct enrichment
  • “Get stripe.com’s tech stack and open job postings using Huntr.”
  • “Scrape https://linear.app/pricing and summarize the pricing tiers.”
Meta
  • “What’s my Huntr balance and the price of a standard research request?”

Tips

  • Call get_pricing before paid tools so the agent picks the right tier and knows costs.
  • For bulk lists, chain company_search_countcompany_searchperson_searchperson_email — do not loop research.
  • Get your API key from the dashboard.

Next step