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/mcpAll 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
- Open Settings → Connectors
- Click Add Connector and enter the URL:
https://www.robot-speed.com/api/mcpComplete the OAuth flow to connect your Robot Speed account. No API key needed.
Cursor
- Open Cursor Settings → MCP → Add new global MCP server
- 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
- Open Windsurf Settings → search for MCP
- Click View raw config
- Add this configuration:
{
"mcpServers": {
"robot-speed": {
"serverUrl": "https://www.robot-speed.com/api/mcp"
}
}
}ChatGPT
- Go to Settings → Connectors
- Click Add Connector and enter the URL:
https://www.robot-speed.com/api/mcpOther Tools
If your AI tool supports MCP, use this URL:
| Transport | URL |
|---|---|
| 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.
| Tool | Description |
|---|---|
discover | Tool index and recommended workflows — start here |
seo_planSTART HERE | Full audit + prioritized action plan with effort/impact estimates |
seo_audit | Full 8-category SEO audit with score, issues, and fix suggestions |
seo_score | Quick SEO score (0-100) with component breakdown |
meta_tag_analyzer | Title, OG, Twitter Card analysis with copyable HTML fix snippets |
page_speed_check | Real Core Web Vitals (Lighthouse + CrUX) + HTML analysis |
broken_link_check | Find broken links on any page |
readability_check | Readability score and content quality analysis |
ai_visibility_score | AI bot crawlability (ChatGPT, Perplexity, Claude) |
keyword_generator | Keyword suggestions with volume estimates and intent |
schema_validator | JSON-LD validation and missing schema type detection |
noindex_checker | Check 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_clustersReporting
get_performance_reportget_traffic_reportget_ai_visibility_reportSite Health
get_site_statsget_site_auditget_creditsBacklinks
list_backlinksget_backlink_statslist_outreach_prospectsKeywords
list_keywordsget_keyword_gapsActions
approve_articlepublish_to_cmsregenerate_articleget_article_historySharing
generate_shareable_reportSettings
get_settingsupdate_settingsExample
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 visibilityOAuth 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.