ContextBolt SEO Free for 7 days. Keyword data, Google SERPs and backlinks, inside Claude. SEO data inside Claude. Start free trial
Integration

ContextBolt SEO in OpenClaw (2026 Setup)

Beginner 3 minutes setup By David

Setup

One Streamable HTTP server, and OpenClaw pulls live keyword data on a heartbeat.

DifficultyBeginner
Setup time3 minutes
Steps4

Once it is connected

SEO MCP server for Claude, Cursor & Codex OpenClaw · ContextBolt connected live data
What should I write next?
Used keyword_research
email marketing toolsKD 49 · 4,400/mo
email automationKD 31 · 2,900/mo
welcome email examplesKD 22 · 1,600/mo

One subscription. Keywords, backlinks and AI visibility in the same chat.

OpenClaw is the always-on agent from Peter Steinberger. It runs as a long-lived gateway, talks to you on Telegram, Slack, Discord, WhatsApp and a dozen other channels, and can fire work on a heartbeat. It used to be called Clawdbot, then Moltbot. Same software.

It is not an SEO product. Official OpenClaw docs describe MCP as the way the agent borrows tools from another program. That is the whole setup. You connect a data source, then you decide what the agent is allowed to do with it.

ContextBolt SEO is a hosted SEO MCP server. OpenClaw’s remote transport for that shape is Streamable HTTP.

Add it from the CLI

From the official MCP guide:

openclaw mcp add contextbolt-seo \
  --url https://seo.contextbolt.app/mcp/YOUR_TOKEN \
  --transport streamable-http
openclaw mcp doctor contextbolt-seo --probe

The probe is not optional. OpenClaw’s own docs say saving a definition proves nothing about reachability. If the doctor lists keyword and SERP tools, you are connected.

Same thing from the Control UI: Settings, MCP, Add server, Streamable HTTP, paste the URL. Already-running Gateway processes may need openclaw mcp reload or a restart before they see it.

No Authorization header. The token is in the path. Keep that URL out of public repos and out of screenshots.

The longer how-to, including the rename, skills, and what not to automate, is SEO with OpenClaw. For the wider picture, including Hermes and Grok Bot, start at SEO for agents.

How to connect ContextBolt SEO to OpenClaw

  1. Subscribe and get your MCP URL

    Subscribe to ContextBolt SEO ($35/month for 1,000 lookups). Your private MCP URL arrives by email and looks like https://seo.contextbolt.app/mcp/YOUR_TOKEN. Keep it private, like a password.

  2. Add the server from the CLI or Settings

    Run openclaw mcp add contextbolt-seo --url https://seo.contextbolt.app/mcp/YOUR_TOKEN --transport streamable-http. Or open the Control UI, go to Settings, MCP, Add server, pick Streamable HTTP, and paste the same URL.

  3. Probe it, then ask

    Run openclaw mcp doctor contextbolt-seo --probe. Saving a definition does not prove the server answers. The probe does. Then ask the agent what SEO tools it has.

  4. Connect Search Console (optional, free)

    Ask 'connect my Google Search Console', approve read-only access on Google's consent screen, and OpenClaw can read your real clicks and positions. Those tools never spend lookups.

Example prompts for ContextBolt SEO + OpenClaw

Once connected, try asking OpenClaw. Every one of these is copyable.

On your heartbeat, pull Search Console for the last 7 days and message me if any page in the top 20 by impressions dropped 5 or more positions.

Uses OpenClaw's scheduler plus the free Search Console tools, so a drop alert lands in Telegram or Slack without spending a lookup.

Expand this topic into keyword ideas with volume, difficulty, and intent. Do not draft until I approve the shortlist.

Calls keyword_research, then stops. That approval gate is the difference between a worker and a black box.

Pull the live top 10 for this query and tell me what content type is winning.

Calls serp_overview so the agent reads the actual page one before it writes.

Who links to this competitor but not to us? Rank the prospects by spam score.

Calls backlink_gap. Backlink calls cost three lookups each, so run them on purpose.

What you can do with ContextBolt SEO in OpenClaw

Run keyword research from Telegram, Slack, Discord, WhatsApp, or the Control UI

Score how hard a keyword is to rank for before the agent drafts

See who ranks in Google's top 10 for any query

Size up any domain's traffic, keywords, and authority

Find the keywords a competitor already ranks for

Spot backlink gaps: who links to rivals but not you

Connect your own Google Search Console, read-only and free

Pair the data with an OpenClaw skill so the agent knows when to call it

Get a shareable SEO Board that fills itself with your research, free

ContextBolt SEO + OpenClaw: FAQs

Where does the OpenClaw MCP config live? +
Under mcp.servers in ~/.openclaw/openclaw.json. The CLI command openclaw mcp add writes that block for you. Remote servers use url plus transport streamable-http. Run openclaw mcp doctor NAME --probe after you add one, because saving a definition does not prove the server is reachable.
Was this called Clawdbot or Moltbot? +
Yes. OpenClaw shipped as Warelay, became Clawdbot, was renamed Moltbot in January 2026 after a trademark complaint, then settled on OpenClaw days later. Same project, same MCP config. If you still have moltbot.json or clawdbot paths from an old install, the current file is ~/.openclaw/openclaw.json.
Do I need a header besides the URL? +
No. The token sits in the URL path, so you do not add an Authorization header. ContextBolt SEO is already a public HTTPS endpoint, which is what OpenClaw needs for a remote server. A localhost MCP would not work from a remote Gateway.
How do skills and MCP work together? +
MCP gives OpenClaw the tools. A SKILL.md file tells the agent when and how to use them. You can connect ContextBolt SEO with no skill at all and just ask. A small skill that says 'research keywords before you draft, and never publish without approval' is how you keep the agent in the driver's seat.