01
Your agent asks what to fix
get_actions returns executable jobs, not advice. Each one names a single target, the output to produce, the steps, and the check that tells the agent when it is done.
For agents
Connect Recometrix to Claude Code, Cursor, or anything that speaks MCP. Your agent reads the exact answers where you are missing, picks the next executable fix, ships it, and the following scan checks whether the answer changed.
1 line
to connect from Claude Code
8 tools
metrics, answers, sources, actions
Read-only
your agent can't break anything
Verbatim
every stored answer and cited URL
Connect
Create an API key in Settings, paste one command, and your agent can pull everything the dashboard shows. Other MCP clients take the JSON config instead.
Claude Code
claude mcp add --transport http recometrix https://recometrix.com/api/mcp --header "Authorization: Bearer rmx_YOUR_KEY"JSON for other MCP clients
{
"mcpServers": {
"recometrix": {
"url": "https://recometrix.com/api/mcp",
"headers": { "Authorization": "Bearer rmx_YOUR_KEY" }
}
}
}01
get_actions returns executable jobs, not advice. Each one names a single target, the output to produce, the steps, and the check that tells the agent when it is done.
02
The verbatim answers, cited URLs, and source gaps behind each job are one tool call away. The agent edits your pages or drafts the outreach right in your repo, grounded in what the AI tools actually said.
03
Every fix keeps the questions it targets. Later audits compare those questions with the rest of your tracking set, so the agent's work gets measured the same way yours would.
The toolbox
The same data behind every number in the dashboard, as MCP tools. Full input schemas are in the API docs.
Browse the schemasList the brands/projects tracked in this Recometrix workspace, with their ids.
Latest AI-visibility metrics for a project (visibility score, mention rate, top-3 rate, stability, competitor share) plus a 12-run history.
Prompt-level answers from the latest completed audit: which AI tools mentioned the brand, at what rank, with which cited domains. Includes the verbatim answers.
Ranked citation-source opportunities from the latest completed audit, including citation gaps and source type.
Prioritized action recommendations for a project (what to fix first), each backed by stored answers.
AI referral events and crawler rollups for a project.
Generated deliverables for a project, including grounded markdown drafts.
Methodology metadata for the latest completed deep audit, including provider, model, sample, and scoring caveats.
Claude Code, Claude Desktop, Cursor, and any MCP client that can send an Authorization header. Everything the MCP server exposes is also on the REST API for scripts and CI.
Whatever the dashboard shows: visibility metrics, verbatim answers, citation sources, executable actions, AI referrals, generated drafts, and the methodology behind each audit. The server is read-only by design, so an agent can browse everything and break nothing.
API and MCP access is included on the Grow and Agency plans. Create a key in Settings; it is shown once and can be revoked any time.
An agent ships the same fixes a person would, just faster and without losing interest. The next audit re-measures the questions each fix targeted, so you see observed movement, never a promise.