MentionsAPI
@mukul-dutt
About MentionsAPI
Track brand mentions, ranks, and citations across ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, AI Mode, and Bing Copilot. MCP-native, pay-as-you-go, $1 free signup credit.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mentionsapi": {
"command": "npx",
"args": [
"-y",
"@mentionsapi/mcp@latest"
],
"env": {
"MENTIONSAPI_KEY": "<YOUR_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MentionsAPI?
MentionsAPI tracks brand visibility across AI search surfaces — ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, Google AI Mode, and Bing Copilot. This MCP server puts that data inside any MCP-compatible client, letting you ask in plain English and get structured data back.
How to use MentionsAPI?
Connect via a remote server (recommended, zero install) at https://api.mentionsapi.com/mcp using OAuth or a Bearer token (API key). For local usage, run npx -y @mentionsapi/mcp@latest and configure the API key as the MENTIONSAPI_KEY environment variable. Set up in claude.ai, Claude Code, Cursor, Windsurf, or ChatGPT Plus using provided configuration examples.
Key features of MentionsAPI
- Four tools:
mentions_check,mentions_watch,mentions_discover,mentions_compare - Eight modes for
mentions_check, including live UI scrapes and cached checks - PAYG pricing with no subscriptions, $1 free signup credit
- Structured error handling with plain-English relay to the AI agent
- Agent skill pack available via
npx skills add
Use cases of MentionsAPI
- Check if a brand is mentioned when users ask AI about a topic
- Persistently monitor brand mentions with HMAC-signed webhooks
- Discover 50 suggested search queries to track for a brand
- Compare side-by-side mention data between two brands
FAQ from MentionsAPI
How do I get started with MentionsAPI?
Sign up for free (no card required, get $1 credit) at https://mentionsapi.com/signup, mint an API key at https://mentionsapi.com/app/keys, connect via remote or stdio server, then ask your AI agent to use mentions_check or another tool.
What AI surfaces does MentionsAPI track?
ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, Google AI Mode, and Bing Copilot. The quick mode calls all four LLM APIs in parallel.
How much does MentionsAPI cost?
Pay-as-you-go only, no subscriptions or minimums. mentions_check starts at $0.02 (cached, quick mode) or $0.39 fresh. Other tools range from $0.50 to $1.50. A $1 free credit is provided on signup, and the minimum top-up is $5.
What happens if my API key is missing or invalid?
The server starts without a key and returns structured errors (auth_required, auth_invalid, insufficient_balance, rate_limit_exceeded) that the AI agent can relay in plain English, including signup and top-up URLs.
What are the runtime requirements for the local server?
The stdio server requires Node.js (via npx) and a MENTIONSAPI_KEY environment variable. The remote server requires only an MCP-compatible client and an API key.
More AI & Agents MCP servers
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments