← bloomyesim.com

INDIVIDUAL MCP TOOL

estimate_data

Same formula as bloomyesim.

bloomyesim.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bloomyesim.com/wp-json/bloomy/v1/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bloomyesim.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.bloomy-esim]
url = "https://bloomyesim.com/wp-json/bloomy/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bloomy-esim": {
      "type": "http",
      "url": "https://bloomyesim.com/wp-json/bloomy/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bloomy-esim
Remote MCP URL: https://bloomyesim.com/wp-json/bloomy/v1/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": {
    "bloomy-esim": {
      "url": "https://bloomyesim.com/wp-json/bloomy/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bloomy-esim": {
      "type": "http",
      "url": "https://bloomyesim.com/wp-json/bloomy/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bloomy-esim",
  "transport": "streamable-http",
  "url": "https://bloomyesim.com/wp-json/bloomy/v1/mcp"
}
MCP Inspector

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

Related tools

  • recommend_plan — Best first call.
  • search_plans — List plans for a destination, cheapest first, single-country plans before multi-country ones.
  • list_destinations — Countries with a dedicated plan, with ISO code, localized name, number of plans and the lowest price.
  • get_plan — Details of one plan: data, validity, network, 5G, top-up, carriers, price and checkout link.
  • get_purchase_link — Link straight to the final confirmation screen for this plan.
  • get_setup_guide — Short, accurate setup steps (iPhone or Android), what to check before buying, and links to the full guide, the device checker and troubleshooting.