---
title: "Connect an AI client over MCP | Index My Site"
description: "Add the Index My Site remote MCP server to Claude, Cursor, Codex, and other MCP clients so your AI agent can submit URLs for Google indexing."
canonical: "https://indexmysite.app/docs/mcp"
language: "en"
---

# Connect an AI client over MCP

Add the Index My Site remote MCP server to Claude, Cursor, Codex, and other MCP clients so your AI agent can submit URLs for Google indexing.

Index My Site has a remote MCP server. Once connected, your AI client can submit URLs, list your jobs, check a job, and check your credit balance, so the agent that publishes or reviews your pages can also get them indexed and report back on the result.

Point your MCP client at this endpoint:

`https://indexmysite.app/mcp`

The first time your client connects, it opens a browser window so you can sign in and approve access. The connection stays active after that until you disconnect it or revoke it from your account settings.

## Client setup

Run this command to add Index My Site to Claude Code.

```
claude mcp add --transport http indexmysite https://indexmysite.app/mcp
```

## Tools

| Tool | What it does |
| --- | --- |
| Submit URLs | Creates a job from a list of URLs, up to 2000 per job. Each URL uses one credit. |
| List jobs | Returns your recent jobs with their names, URL counts, and progress. |
| Check job | Returns every URL in a job with its current status, such as queued, in progress, indexed, or refunded. |
| Check credits | Returns your current credit balance. |

## Example prompts

-   “Submit these three URLs for indexing.”
-   “Which URLs from yesterday’s job are indexed yet?”
-   “How many credits do I have left?”

Your client asks for confirmation before it spends credits, depending on how it handles tool calls. Check its settings if you want every submission approved by hand.

## Revoking access

Open your account settings in the app, then **Connections**, and remove the client. It will need to sign in again before it can use the MCP server.
