MentionFox
Model Context Protocol

MentionFox in your AI tools

Native research, monitoring, and outreach inside Claude, Cursor, ChatGPT, Windsurf, and any AI agent that speaks MCP. Nine tools. Sixty-second setup. Same MentionFox subscription, no extra account.

Add to Claude Add to Cursor Other clients →
60-second demo video
Loom embed coming. Until then, see "Setup in 60 seconds" below — it really is that fast.

What you can do — 9 tools, one connection

Each tool runs server-side on MentionFox infrastructure. Your AI agent calls them; you pay credits per call; results land back in the conversation. Two of the nine are free — the others are credit-priced for fairness, with hard caps to prevent surprise bills.

1000 cr
research_person

Research a person

OSINT-driven background on anyone — recent activity, contact hints, key signals, reputation, what they're publicly working on right now.

Tell Claude: "Research Sara Chen at Acme Corp."
500 cr
research_company

Research a company

Logo, positioning, tech stack hints, recent news. Useful for cold-outreach prep, vendor evaluation, and competitive context.

"Brief me on anthropic.com — what are they shipping this quarter?"
1000 cr
get_investor_report

Vet an investor

Deep OSINT report on a VC or angel — fund history, thesis, recent deals, red flags, contact info. Built for founders mid-fundraise.

"Vet Marc Andreessen as a potential investor in our seed round."
1000 cr
get_entrepreneur_report

Vet an entrepreneur

Full background on a founder — past startups, exit history, public reputation, red flags. Built for investors evaluating cap-table additions.

"Vet Patrick Collison — past companies, public reputation, anything I should know."
400 cr
enrich_person

Enrich a contact

Verified email, phone, LinkedIn, social profiles, basic background. The fast lane when you already have a name and need a way to reach them.

"Enrich Maria Lopez at Stripe — I need her email."
300 cr
find_journalists_covering

Find journalists covering a topic

Up to 20 journalists who recently wrote about a beat, with publication, recent bylines, and contact hints. Built for PR pitches and source-finding.

"Find journalists covering AI agents at major tech outlets."
25 cr/src
scan_for_mentions

Scan platforms for mentions

50+ platforms scanned for mentions of a topic, brand, or person in the last 24 hours. Returns up to 50 mentions with source, sentiment, found-at.

"Scan for mentions of MentionFox today across Reddit, Twitter, and HN."
Free
save_to_my_pipeline

Save to your pipeline

Push a researched lead into your MentionFox CRM as a new pipeline entry. Append-only — never modifies or deletes existing leads.

"Save Sara Chen to my pipeline as a Q3 prospect."
Free
get_my_recent_research

Recall recent research

List your recent person dossiers and research output. Lets your AI agent reference what you've already looked up without redoing the work.

"What did I research last week?"

Setup in 60 seconds

Pick your AI client. Three steps, one connection, nine tools. No new account — your existing MentionFox login is the credential.

Claude.ai (web + desktop)

  1. Open Claude → Settings → Connectors
  2. Click Add Connector → enter https://www.mentionfox.com/mcp
  3. Sign in to MentionFox in the OAuth popup. That's it.

Add to Claude →

After connection, ask Claude any of the prompts above. The tool calls happen invisibly; results stream back into the conversation.

Cursor IDE

  1. Open Cursor → SettingsMCP
  2. Click Add new MCP server
  3. Paste this config:
{
  "mcpServers": {
    "mentionfox": {
      "url": "https://www.mentionfox.com/mcp"
    }
  }
}

Cursor will open a browser tab for OAuth. Sign in to MentionFox once. Tools then surface in any Cursor agent chat.

ChatGPT, Windsurf, Continue.dev, custom agents

  1. Find your client's MCP server configuration (often ~/.config/<client>/mcp.json or in-app Settings → MCP)
  2. Add an HTTP-transport entry pointing at https://mentionfox.com/mcp
  3. The connector will redirect to MentionFox OAuth on first use. Sign in once.
{
  "name": "mentionfox",
  "transport": "http",
  "url": "https://mentionfox.com/mcp"
}

For agents using the Anthropic SDK / OpenAI SDK directly: add the MCP URL to your tool registry, the SDK handles auth. Full docs at help/mcp.

n8n & paste-token clients (a bearer token you copy)

Some clients (like the n8n community node) need a bearer token you paste, not an in-client OAuth popup. Generate one from your dashboard, then paste it into the client's credential.

Generate your bearer token →

Pricing — credit-based, no surprises

Same MentionFox account, same subscription. Pick a plan; credits cover everything across the dashboard, the API, and MCP. Cancel any time.

Trial
$0
500 calls · 7 days
  • All 9 MCP tools
  • No card required
  • Full dashboard access
  • Auto-converts to Starter or paused
Starter
$99/mo
100,000 credits / month
  • All 9 MCP tools
  • 10 Tier-1 calls / mo (research pool)
  • 50 enrich_person / mo
  • Uncapped journalist + scan tools
Growth
$299/mo
500,000 credits / month
  • Everything in Starter
  • 50 Tier-1 calls / mo (research pool)
  • 100 enrich_person / mo
  • Priority support
Scale
$799/mo
1.5M credits / month
  • Everything in Growth
  • 500 Tier-1 calls / mo
  • 1000 enrich_person / mo
  • Multi-seat (5 included)
ToolCredit costCap
research_person1,00010 / 50 / 500 (Tier 1 pool)
research_company500(same Tier 1 pool)
get_investor_report1,000(same Tier 1 pool)
get_entrepreneur_report1,000(same Tier 1 pool)
enrich_person40050 / 100 / 1000 (separate cap)
find_journalists_covering300uncapped
scan_for_mentions25 per sourceuncapped
save_to_my_pipelineFree
get_my_recent_researchFree

All endpoints included on every plan. Cancel any time. See full pricing →

Authentication & verification

MentionFox MCP uses OAuth. There is no API key to copy, paste, or rotate. The first time your AI client calls a MentionFox tool, you'll get a browser sign-in popup — once approved, the token persists for the client and you never see auth again unless you sign out.

What happens on first tool call

  1. Your AI client (Claude / Cursor / Windsurf / Continue) detects a MentionFox tool was invoked.
  2. It opens a browser tab pointed at https://www.mentionfox.com/auth?source=mcp.
  3. You sign in with the same email you use on the MentionFox dashboard.
  4. You'll see a one-screen approval: "Allow [your AI client] to call MentionFox tools on your behalf." Click Approve.
  5. The browser tab closes itself and the tool call resumes inside your AI conversation.

Subsequent tool calls in the same client are seamless — no popups, no re-auth. The OAuth token lives in the client (Claude Desktop, Cursor settings, etc.), not in your code or your shell.

No new account needed

If you already have a MentionFox account, MCP uses that login. If you don't, the OAuth popup includes a "create account" link — same 7-day free trial, same 500 credit grant, no card required.

Verify the connection works

After OAuth approval, drop this exact prompt into your AI client:

Use MentionFox to tell me about Sam Altman in one paragraph.

You should see your AI client decide to call get_dossier, then return a paragraph summary. The first tool call typically takes 8-15 seconds (the dossier synthesis runs Sonnet under the hood). If you see the call in your client's tool-use UI but no response, see Troubleshooting below.

Troubleshooting

OAuth popup didn't open. Your client may be blocking popups. Check the client's tool-call log — most clients surface the OAuth URL there as a clickable link. Open it in any browser, sign in, approve. The client picks up the token automatically.

"Subscription required" error on every call. Your trial expired or your subscription lapsed. Open /dashboard/billing to reactivate. Tool calls return a 402 with the same message — your AI client will surface it as a tool error.

"Rate limit exceeded" / 429. You're calling more than 30 tools per minute. Wait a minute and retry — most clients retry automatically.

"Insufficient credits". You're past your monthly credit pool. Either wait until next month's reset or upgrade. The error message includes which tool you tried and how many credits short you were.

Tools list is empty after connecting. The OAuth flow completed but the client's MCP layer didn't refresh its tool list. In Claude: Settings → Connectors → MentionFox → Refresh. In Cursor / Continue: restart the client. The full 9-tool list should appear within seconds.

Audit your tool calls. Every MCP call you make lands in your MentionFox dashboard under Settings → MCP Activity with tool name, timestamp, arguments, credits charged, and success/failure. If a tool call seems to misfire, that's the canonical log to check.

FAQ

If something else is on your mind, the docs at help/mcp are deeper, or hit us at hi@mentionfox.com.

What is MCP?

Model Context Protocol is an open standard for connecting AI tools (Claude, Cursor, ChatGPT, Windsurf, custom agents) to external services. The AI agent gets a list of tools it can call; when it needs one, it sends a structured request, the service runs, the result comes back into the conversation. MentionFox exposes 9 of its endpoints over MCP so any AI tool can use them natively.

Why MentionFox MCP vs the dashboard?

Three reasons. First, the dashboard requires you to context-switch — open MentionFox, search, copy result, paste back. MCP keeps you in your AI tool. Second, AI agents can chain tools — research, enrich, save to pipeline, draft outreach — without you orchestrating. Third, AI agents make better use of structured tool output than humans skimming a UI: they parse the full payload and reason about it.

Does my MentionFox subscription include MCP?

Yes. There's no separate MCP plan. Starter / Growth / Scale all include MCP at the credit caps shown above. The 7-day trial includes MCP too — 500 calls, no card required.

How do credits work?

Each plan grants a monthly credit pool. Tool calls deduct from the pool at the per-tool cost shown above. When the pool runs out, calls return a 402 error with a clear upgrade path; no surprise overage charges. Tier-1 tools also share a separate per-month call cap — once you hit it, those four tools hard-block until the next month or until you upgrade.

Can I use this in production agent builds?

Yes. The MCP endpoint is rate-limited at 30 calls/minute per user (per tier) and tool calls have a 25-second wall — both designed for production agent traffic. For higher volumes or custom contracts above the standard caps, hit support; we'll set up a Scale-plus arrangement.

How is my data handled?

The data MentionFox returns is OSINT — public-only sources, no scraping behind logins, no data brokers selling private records. Calls you make are logged for billing and tier-cap enforcement (tool name, timestamp, success / failure, credits charged). Tool inputs are not used to train any model. Full privacy details at /privacy.

What are the rate limits?

30 calls per minute per user (across all tools combined). Per-month tier caps are enforced separately (see pricing table). No burst limits, no throttling on free tools (save_to_my_pipeline, get_my_recent_research). If you hit the per-minute limit, calls return 429 with a clear retry-after; just wait and retry.

What if I cancel?

You keep MCP access through the end of the billing period. After that, the connection stays — but tool calls return a clear "subscription required" error until you reactivate. Your saved pipeline data, dossiers, and research history are preserved for 90 days post-cancellation.

Can I see what calls my AI agent made?

Yes. Every MCP tool call shows up in your MentionFox dashboard under Settings → MCP Activity — tool name, timestamp, arguments, credits charged, success/failure. Build trust between you and your AI agent by auditing the trail.

Which MCP clients are supported?

Anything that speaks MCP over HTTP. Confirmed working: Claude (web + desktop), Cursor IDE, Windsurf, Continue.dev, ChatGPT custom GPTs (via MCP gateway), Anthropic SDK + OpenAI SDK direct integrations. If your client speaks the open MCP spec, MentionFox works.

How others use it

Cross-link to existing case studies — same MentionFox capabilities, accessed via the AI agent of your choice.

Connect MentionFox to your AI tool today

Trial is free. 500 calls. 7 days. Cancel any time. The setup is genuinely 60 seconds.

Add to Claude Start free trial