MentionsAPI MCP Server
Allows checking brand mentions in Google AI Overviews and AI Mode.
Allows checking brand mentions in Perplexity's AI search responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MentionsAPI MCP ServerCheck if HubSpot is mentioned for 'best CRM'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MentionsAPI MCP Server
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: ..."Two ways to connect
Option 1 — Remote server (recommended, zero install)
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/mcpAny Streamable-HTTP client: point it at the URL and send your API key as a Bearer token.
Option 2 — Local stdio server (npm)
npx -y @mentionsapi/mcp@latestClaude Code (~/.claude.json)
{
"mcpServers": {
"mentionsapi": {
"command": "npx",
"args": ["-y", "@mentionsapi/mcp@latest"],
"env": { "MENTIONSAPI_KEY": "lvk_live_..." }
}
}
}Cursor (~/.cursor/mcp.json) — same shape
Windsurf (~/.codeium/windsurf/mcp_config.json) — same shape
ChatGPT Plus — see docs/mcp/chatgpt-plus
Related MCP server: ai-visibility-mcp
Get started in 60 seconds
Sign up — free, no card, $1 free credit → https://mentionsapi.com/signup
Mint an API key (looks like
lvk_live_...) → https://mentionsapi.com/app/keysConnect using either option above
Ask: "Use mentions_check to see if Notion appears for 'best CRM for startups' across all 4 LLMs."
Tools (4)
Tool | What it does | Cheapest mode |
| Check if a brand is mentioned across AI search surfaces | $0.02 ( |
| Persistent monitor with HMAC-signed webhook on changes | $1/run |
| Suggest 50 queries to track for a brand | $0.50 |
| Side-by-side delta between two brands | $1.50 |
8 modes for mentions_check
Mode | Cost | What |
| $0.39 fresh / $0.02 cached | All 4 LLM APIs in parallel — ChatGPT, Claude, Gemini, Perplexity |
| $0.25 | Real Perplexity UI scrape — citations + fan-out queries |
| $0.10 | Real ChatGPT UI scrape — fan-out + brand entities |
| $0.10 | Real Gemini UI scrape |
| $0.05 | Google's AI Overviews block |
| $0.10 | Google's dedicated AI Mode |
| $0.05 | Bing Copilot AI overview |
| $0.50 | All 6 live UI scrapes in one call |
Pricing
PAYG only. No subscriptions, no monthly minimums.
$1 free signup credit — no card required
$5 minimum top-up — Stripe Checkout, card saved
Optional auto-recharge when wallet runs low
Top up: https://mentionsapi.com/app/billing
Env vars (stdio server)
Var | Required | Default |
| Yes | — |
| No |
|
Error handling
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— includesretry_after_secondsmode_roadmap— fordeep/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.
Agent skills
Prefer skills over raw tools? Install the companion skill pack:
npx skills add nikhonit/llm-mentions-skills→ https://github.com/nikhonit/llm-mentions-skills
Docs & links
Quickstart — https://mentionsapi.com/docs/quickstart
API reference — https://mentionsapi.com/docs/api/check
MCP setup guides — https://mentionsapi.com/docs/mcp
Recipes — https://mentionsapi.com/docs/recipes
Privacy policy — https://mentionsapi.com/legal/privacy
License
MIT
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.Last updated16501MIT
- AlicenseAqualityCmaintenanceTrack brand visibility across ChatGPT, Perplexity, Claude, and Gemini.Last updated6188MIT
- AlicenseAqualityCmaintenanceTrack how your brand appears in AI-generated answers across ChatGPT, Perplexity, and other AI models. Analyze visibility, sentiment, citations, and domain rankings with 31 tools — including analytics reports, chat inspection, query analysis, and full CRUD for brands, prompts, tags, and topics.Last updated17992MIT
- Alicense-qualityBmaintenanceEnables AI agents to check whether AI assistants recommend a brand and audit a site's AI-agent readiness, providing visibility scores and specific gaps.Last updatedMIT
Related MCP Connectors
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
AI visibility analytics for brand mentions, citations, sentiment, and GEO reports
Real-time fact-check, citation verification, and source-freshness for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mukul-dutt/mentionsapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server