MCP Server β€” SEO Tools for AI

12 free SEO tools + 27 pro tools. Works with Claude, Cursor, Windsurf, VS Code, ChatGPT. No account needed for free tools.

Connect Your AI Tool

Claude Code

Run this command in your terminal:

claude mcp add --transport http robot-speed https://www.robot-speed.com/api/mcp

All 12 free tools are immediately available. Say "audit the SEO of https://mysite.com".

β–ΈScope options
  • --scope local β€” available only to you in this project (default)
  • --scope project β€” shared with your team via .mcp.json
  • --scope user β€” available across all your projects

Claude Desktop

  1. Open Settings β†’ Connectors
  2. Click Add Connector and enter the URL:
https://www.robot-speed.com/api/mcp

Complete the OAuth flow to connect your Robot Speed account. No API key needed.

Cursor

  1. Open Cursor Settings β†’ MCP β†’ Add new global MCP server
  2. Paste this configuration:
{
  "mcpServers": {
    "robot-speed": {
      "url": "https://www.robot-speed.com/api/mcp"
    }
  }
}

VS Code (GitHub Copilot)

Create a .vscode/mcp.json file in your workspace:

{
  "servers": {
    "robot-speed": {
      "type": "http",
      "url": "https://www.robot-speed.com/api/mcp"
    }
  }
}

Windsurf

  1. Open Windsurf Settings β†’ search for MCP
  2. Click View raw config
  3. Add this configuration:
{
  "mcpServers": {
    "robot-speed": {
      "serverUrl": "https://www.robot-speed.com/api/mcp"
    }
  }
}

ChatGPT

  1. Go to Settings β†’ Connectors
  2. Click Add Connector and enter the URL:
https://www.robot-speed.com/api/mcp

Other Tools

If your AI tool supports MCP, use this URL:

TransportURL
Streamable HTTP (recommended)https://www.robot-speed.com/api/mcp
β–ΈSTDIO via mcp-remote (if HTTP not supported)
{
  "mcpServers": {
    "robot-speed": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.robot-speed.com/api/mcp"]
    }
  }
}

Free Tools (no account needed)

These tools work on any URL without signing up.

ToolDescription
discoverTool index and recommended workflows β€” start here
seo_planSTART HEREFull audit + prioritized action plan with effort/impact estimates
seo_auditFull 8-category SEO audit with score, issues, and fix suggestions
seo_scoreQuick SEO score (0-100) with component breakdown
meta_tag_analyzerTitle, OG, Twitter Card analysis with copyable HTML fix snippets
page_speed_checkReal Core Web Vitals (Lighthouse + CrUX) + HTML analysis
broken_link_checkFind broken links on any page
readability_checkReadability score and content quality analysis
ai_visibility_scoreAI bot crawlability (ChatGPT, Perplexity, Claude)
keyword_generatorKeyword suggestions with volume estimates and intent
schema_validatorJSON-LD validation and missing schema type detection
noindex_checkerCheck if a page is indexable

Pro Tools (27 tools, account required)

Content management, GSC traffic, AI bot tracking, white-label client reports, CMS publishing.

Content
list_articlesget_articlesearch_articleslist_content_calendarlist_content_ideasget_topical_clusters
Reporting
get_performance_reportget_traffic_reportget_ai_visibility_report
Site Health
get_site_statsget_site_auditget_credits
Backlinks
list_backlinksget_backlink_statslist_outreach_prospects
Keywords
list_keywordsget_keyword_gaps
Actions
approve_articlepublish_to_cmsregenerate_articleget_article_history
Sharing
generate_shareable_report
Settings
get_settingsupdate_settings

Example

You:    "Create an SEO plan for https://mysite.com"

Claude: Current score: 62/100 (grade C)
        8 critical issues found.

        Prioritized action plan:
        1. Write a meta description (5 min, high impact)
        2. Add FAQ JSON-LD schema (15-30 min, high impact)
        3. Add async/defer to blocking scripts (15 min, medium impact)

        Next steps:
        β†’ Run meta_tag_analyzer for missing OG tags
        β†’ Run ai_visibility_score for AI visibility

OAuth Connect (for Pro tools)

For Pro tools, connect your Robot Speed account via OAuth. No API key needed.

Connect to Claude β†’
β–ΈManual setup (Cursor, VS Code, Windsurf)
{
  "mcpServers": {
    "robot-speed": {
      "url": "https://www.robot-speed.com/api/mcp",
      "headers": {
        "X-API-Key": "rs_your_api_key_here"
      }
    }
  }
}

Create your API key in Dashboard β†’ Settings β†’ API.

GitHub β†’Discord β†’hello@robot-speed.com
MCP Server β€” Free SEO Tools for Claude, Cursor, VS Code | Robot Speed