01
Ask what needs fixing
get_actions returns a page or source, the change to make, and how to know it's done.
For agents
Connect Claude Code, Cursor, or any MCP client. Your agent can read the answers, open the cited pages, and pick up the next task without you copying data around.
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 a key in Settings and paste the command. Other MCP clients can use the JSON config.
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 a page or source, the change to make, and how to know it's done.
02
The saved answers and cited URLs are one tool call away, so the agent can edit the right page or draft the outreach in your repo.
03
Each task keeps the questions it came from. A later audit shows whether those answers changed.
Agent Skills
Install a task-specific skill so the agent reads the right evidence before it reviews or changes anything.
review-recometrix-audit
Checks the methodology, prompt answers, sources, and proposed tasks before naming what deserves attention.
Read SKILL.mdimplement-recometrix-action
Carries one selected task into the website repository while preserving its evidence, target, and completion check.
Read SKILL.mdThe toolbox
The answers, sources, scores, tasks, and drafts from your workspace. The full 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.