Integration

ContextBolt SEO in n8n (2026 Setup Guide)

Intermediate 5 minutes setup By David Hamilton

n8n is where a lot of teams automate the boring parts of their work. It speaks the Model Context Protocol through its MCP Client Tool node, so you can plug in ContextBolt SEO and let your workflows pull live keyword, SERP, and competitor data on their own.

This is the difference between asking for SEO data and scheduling it. The same hosted SEO MCP server that answers questions in Claude can run inside a workflow that fires every Monday, researches a batch of keywords, and drops the results in a sheet before you wake up.

Research that runs itself

In a chat client you ask one question at a time. In n8n the agent works through a list. Feed it a content calendar and it researches keywords for every row. Hand it twenty terms and it scores them all and flags the easy ones. Point it at a competitor and it pulls their ranked keywords, then emails you the backlink gaps. The tools are the same, the leverage is the schedule.

Connecting the node

Add an AI Agent node, then add an MCP Client Tool node as one of its tools. Set the SSE Endpoint to your URL:

https://seo.contextbolt.app/mcp/YOUR_TOKEN

Set Authentication to None, since your token is already in the URL, and execute the node once to confirm n8n can see the tools. From there the agent can call live SEO data anywhere in the workflow. The full tour of tools and lookup costs is in the ContextBolt SEO guide.

How to connect ContextBolt SEO to n8n

  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 MCP Client Tool node

    In your workflow, add an AI Agent node, then add a tool to it and search for 'MCP Client Tool'. On older n8n versions this is the MCP Client node. Drop it onto the canvas.

  3. Point it at ContextBolt SEO

    In the node, set the SSE Endpoint (server URL) to https://seo.contextbolt.app/mcp/YOUR_TOKEN and set Authentication to None, since your token is already in the URL. Save.

  4. Test and wire it in

    Click Execute node. n8n pulls the tool list from the server, and you should see keyword_research, serp_overview, and the rest. Connect the node to your AI Agent and it can now call live SEO data inside any workflow.

Example prompts for ContextBolt SEO + n8n

Once connected, try asking n8n:

For each new row in this content calendar, research five target keywords and write them back.

The agent loops your sheet, calls keyword_research per topic, and returns terms with volume and difficulty, so a writer picks up a brief that is already grounded in demand.

Score the difficulty of these 20 keywords and flag the ones under 20.

Runs keyword_difficulty across a batch and filters to the easy wins, turning a list of ideas into a ranked shortlist automatically.

Pull the live top 10 for this query and save the URLs to a sheet.

Calls serp_overview and routes the results into Google Sheets, so you build a competitor swipe file on a schedule without touching a dashboard.

Find who links to this competitor but not to us, then email me the list.

Calls backlink_gap and pipes a spam-scored prospect list straight into an outreach email. Backlink calls cost three lookups each.

What you can do with ContextBolt SEO in n8n

Automate keyword research across whole content calendars

Batch-score keyword difficulty and filter to the easy wins

Pull Google's live top 10 for any query on a schedule

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

Find the keywords a competitor already ranks for

Generate backlink prospect lists for automated outreach

Route every result into Sheets, Slack, email, or a database

Run it on n8n Cloud or a self-hosted instance

ContextBolt SEO + n8n: FAQs

Which n8n node do I use? +
The MCP Client Tool node, added as a tool under an AI Agent node. On older n8n versions it is called the MCP Client node, or the nerding-io community MCP node. All of them connect to a remote MCP server by URL.
What goes in the SSE endpoint field? +
Your full ContextBolt SEO MCP URL, https://seo.contextbolt.app/mcp/YOUR_TOKEN. Set authentication to None, because your personal token is already part of the URL. The node will list the available tools once it connects.
Does this work on n8n Cloud and self-hosted? +
Both. The only requirement is that your n8n instance can reach the URL over HTTPS, which Cloud and a normal self-hosted setup both can.
How many lookups does a workflow use? +
Each research tool call costs one lookup, each backlink call costs three. A workflow that processes 50 keywords with keyword_research uses 50 lookups. The plan includes 1,000 a month and top-ups never expire, so batch jobs are predictable.
Can I run SEO checks on a schedule? +
Yes. Trigger the workflow on a schedule, let the agent call the tools, and route the output wherever you want, a sheet, a Slack channel, or an email. That is the main reason to run ContextBolt SEO in n8n rather than a chat client.