Integrations · MCP
Ask about your readings from the tools you already use.
IndexMe runs a Model Context Protocol server, so Claude — or any MCP client — can read your own AI-visibility record and answer questions about it where you already work. It is read-only by construction: there is no tool here that changes anything.
Connect it
- 01Sign in and open your account page, then create a token under “Ask from your own tools”. It is shown once — we store only its hash, so a lost token is replaced rather than recovered.
- 02Add the server to your client. For Claude Code:
claude mcp add indexme --transport http https://indexmeai.com/api/mcp \ --header "Authorization: Bearer YOUR_TOKEN"
Any MCP client works the same way: the endpoint above, with your token as a bearer credential. Revoke it from your account page at any time and the connection stops working immediately.
What it can read
Four tools, each scoped to the subjects on your own account.
list_subjectsList the names this account tracks, with each one's latest AI Presence Index score and when it was last read.
get_readingGet the latest reading for one tracked subject: composite score, the plain-English perception summary, and each concept with how many models surface it (coverage is 'N of M models', never a model-wide fact).
get_changesCompare a subject's two most recent readings: what improved, what regressed, what still needs work. Reports observed movement only and never attributes it to a cause.
get_planGet the current fix list for a subject, highest impact first, with each step's status.
What it will not do
- It cannot change anything. There is no write tool — not a rescan, not a plan edit, not a publish. An agent holding your token can read your readings and nothing else.
- It cannot see other people. Every query is scoped to the subjects your account tracks.
- It does not soften the numbers. Coverage comes back as “named by 3 of 7 models”, and change reports state observed movement without attributing it to a cause — the same rules the methodology holds the product to.