Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/RobotSpeed
RobotSpeed

RobotSpeed MCP Server

Yes. Robot Speed answers an unauthenticated handshake and hands back 12 working SEO tools, so you can point an agent at it without an account and see what it does before deciding.

OFFICIAL MCP✓ alivePublic APIAuth: None for the 12 free tools; OAuth or an X-API-Key header for the 27 pro toolsLLMs: Claude Code, Claude (Desktop/Web), Cursor, n8n
MCP status verified 2026-08-06Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the RobotSpeed MCP server?

Robot Speed runs a real MCP server at https://www.robot-speed.com/api/mcp, documented at robot-speed.com/docs/mcp. The recommended transport is streamable HTTP, with a STDIO fallback via mcp-remote. Unusually, an unauthenticated initialize succeeds rather than returning 401: the server identifies itself as robot-speed-free and serves its free tier with no account at all.

It exposes 12 free SEO analysis tools (for example seo_plan, seo_audit, page_speed_check, broken_link_check and keyword_generator) plus 27 pro tools that require OAuth. Setup is documented for Claude Code (claude mcp add --transport http robot-speed https://www.robot-speed.com/api/mcp), Cursor (JSON config) and Claude Desktop (Connectors plus OAuth).

The scoping point: the free tools are SEO analysis utilities anyone can use, while the pro tools behind OAuth reach into your account. For an AI-native marketer this is a genuine native path, your agent can run SEO analysis and account tools against RobotSpeed without custom glue.

For the rest of the picture see the RobotSpeed review or full pricing breakdown.

Inside Claude / Cursor / Codex

What you can build with the RobotSpeed MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from RobotSpeed's MCP server schema, so check the docs for the live surface.

robotspeed-mcplive
>Show me my top 10 keywords by traffic this month
robotspeed.get_top_keywords({ limit: 10 })
TOP 5 KEYWORDS · LAST 30 DAYS
marketing automation12,400 visits
email marketing software8,920 visits
seo tools 20266,310 visits
best crm small business4,580 visits
mcp marketing tools2,140 visits
Scale to top 50? Just ask.
robotspeed-mcplive
>Which competitors rank for keywords I'm losing positions on?
robotspeed.compare_competitor_overlap()
LOSING POSITIONS · 3 KEYWORDS
marketing automation tools→ rival.com (#3)
best email marketing 2026→ competitor.io (#1)
ai marketing assistant→ newentrant.ai (#5)
Want a full SERP gap report?
robotspeed-mcplive
>Audit my newest blog post and flag low-effort SEO fixes
robotspeed.audit_url({ url: "mysite.com/post" })
QUICK WINS · 3 FOUND
Missing meta descriptionfix in 30s
H1 doesn't match target keywordfix in 1m
No internal links to top pagesfix in 2m
TMB SCORE FOR RobotSpeedMCP: OfficialAgent fit: 8/10
Read review →

Which AI clients can use RobotSpeed MCP?

Not every AI assistant supports MCP natively. Per-client picture for RobotSpeed:

ClientSupportNotes
Claude CodeNative MCPDocumented one-line setup: claude mcp add --transport http robot-speed https://www.robot-speed.com/api/mcp.
Claude (Desktop/Web)Native MCPAdd via Connectors and authenticate with OAuth for the pro tools.
CursorNative MCPDocumented JSON config to add the MCP server URL.
n8nNative MCPNative n8n integration alongside Zapier and Make, plus webhooks for article events.

How to connect RobotSpeed MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "robotspeed": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://www.robot-speed.com/api/mcp
// Claude Code (one-liner): claude mcp add robotspeed <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: robot-speed.com/api/mcp.

Does RobotSpeed MCP cost extra?

Included with subscription

RobotSpeed ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your RobotSpeed plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

RobotSpeed also publishes a REST API

RobotSpeed publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
See RobotSpeed API page

What you can do with RobotSpeed from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What keywords moved this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe RobotSpeed data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's RobotSpeed account
  • Multi-account workflows without context-switching the RobotSpeed UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage RobotSpeed data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production RobotSpeed safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by RobotSpeed themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying RobotSpeed API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

A well-documented, working MCP server over streamable HTTP with 12 free SEO tools and 27 pro tools via OAuth, and setup docs for Claude Code, Cursor and Claude Desktop. That native agent access earns an 8 out of 10 and is the standout of RobotSpeed's agent story.

Scored by Joonas (TMB).

RobotSpeed MCP & API FAQ

Is the RobotSpeed MCP server official?+
Yes — an official, vendor-maintained server at https://www.robot-speed.com/api/mcp.
Can I use the RobotSpeed MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does RobotSpeed have a public API?+
Yes — public REST API at robot-speed.com/docs/mcp.
Does RobotSpeed support webhooks?+
Yes — webhooks are available on standard plans.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

RobotSpeed

Try RobotSpeed
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.