Skip to content

Add Hunter third-party MCP plugin - #317

Open
SamSokolin wants to merge 1 commit into
mainfrom
cursor/hunter-mcp-plugin-e17e
Open

Add Hunter third-party MCP plugin#317
SamSokolin wants to merge 1 commit into
mainfrom
cursor/hunter-mcp-plugin-e17e

Conversation

@SamSokolin

Copy link
Copy Markdown
Collaborator

Summary

  • Add a Hunter marketplace plugin under third_party/hunter/, pointing at Hunter's official hosted MCP server (https://mcp.hunter.io/mcp) over Streamable HTTP. The URL comes from Hunter's official MCP page (https://hunter.io/mcp), its agent setup doc (https://hunter.io/agents.md), and the MCP section of the API reference (https://hunter.io/api-documentation/v2#mcp).
  • Auth is OAuth 2.1 against hunter.io with Dynamic Client Registration and PKCE (mcp.hunter.io advertises RFC 9728 protected-resource metadata), so mcp.json is URL-only — no API key, client ID, or secret, mirroring the Clay plugin. The README documents Hunter's X-API-Key header as the opt-in alternative for users who prefer a key.
  • Register the plugin in .cursor-plugin/marketplace.json and the root README table.
  • Logo is Hunter's official fox mark from the hunter-io GitHub organization (192×192 PNG). Hunter's archived hunter-io/hunter-mcp local server is noted in the README as deprecated in favor of the remote endpoint.

Test plan

  • Plugin schema validation passes (node scripts/validate-plugins.mjs)
  • Install from Cursor Settings → Plugins or /add-plugin hunter
  • Complete Hunter OAuth sign-in
  • Smoke test with a free Discover query (e.g. "Fintech companies in France with 50–200 employees"), then a Domain Search
Open in Web Open in Cursor 

New plugin pointing at Hunter's official hosted Streamable HTTP MCP
server (https://mcp.hunter.io/mcp). Auth is OAuth 2.1 with Dynamic
Client Registration and PKCE against hunter.io, so the config carries
no API key or client ID; the README documents the X-API-Key header as
the opt-in alternative Hunter also supports.

Logo is Hunter's official fox mark from the hunter-io GitHub org.

Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants