# IndexZero documentation

> IndexZero is the SEO platform built for AI agents. Keyword research, rank tracking, site audits, backlinks, and AI-visibility measurement, callable over MCP by Claude, ChatGPT, Cursor, or anything you build, and by you in the dashboard.

Source: https://docs.indexzero.site/



IndexZero gives an AI agent a real SEO stack. Every tool the dashboard has is also an MCP tool on one endpoint, spending the same credits, scoped to the same projects. You point your agent at it once; after that it runs the research and you read the results.

<Cards>
  <Card title="Getting started" href="/getting-started" description="Sign up, create a project, and run your first research in a few minutes." />

  <Card title="Connect an agent" href="/agents" description="Claude, ChatGPT, Cursor, Codex, or your own code, over MCP with OAuth or an API key." />

  <Card title="How credits work" href="/credits" description="What costs credits, what is free, and how the two balances behave." />

  <Card title="Tool reference" href="/tools" description="Every tool with its arguments, defaults, and cost." />
</Cards>

## What IndexZero does [#what-indexzero-does]

| Area                         | What you get                                                                                                                                 |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Keyword research             | Seeds become hundreds of scored keywords with volume, difficulty, CPC, competition, and intent, for any country and language.                |
| Domain and backlink research | Estimated traffic, ranked keywords, top pages, SERP competitors, and the link profile of any domain, yours or a competitor's.                |
| Local search                 | Google Business listings, Maps and Local Finder rankings, and the questions people ask on a listing, at a coordinate.                        |
| Rank tracking                | Scheduled or on-demand position checks, national or city-level, desktop and mobile, with a cost estimate before every run.                   |
| Site audits                  | A robots-aware crawler over your own site checking <AuditIssueCount /> issue types, with Lighthouse on a sample of pages.                    |
| Your own measured data       | Search Console, Google Analytics 4, and PostHog reports for a connected project. Free, because it is your data.                              |
| AI visibility                | Whether ChatGPT and Google's AI Overviews mention your brand, your share of voice against competitors, and what the assistants cite instead. |

## Two ways in [#two-ways-in]

**The dashboard** at [app.indexzero.site](https://app.indexzero.site) is where you create projects, connect Google and PostHog, manage billing, and read results. Everything an agent does shows up there.

**The MCP server** at `https://app.indexzero.site/mcp` exposes <ToolCount /> tools over Streamable HTTP. Interactive clients authenticate with OAuth; scripts use an API key. See [Connect an agent](/agents).

## Reading these docs as an agent [#reading-these-docs-as-an-agent]

Every page here is served as markdown too. Append `.md` to any URL (for example [`/credits.md`](/credits.md)), or request the page with `Accept: text/markdown`. [`/llms.txt`](/llms.txt) indexes every page and [`/llms-full.txt`](/llms-full.txt) is the whole manual in one file.

The product-level machine-readable surface, including the OpenAPI document and the full tool catalog with JSON Schema, is described in [Machine-readable reference](/reference/machine-readable).
