A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for MentionsAPI - brand visibility across every AI search surface (ChatGPT, Claude, Gemini, Perplexity, AI Ov
Ask your AI agent whether AI recommends your brand. MentionsAPI tracks brand visibility across every AI search surface — ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, Google AI Mode, and Bing Copilot — and this MCP server puts that data inside any MCP-compatible client.
Ask in plain English. Get structured data back.
You: "Is HubSpot mentioned when users ask ChatGPT about CRMs?"
Claude: [calls mentions_check via MCP]
"Yes — ranked 3rd in ChatGPT's answer. Top 3:
HubSpot, Salesforce, Pipedrive. Fan-out queries
issued during search: ..."
https://api.mentionsapi.com/mcp — Streamable HTTP with OAuth (one-click on claude.ai) or Authorization: Bearer lvk_live_....
claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → paste the URL above, then approve via OAuth.
Claude Code:
claude mcp add --transport http mentionsapi https://api.mentionsapi.com/mcp
Any Streamable-HTTP client: point it at the URL and send your API key as a Bearer token.
npx -y @mentionsapi/mcp@latest
~/.claude.json){
"mcpServers": {
"mentionsapi": {
"command": "npx",
"args": ["-y", "@mentionsapi/mcp@latest"],
"env": { "MENTIONSAPI_KEY": "lvk_live_..." }
}
}
}
~/.cursor/mcp.json) — same shape~/.codeium/windsurf/mcp_config.json) — same shapelvk_live_...) → https://mentionsapi.com/app/keys| Tool | What it does | Cheapest mode |
|---|---|---|
mentions_check | Check if a brand is mentioned across AI search surfaces | $0.02 (mode:quick, cached) |
mentions_watch | Persistent monitor with HMAC-signed webhook on changes | $1/run |
mentions_discover | Suggest 50 queries to track for a brand | $0.50 |
mentions_compare | Side-by-side delta between two brands | $1.50 |
mentions_check| Mode | Cost | What |
|---|---|---|
quick | $0.39 fresh / $0.02 cached | All 4 LLM APIs in parallel — ChatGPT, Claude, Gemini, Perplexity |
perplexity_live | $0.25 | Real Perplexity UI scrape — citations + fan-out queries |
chatgpt_live | $0.10 | Real ChatGPT UI scrape — fan-out + brand entities |
gemini_live | $0.10 | Real Gemini UI scrape |
ai_overview | $0.05 | Google's AI Overviews block |
ai_mode | $0.10 | Google's dedicated AI Mode |
bing_copilot | $0.05 | Bing Copilot AI overview |
all_live | $0.50 | All 6 live UI scrapes in one call |
PAYG only. No subscriptions, no monthly minimums.
Top up: https://mentionsapi.com/app/billing
| Var | Required | Default |
|---|---|---|
MENTIONSAPI_KEY | Yes | — |
MENTIONSAPI_URL | No | https://api.mentionsapi.com |
The MCP returns structured errors the AI agent can relay to you in plain English:
auth_required — no API key set; includes signup URLauth_invalid — key was rejected; rotate at /app/keysinsufficient_balance — wallet empty; top-up URL includedrate_limit_exceeded — includes retry_after_secondsmode_roadmap — for deep/change_track (Q3 2026)The server starts even without an API key — your AI agent will guide you through setup the first time you call a tool.
Prefer skills over raw tools? Install the companion skill pack:
npx skills add nikhonit/llm-mentions-skills
→ https://github.com/nikhonit/llm-mentions-skills
MIT
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos