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

Peec AI MCP Server

Yes. Peec AI hosts its MCP at api.peec.ai/mcp over streamable HTTP and takes either OAuth or a personal access token, so it drops into clients that never learned the browser handshake.

OFFICIAL MCP✓ alivePublic APIAuth: OAuth 2.0, or personal access token as a Bearer headerLLMs: Claude (Desktop/Web), Cursor, Windsurf
MCP status verified 2026-08-05Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Peec AI MCP server?

Peec AI publishes a hosted MCP server at https://api.peec.ai/mcp, documented at docs.peec.ai/mcp/introduction. The transport is streamable HTTP, so there is nothing to install and no local process to keep running. An unauthenticated initialize returns 401 with a WWW-Authenticate header pointing at Peec's OAuth protected-resource metadata, confirming a real server behind real auth.

The two-path auth is the practical differentiator. OAuth 2.0 covers clients that can open a browser window, and a personal access token created under API Keys in app.peec.ai covers everything else: attach it as an Authorization: Bearer header and you are connected. Plenty of vendors ship OAuth only and quietly strand any client that cannot do the redirect dance.

Coverage runs across projects, brands, prompts, chats and analytics reports, which is the data Peec exists to collect: where your brand shows up across ChatGPT, Perplexity and Gemini, and what got cited when it did.

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

Inside Claude / Cursor / Codex

What you can build with the Peec AI MCP

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

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

Access, auth, and limits

Two auth paths, and you pick based on what your client supports. OAuth 2.0 is the default: the first connection opens a browser, you authorize, and the client reuses the credentials afterwards. The alternative is a personal access token generated under API Keys in app.peec.ai, sent as an Authorization: Bearer header on the MCP connection. That second path is what makes Peec usable from headless runners, CI jobs and any client without an interactive browser.

One gap to plan around: Peec does not state on either its MCP page or its pricing page which plans include MCP access. Everything else here is documented and verifiable, but tier gating is not, so confirm it against your own account before you commit a workflow to it.

Where it works and what to build

Peec publishes named setup guides for Claude, Cursor, VS Code and Windsurf, and says the server works with any MCP-capable client. Because it is remote streamable HTTP, adding it is a URL and an authorization step rather than a runtime and a config path.

The workflow that pays off is comparative rather than reportorial. Pull visibility by prompt across your brands, then read the actual chat responses and the sources cited in them, and you can see not just that a competitor outranks you in an AI answer but which page the model reached for. Asking a dashboard that question means clicking through prompt by prompt; asking an agent means one request across the whole set.

Which AI clients can use Peec AI MCP?

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

ClientSupportNotes
Claude (Desktop/Web)Native MCP
CursorNative MCP
WindsurfNative MCP

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

Some MCP servers require an API key. Check the source page for setup: api.peec.ai/mcp.

Does Peec AI MCP cost extra?

Included with subscription

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

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

Peec AI also publishes a REST API

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

API docs
Auth method
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See Peec AI API page

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

Limits and gotchas

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

Agent-readiness verdict

A well-built remote server with the auth flexibility most GEO tools skip. Peec does not publish which plans include MCP, so confirm tier access before you build a workflow on it.

Strong agent fit for a young product. Peec ships an official MCP server at api.peec.ai/mcp on every paid plan from $95, not just Enterprise, so agents can connect from Claude, Cursor, or n8n without an enterprise contract. It is read-only at launch, so agents pull and reason over your AI-visibility data but cannot write back. The REST API for full programmatic access is reserved for Enterprise, which is the main gap.

Scored by Joonas (TMB).

Peec AI MCP & API FAQ

Is the Peec AI MCP server official?+
Yes — an official, vendor-maintained server at https://api.peec.ai/mcp.
Can I use the Peec AI 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.

Peec AI

Try Peec AI
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.