Add Hunter third-party MCP plugin (API key header auth) - #340
Merged
Conversation
Package Hunter's hosted Streamable HTTP MCP server (https://mcp.hunter.io/mcp) using the official Cursor setup from https://hunter.io/agents.md: X-API-Key with ${HUNTER_API_KEY}. This is a fresh-from-main take on #317, which used OAuth-only config and documented the API key as an opt-in alternative. Official Cursor packaging is header auth, so plugin.json declares the HUNTER_API_KEY template variable the same way other BYO-credential plugins do. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
SamSokolin
marked this pull request as ready for review
September 8, 2026 23:17
github-actions Bot
added a commit
to SmailG/claude-cursor-plugins
that referenced
this pull request
Sep 9, 2026
…cursor/cursor/hunter-mcp-plugin-86e6 chore: sync with cursor/plugins — Merge pull request cursor#340 from cursor/cursor/hunter-mcp-plugin-86e6
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Hunter marketplace plugin under
third_party/hunter/, matching Hunter’s official Cursor setup (agents.md) and this repo’s BYO-credential template-variable pattern.Hosted MCP:
https://mcp.hunter.io/mcp(Streamable HTTP). Auth is anX-API-Keyheader with${HUNTER_API_KEY}— not OAuth for this packaging.plugin.jsondeclares theHUNTER_API_KEYtemplate variable the same way other API-key plugins do (e.g. Similarweb, GitHub, Brevo). Users create a key at https://hunter.io/api-keys (Free plan works). No secrets are committed.Relation to #317
#317 (“Add Hunter third-party MCP plugin”) is still open and packages the same
third_party/hunterpath with OAuth-onlymcp.json(URL, no header / no template var), documentingX-API-Keyas an opt-in alternative.This PR is a fresh branch from current
main, not a second Hunter plugin path. It reuses #317’s logo/LICENSE and capability docs, then corrects auth to the official Cursor header model. Prefer this over merging #317 as-is.Files changed
third_party/hunter/mcp.json— HTTP server +X-API-Key: ${HUNTER_API_KEY}third_party/hunter/.cursor-plugin/plugin.json— manifest +HUNTER_API_KEYvariablethird_party/hunter/README.md— install/auth docs pointing at agents.md and api-keysthird_party/hunter/CHANGELOG.mdthird_party/hunter/LICENSEthird_party/hunter/assets/logo.png— Hunter fox mark from thehunter-ioGitHub org.cursor-plugin/marketplace.json— registerhunterREADME.md— catalog rowTest plan
node scripts/validate-plugins.mjs(afternpm install --no-save ajv ajv-formats)/add-plugin hunterHUNTER_API_KEYfrom https://hunter.io/api-keys (do not usetest-api-key)