transport
Streamable HTTP MCP
A stateless Model Context Protocol server at https://api.refd.ai/mcp.
refd exposes a workspace's AI search monitoring through a read-only, OAuth-protected remote MCP server. Connect Claude, ChatGPT, or any MCP client and query visibility, competitors, citations, and the raw answers behind them, scoped to a single workspace.
01 / the connector
Every OAuth grant is bound to a single workspace and is read-only. The connector cannot change data or start paid runs, and the owner can revoke it anytime from Settings. Web prompt-injection can, at worst, read within the one workspace the human authorized.
transport
A stateless Model Context Protocol server at https://api.refd.ai/mcp.
auth
Authorization-code flow with per-workspace, revocable grants and the data:read scope.
access
Nine tools plus a metric-glossary resource. No writes, no run triggers, no spend.
02 / the tools
Call tools/list after connecting. Every tool resolves the workspace from the OAuth grant, never from arguments.
get_workspace_infoThe brand, tracked competitors, prompts, and enabled AI surfaces for the workspace.
get_visibility_overviewMention rate, citation rate, position, and share of voice across surfaces.
get_competitor_landscapeHow the brand ranks against the competitors it tracks.
get_prompt_performancePer-prompt visibility, broken down by AI surface.
get_citation_sourcesWhich domains AI answers cite for the workspace.
get_recent_changesMaterial moves between the two most recent completed runs.
find_prompt_resultsSearch tracked prompts and their scored results.
read_answerThe raw AI answer behind a result, with entity mentions highlighted.
get_digestA 30-day rollup of the workspace, the same one that grounds the dashboard chat.
03 / connect
The endpoint is always https://api.refd.ai/mcp. Discovery and sign-in are automatic; you authorize one workspace per connection.
Add a custom connector (or `claude mcp add --transport http refd https://api.refd.ai/mcp`) and complete the OAuth sign-in.
Settings → Connectors → add a custom MCP server, enter the endpoint, and authorize.
Point a Streamable HTTP MCP client at the endpoint; it discovers auth via the protected-resource metadata.
04 / discovery
MCP endpoint
https://api.refd.ai/mcpStreamable HTTP, OAuth-protected
Protected-resource metadata
https://api.refd.ai/.well-known/oauth-protected-resource/mcpRFC 9728
Authorization-server metadata
https://api.refd.ai/.well-known/oauth-authorization-serverRFC 8414
OpenAPI catalog
https://refd.ai/openapi.jsonPublic HTTP surface
Agent manifest
https://refd.ai/.well-known/agentDiscovery pointers
MCP Registry
ai.refd/refdregistry.modelcontextprotocol.io
llms.txt
https://refd.ai/llms.txtPlain-text summary
05 / open source
refd is MIT licensed and runs on Cloudflare Workers. Run the MCP server on your own account, or connect to the hosted one on refd.ai.