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, each paid call draws on your plan's monthly credits, and results land back in the conversation. Two of the nine are free. Current plans and credits are on the pricing page.

research_person

Research a person

Sourced 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."
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?"
get_investor_report

Vet an investor

Sourced 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."
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."
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."
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."
scan_for_mentions

Scan platforms for mentions

55 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://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://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 (an API key you copy once)

Some clients (like the n8n community node) need a key you paste, not an in-client OAuth popup. Create an API key in your dashboard and paste it into the client's credential. It starts with mf_pat_, it does not expire, and it keeps working until you revoke it — so a workflow you set up once keeps running. It is shown once, tied to your account and credits, and revocable at any time from the same page.

Create your API key →

Pricing — credit-based, no surprises

Same MentionFox account, same subscription. There is no separate MCP plan: tool calls draw on the same monthly credits as the dashboard.

Free
$0
10 credits / month
  • 1 seat
  • Monthly credits reset each month
Pro
$99/mo
100 credits / month
  • 1 seat
  • Monthly credits reset each month
Agency
$499/mo
300 credits / month
  • 5 seats
  • Monthly credits reset each month
Enterprise
$2,999/mo
1,000 credits / month
  • Unlimited seats
  • Monthly credits reset each month

Most tools need Pro or above. save_to_my_pipeline and get_my_recent_research are free on every plan. See current plans and 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://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 — you start on the Free plan and can upgrade from the pricing page.

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 while the dossier is built. 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. Pro, Agency and Enterprise can use every tool; the Free plan can use the two free tools. See current plans.

How do credits work?

Each plan grants a monthly credit pool that resets each month. Paid tool calls deduct from that pool. When the pool runs out, calls return a 402 error with a clear upgrade path; no surprise overage charges.

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, see the Enterprise plan on the pricing page.

How is my data handled?

What MentionFox returns is verified and sourced, with every claim cited. 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). 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.

Connect MentionFox to your AI tool today

Start on the Free plan and upgrade when you need more credits. The setup is genuinely 60 seconds.

Add to Claude See plans