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

AirOps MCP Server

Yes. AirOps treats MCP as a second front door to the product: the official OAuth server at app.airops.com/mcp lets an agent read your AI-search analytics and write back to Brand Kits and Grids, and Claude gets a one-click connector that renders live charts.

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

What is the AirOps MCP server?

AirOps is an AEO platform, so the MCP server hands an agent the two things the platform holds: how you show up in AI search, and the content machinery you use to fix it. That second half is what makes it unusual. Most AI-visibility MCP servers are read-only reporting endpoints.

The tool list is long and specific. On the analytics side, query_analytics returns mention rate, share of voice, citation rate, citation share, sentiment score and average position; list_pages filters your pages by problem (almost_page_one, losing_clicks, rankings_slipping, losing_ai_visibility, citation_rate_decline); list_aeo_prompts, get_prompt_answers, list_aeo_citations and list_aeo_domains cover the prompt and citation layer. On the write side, an agent can update_brand_kit, manage writing rules, audiences, regions and competitors, and create_grid, add_grid_column and write_grid to build and fill a working sheet.

Auth is OAuth 2.0 rather than a pasted key, and the server speaks streamable HTTP, so any modern client can connect. If you use Claude on the web or desktop, the AirOps Claude Connector is the better route: one click, plus Interactive Apps, which means you see the actual chart instead of Claude describing one.

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

Inside Claude / Cursor / Codex

What you can build with the AirOps MCP

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

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

Access, auth, and limits

Connection is a URL and a sign-in: point your client at https://app.airops.com/mcp over streamable HTTP and authenticate with OAuth 2.0 in the browser. No key ever lands in a config file. The vendor documents the exact Claude Code command (claude mcp add --transport http airops https://app.airops.com/mcp) plus setups for Cursor, VS Code and Windsurf, and for clients that still need SSE, mcp-remote as a proxy. Probed on 2026-07-30, an unauthenticated call returns 401, so the endpoint is real and the gate works.

Access depends on your workspace rather than a published tier list: the docs say any AirOps plan with AEO enabled and at least one Brand Kit configured, and Claude's side needs a Pro, Team or Enterprise account because the free plan does not support connectors. Since AirOps publishes no prices at all, the entry cost of that arrangement is a sales conversation. Worth asking about explicitly, because the pricing table lists API data export only against Enterprise even though the MCP surface itself is not described that way.

Where it works and what to build

Claude Web and Claude Desktop get the best experience through the AirOps Connector, which adds Interactive Apps: your visibility trend arrives as a rendered chart in the conversation. Claude Code, Cursor, VS Code and Windsurf connect to the same server over plain MCP with the same tools, minus the interactive rendering. One brain, two ways in, as the vendor's own FAQ puts it.

The workflow this earns its place in is the Monday morning triage. Ask which pages are losing AI visibility, get list_pages filtered on citation_rate_decline, pull the prompts and citations behind the drop with get_prompt_answers and list_aeo_citations, then have the agent write the shortlist into a Grid with write_grid so the content run has somewhere to start. Because Brand Kit writes are exposed too, an agent can also keep tone, audiences and competitor lists current instead of leaving that to whoever remembers.

Which AI clients can use AirOps MCP?

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

ClientSupportNotes
Claude (Desktop/Web)Via connectorsOfficial AirOps Claude Connector in Claude's directory, with Interactive Apps so charts render in the conversation.
Claude CodeNative MCPVendor documents: claude mcp add --transport http airops https://app.airops.com/mcp, then /mcp to authenticate.
CursorNative MCPSettings, Tools and MCP, New MCP server, then Connect to complete OAuth.
WindsurfNative MCPSettings, Cascade, MCP Servers, Add custom server with the app.airops.com/mcp URL.

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

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

Does AirOps MCP cost extra?

Community (free)

The AirOps MCP server is community-built — free to run, but you still pay for your AirOps subscription.

  • Community MCPs are normally self-hosted from a GitHub repo. There's no extra license fee.
  • Your AirOps account still needs whatever plan is required to access the data the MCP server queries.
  • Trade-off: zero MCP cost, but no guarantee it'll keep working when AirOps changes their UI or API.
MCP cost
Free (self-hosted)
Subscription required
Yes (your tool plan)
Maintained by
Community

AirOps also publishes a REST API

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

API docs
Auth method
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
See AirOps API page

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

Limits and gotchas

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

Agent-readiness verdict

One of the strongest MCP implementations in AI search, and a 9 because it goes past reading. An agent can pull your citation and share-of-voice data, find the pages losing visibility, then update the Brand Kit and build a Grid to act on what it found, all over one OAuth connection. The reasons it is not a 10 are commercial rather than technical: AirOps publishes no prices, and the plan comparison table lists API data export against Enterprise, so confirm what your tier exposes before you design a workflow around it.

Scored by Joonas (TMB).

AirOps MCP & API FAQ

Is the AirOps MCP server official?+
Yes — an official, vendor-maintained server at null.
Can I use the AirOps 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 AirOps support webhooks?+
Yes — webhooks are available on standard plans.

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.

AirOps

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