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

Search Atlas MCP Server

Yes. Search Atlas exposes roughly 587 tools through one endpoint and discovers them live, so the catalogue grows with the platform instead of with a package release.

OFFICIAL MCP✓ alivePublic APIAuth: OAuth 2.1LLMs: Claude (Desktop/Web), Claude Code, Cursor, n8n
MCP status verified 2026-08-06Agent-readiness 9/10
Data from Buddy's database, auto-rechecked weekly

What is the Search Atlas MCP server?

Search Atlas runs an OFFICIAL, hosted MCP server at https://mcp.searchatlas.com/mcp/, maintained by the search-atlas-group organization. This is not a third-party wrapper: it is the vendor's own server, with a published npm package (searchatlas-mcp-server) that acts as a thin stdio bridge for clients that need it, while compatible clients can connect over native Streamable-HTTP.

It dynamically exposes around 587 tools, discovered live from the hosted endpoint, across 16+ categories: roughly 70 OTTO SEO tools, 76 Google Ads/PPC, 74 Content Genius, 46 Site Explorer, 96 Google Business Profile, plus local SEO, Link Laboratory, digital PR, LLM Visibility and more. Because the catalogue is discovered live, the tool list stays current without package updates.

Authentication is OAuth 2.1: the live endpoint rejects an unauthenticated handshake with a WWW-Authenticate header pointing at its protected-resource metadata, so there is no token to mint from a browser session or drop into a config file. That is a change worth noting if you set this up earlier, when connecting meant a SEARCHATLAS_TOKEN JWT, an API key or a ~/.searchatlasrc file. Once connected, an agent can run the whole platform, OTTO included, through the single endpoint.

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

Inside Claude / Cursor / Codex

What you can build with the Search Atlas MCP

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

searchatlas-mcplive
>Show me my top 10 keywords by traffic this month
searchatlas.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.
searchatlas-mcplive
>Which competitors rank for keywords I'm losing positions on?
searchatlas.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?
searchatlas-mcplive
>Audit my newest blog post and flag low-effort SEO fixes
searchatlas.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 Search AtlasMCP: OfficialAgent fit: 9/10
Read review →

Which AI clients can use Search Atlas MCP?

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

ClientSupportNotes
Claude (Desktop/Web)Native MCPConnects to the official hosted MCP server (Streamable-HTTP, or the npm stdio bridge). ~587 tools available once a token is configured.
Claude CodeNative MCPWorks via the same official MCP server. Token or API-key auth (SEARCHATLAS_TOKEN / SEARCHATLAS_API_KEY).
CursorNative MCPMCP-compatible; connect to mcp.searchatlas.com with a configured token.
n8nAPI-only (custom code)Drive via the v2 REST API (or an MCP node where supported). Token / API-key auth.

How to connect Search Atlas 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": {
    "searchatlas": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://mcp.searchatlas.com/mcp/
// Claude Code (one-liner): claude mcp add searchatlas <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: mcp.searchatlas.com/mcp.

Does Search Atlas MCP cost extra?

Included with subscription

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

  • No separate MCP licence to buy. You pay for your Search Atlas 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.

Search Atlas also publishes a REST API

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

API docs
Auth method
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See Search Atlas API page

What you can do with Search Atlas 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 Search Atlas 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 Search Atlas account
  • Multi-account workflows without context-switching the Search Atlas 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 Search Atlas data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Search Atlas safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Search Atlas 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 Search Atlas API quota. Burst usage from a curious agent can drain a daily allowance fast.
9/10

Agent-readiness verdict

An official, hosted MCP server exposing roughly 587 tools across the whole platform, so an external agent can run SEO, PPC, content, local SEO and digital PR end to end. Auth is now OAuth 2.1 rather than the older token-from-browser step, which removes the one real piece of setup friction. One of the strongest MCP implementations in the SEO category.

Scored by Joonas (TMB).

Search Atlas MCP & API FAQ

Is the Search Atlas MCP server official?+
Yes — an official, vendor-maintained server at https://mcp.searchatlas.com/mcp/.
Can I use the Search Atlas 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.

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.

Search Atlas

Try Search Atlas
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.