← bloomiro.com

INDIVIDUAL MCP TOOL

manage_page_scans

Delete saved page scans by analysis_id or analysis_ids (max 50).

bloomiro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.bloomiro.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for manage_page_scans and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

bloomiro.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bloomiro]
url = "https://mcp.bloomiro.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bloomiro": {
      "type": "http",
      "url": "https://mcp.bloomiro.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bloomiro
Remote MCP URL: https://mcp.bloomiro.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bloomiro": {
      "url": "https://mcp.bloomiro.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bloomiro": {
      "type": "http",
      "url": "https://mcp.bloomiro.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bloomiro",
  "transport": "streamable-http",
  "url": "https://mcp.bloomiro.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_action_center — Read the current shared Kanban, not Legacy Action Center.
  • get_action_task — Read one current Kanban task, its version, brief, next step, steps, and output.
  • manage_action_center — Create, update, move, or delete one structured Kanban task.
  • get_mcp_guide — Use only when the request is ambiguous, a Bloomiro field needs explanation, or you do not know which intent-based tool applies.
  • get_project_context — Use when the site is unknown, the user has multiple sites, a domain must be resolved to its site_id, or integrations and permissions must be checked.
  • get_search_performance — Use for Google Search Console queries, pages, clicks, impressions, CTR, positions, and traffic-change investigation.
  • get_web_analytics — Use for connected Google Analytics (GA4) traffic: sessions, users, engagement, acquisition, content, events, conversions, countries, and tracking setup.
  • get_site_insights — Use to read saved site-wide crawl findings or the combined visibility summary.