The MentionPilot MCP Server is currently available for Claude (claude.ai) only. Support for additional AI clients is coming soon.
What is the MentionPilot MCP Server?
The MentionPilot MCP Server exposes your brand’s AI visibility data through the Model Context Protocol (MCP) — an open standard that lets AI assistants like Claude read and reason over live data from external services. Once connected, you can ask your AI assistant natural-language questions such as:- “How visible is my brand on ChatGPT this week?”
- “Which competitors are outranking me on Gemini?”
- “Give me a weekly summary I can paste into our Slack channel.”
How it works
- You connect your AI client to
https://mcp.mentionpilot.ai/mcponce. - The server authenticates you via OAuth — your MentionPilot API key is exchanged securely and never stored client-side.
- Your assistant discovers the available tools and calls them on demand.
- Results are returned as structured text the assistant can read, summarize, or act on.
Supported AI clients
| Client | Connection type | Status |
|---|---|---|
| Claude (claude.ai) | Remote MCP — OAuth | Available |
| Cursor | Remote MCP — OAuth | Coming soon |
| Other MCP-compatible clients | Streamable HTTP (/mcp) | Coming soon |
Protocol details
The server implements the MCP Streamable HTTP transport (2024-11-05) and supports:
initialize— handshake and capability negotiationtools/list— returns the full tool cataloguetools/call— executes a tool with the given arguments- Batch JSON-RPC requests
- SSE streaming responses (
Accept: text/event-stream)
Bearer token on every tool call.