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 httpSome MCP servers require an API key. Check the source page for setup: mcp.bloomiro.com/mcp.
Does Bloomiro MCP cost extra?
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.
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.
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
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
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
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.
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?+
Can I use the Bloomiro MCP with Cursor or Codex?+
Sources
- Bloomiro official site: https://bloomiro.com
- MCP server page: https://mcp.bloomiro.com/mcp
Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.
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.

