MCP.so
登录
M

MentionsAPI

@mukul-dutt

关于 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.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

mukul-dutt

提交者

Mukul Dutt

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mentionsapi": {
      "command": "npx",
      "args": [
        "-y",
        "@mentionsapi/mcp@latest"
      ],
      "env": {
        "MENTIONSAPI_KEY": "<YOUR_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

AI 与智能体 分类下的更多 MCP 服务器