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

Bloomiro MCP Server

Yes. Bloomiro ships 29 tools over an OAuth server at mcp.bloomiro.com/mcp, and unusually for an AI-visibility tool, the write half lets an agent file and update its own work items.

OFFICIAL MCP✓ aliveAuth: OAuth 2.0 (dynamic client registration + PKCE)
MCP status verified 2026-08-05Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Bloomiro MCP server?

Bloomiro runs a first-party MCP server at https://mcp.bloomiro.com/mcp, included on every paid plan (Starter, Builder and Growth) at no extra cost. An unauthenticated JSON-RPC initialize returns 401 Unauthorized, which is the correct behaviour for a live, auth-gated server rather than a placeholder.

The tool surface is 29 tools wide and splits into three useful halves. Reads cover the visibility layer (AI presence, competitor insights, page and site insights, search performance, community sources, domain rating) and the crawl layer (robots.txt, sitemap search, CMS state). Writes cover prompts, competitors, work items and CMS content, plus request_gsc_indexing, which means an agent can act on what it just measured instead of handing you a list.

The work-item tools are the part worth noticing. Most AI-visibility platforms give an agent a read-only window onto a dashboard. Bloomiro lets it create and move items through a backlog, so a session can end with tracked work rather than a summary you then retype somewhere else.

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

Inside Claude / Cursor / Codex

What you can build with the Bloomiro MCP

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

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

Access, auth, and limits

Access is OAuth 2.0 end to end, and Bloomiro implements the parts that make a server painless to add. The protected-resource metadata at /.well-known/oauth-protected-resource/mcp advertises dynamic client registration, PKCE with S256, and the authorization-code and refresh-token grants, scoped to mcp:tools and offline_access. Nothing gets pasted into a config file, and refresh tokens mean the connection survives past the first session.

The server advertises MCP protocol version 2025-03-26. You get the connection details by signing in at bloomiro.com and opening the MCP tab in the dashboard, which serves a per-client setup guide. MCP is included on Starter, Builder and Growth with no separate MCP fee and no per-call charge published, so the cost of connecting it is the cost of the plan you are already on.

Where it works and what to build

Bloomiro publishes a setup guide per client rather than a single generic snippet, and because the transport is remote HTTP with OAuth, any client that supports remote MCP servers will hold the connection without a local process to babysit.

The workflow it is actually good at is the closed loop. Ask for AI presence and search performance on a set of pages, get competitor insights on whoever is winning the prompts you lose, then have the agent write the fixes into work items and request GSC indexing on the pages it changed. That is measure, decide, act, and re-measure inside one conversation. The obvious caution is the same as with any write-capable server: the write tools are real, so scope what you let an agent do unsupervised, particularly manage_prompts and manage_cms.

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

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

Does Bloomiro MCP cost extra?

Community (free)

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

  • Community MCPs are normally self-hosted from a GitHub repo. There's no extra license fee.
  • Your Bloomiro 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 Bloomiro changes their UI or API.
MCP cost
Free (self-hosted)
Subscription required
Yes (your tool plan)
Maintained by
Community

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

Limits and gotchas

  • Official MCP server — published by Bloomiro themselves, so it should track product changes.
  • Rate limits: MCP calls count against your underlying Bloomiro API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

Wide, genuinely bidirectional, and on the entry plan instead of behind an enterprise gate. If you already pay for Bloomiro, there is no reason not to connect it.

Scored by Joonas (TMB).

Bloomiro MCP & API FAQ

Is the Bloomiro MCP server official?+
Yes — an official, vendor-maintained server at null.
Can I use the Bloomiro 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.

Bloomiro

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