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

Superlines MCP Server

Yes. Superlines has an official MCP server, hosted at docs.superlines.io/mcp/overview.

OFFICIAL MCP✓ alivePublic APIAuth: api-keyLLMs: Claude, ChatGPT
MCP status verified 2026-07-06Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Superlines MCP server?

Superlines ships an official MCP (Model Context Protocol) server, and unusually you get it three ways: a hosted remote endpoint at https://mcpsse.superlines.io (authenticate by appending your API key as a token parameter), an npm package (@superlines/mcp-server) for local stdio use, and the full source on GitHub (Superlines/mcp-server) if you want to audit or self-host it. Documented clients include Cursor, Claude Code, Lovable and Windsurf.

The surface is 27 tools. Twenty-one are reads covering the whole analytics estate: metrics, citations, brand mentions, query and fanout insights, weekly performance, competitive gaps, top cited URLs per prompt, sentiment, content opportunities, webpage audits (technical and content), a Schema.org optimizer and even a generate_strategic_action_plan tool that returns a priority-ranked plan. Six are writes, sensibly gated behind scoped permissions: create_brand under write:brands, and prompt management (add, pause, unpause, relabel) under write:prompts.

Two caveats worth knowing. The remote transport passes your API key as a URL parameter, which is weaker hygiene than header-based auth; in shared or logged environments, prefer the npm package with the key in an environment variable. And MCP access follows your plan's shared rate limits, so heavy agent workloads on Starter's 60 requests a minute will need pacing.

For the rest of the picture see the Superlines review, full pricing breakdown, .

Inside Claude / Cursor / Codex

What you can build with the Superlines MCP

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

superlines-mcplive
>Pull my latest Superlines data into Claude
superlines.get_latest()
LATEST ACTIVITY · 5
Most recent entry2 minutes ago
Records this week147
Active integrations4 connected
Storage used12.4% of plan
API calls today1,832
Drill into any of these?
superlines-mcplive
>Compare this month vs last month
superlines.compare_periods({ period: "MoM" })
KEY METRICS · MoM
Total volume+18.4%
Active users+9.2%
Engagement rate−2.1%
Conversion rate+4.6%
Breakdown of the engagement dip?
superlines-mcplive
>What changed in the last 7 days that I should know about?
superlines.recent_changes({ period: "7d" })
NOTABLE CHANGES · 3
New integration enabled2d ago
Plan limit reached92%
Top performer shifttoday
TMB SCORE FOR SuperlinesMCP: OfficialAgent fit: 8/10
Read review →

Which AI clients can use Superlines MCP?

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

ClientSupportNotes
Claude CodeNative MCPDocumented client: add the remote server URL with your API key token, or run @superlines/mcp-server locally via npx with SUPERLINES_API_KEY.
Claude (Desktop/Web)Native MCPWorks via the npm package (stdio) with SUPERLINES_API_KEY in the env, or the remote HTTP endpoint.
CursorNative MCPDocumented client with the same remote URL or npx setup.
WindsurfNative MCPListed among supported MCP-compatible agents.
n8nAPI-only (custom code)No native node; the Bearer-authenticated API plus webhooks cover workflow automation.

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

Some MCP servers require an API key. Check the source page for setup: docs.superlines.io/mcp/overview.

Does Superlines MCP cost extra?

Included with subscription

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

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

Superlines also publishes a REST API

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

Auth method
api-key
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
yes
See Superlines API page

What you can do with Superlines 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 changed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe Superlines 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 Superlines account
  • Multi-account workflows without context-switching the Superlines 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 Superlines data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Superlines safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Superlines themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Auth flow: MCP servers usually inherit the underlying API auth method (api-key). Expect to configure that on first install.
  • Rate limits: MCP calls count against your underlying Superlines API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

A properly official MCP server with open source code, three deployment options, 27 well-chosen tools and scoped write permissions, included on every plan. Key-in-URL auth on the remote transport and shared plan rate limits are the only demerits: 8 out of 10.

Official MCP server (GitHub Superlines/mcp-server, npm @superlines/mcp-server, remote HTTP at mcpsse.superlines.io) with 27 tools: 21 reads covering metrics, citations, competitive gaps, webpage audits and strategy, plus 6 writes gated behind scoped permissions (write:brands, write:prompts). REST API with Bearer keys and published per-plan rate limits (60/120/300 rpm) on every plan including Starter. Held back from higher: query-param API design with no OpenAPI spec, and the remote MCP passes the API key as a URL token parameter.

Official MCP server (remote + npm)Write-capable MCP tools (scoped)Public API on all plansRate limits documentedllms.txt published

Scored 2026-07-06 by Joonas (TMB).

Superlines MCP & API FAQ

Is the Superlines MCP server official?+
Yes — published on Superlines's own domain at https://docs.superlines.io/mcp/overview.
Can I use the Superlines 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 Superlines have a public API?+
Yes — public REST API at docs.superlines.io, auth via api-key.
Does Superlines support webhooks?+
Yes — webhooks are available on standard plans.
Which LLMs does Superlines integrate with directly?+
Claude, ChatGPT. Direct integrations skip the need for custom API wrappers.

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.

Superlines

Try Superlines
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.