Searchmetrica

Set up Searchmetrica MCP

Connect Searchmetrica MCP to Claude, Codex, and other AI clients.

Searchmetrica MCP lets compatible AI clients call Searchmetrica tools for keyword research, SERP inspection, local business research, competitive search intelligence, domain research, backlink overview, saved keywords, rank tracking, and Google Search Console performance and URL inspection.

The hosted MCP server URL is:

https://app.searchmetrica.com/mcp

The first connection sends you through Searchmetrica login. After authorization, your MCP client can call Searchmetrica tools with the project context and account scopes you approved.

For the most current setup UI and a copyable endpoint, open AI & MCP in Searchmetrica.

Claude Code

Use user scope to make Searchmetrica available across projects. Use local scope for the current repository.

claude mcp add --transport http --scope user openseo https://app.searchmetrica.com/mcp

After adding the server, approve the Searchmetrica login when prompted.

Claude Desktop

  1. Open Settings -> Connectors.
  2. Click Add custom connector.
  3. Paste https://app.searchmetrica.com/mcp.
  4. Approve the Searchmetrica login when prompted.

Claude Desktop custom connectors require a Claude plan that supports custom connectors.

Cursor

  1. Open Cursor Settings -> Tools & Integrations -> MCP Tools.
  2. Click New MCP Server. Cursor opens mcp.json.
  3. Add:
{
  "mcpServers": {
    "openseo": {
      "url": "https://app.searchmetrica.com/mcp"
    }
  }
}
  1. Approve the Searchmetrica login when prompted.

Codex CLI

Run this in your terminal:

codex mcp add openseo --url https://app.searchmetrica.com/mcp

Approve the login when prompted.

Codex Desktop

  1. Open Settings -> Integrations & MCP.
  2. Click Add your own.
  3. Paste https://app.searchmetrica.com/mcp.
  4. Approve the Searchmetrica login when prompted.

Available tools

Searchmetrica MCP exposes tools for SEO research workflows:

  • Research keywords with volume, difficulty, and CPC.
  • Fetch live Google organic SERP results for keywords.
  • Find exact keyword, page, rank, volume, CPC, intent, and traffic rows for a domain or page.
  • Compare SERP competitors across a supplied keyword set.
  • Search local businesses near a coordinate, fetch one Maps or Local Finder SERP, and read Google Business Q&A when needed.
  • Hydrate keywords with search volume, difficulty, intent, CPC, and trends.
  • List saved keywords from an Searchmetrica project.
  • Save useful keywords back to Searchmetrica.
  • Read rank tracker configs and latest keyword positions.
  • Summarize a domain's organic footprint.
  • Find keywords a domain already ranks for.
  • Check backlink and referring-domain overview data.
  • Read first-party Google Search Console performance (clicks, impressions, CTR, position).
  • Inspect index status, crawl, and canonical for specific URLs (up to 10 per call).

What to do after setup

Once Searchmetrica MCP is connected, set up Searchmetrica Agent Skills. MCP gives your agent access to Searchmetrica data. Skills are separate SKILL.md files that tell your agent how to use that data for specific SEO jobs.

Start with one focused workflow instead of asking your agent to "do SEO" broadly.

Troubleshooting

If your client cannot connect, check that the server URL is exactly https://app.searchmetrica.com/mcp.

If authorization fails, disconnect the Searchmetrica server in your client, add it again, and repeat the login flow.

If your agent cannot find a project, ask it to list Searchmetrica projects first and use the returned project ID in later tool calls.