eCommerce
bloomyesim.com
Searches and recommends eSIM data plans for destinations, providing pricing, validity, network details, and checkout links.
ENDPOINT 1
https://bloomyesim.com/wp-json/bloomy/v1/mcp
MCP server metadata
- Name
- bloomy-esim
- Version
- 1.3.0
Bloomy eSIM sells data-only travel eSIMs (no phone number, no SMS) for 200+ countries and regions. Start with recommend_plan (destination + days, plus how they use data if known). Show the options with price and reason, then give the traveler the purchase_url of the one they pick. The traveler pays on that page; this server never takes payment. The QR code is emailed and shown in My Page right after payment. Validity starts when the eSIM first connects at the destination, so they can buy and install before departure. Use get_setup_guide for installation questions. If the traveler pastes an itinerary, extract every country and the total days and call recommend_plan once with destinations.
Known tools 7
search_plansList plans for a destination, cheapest first, single-country plans before multi-country ones.
Inferred read-onlylist_destinationsCountries with a dedicated plan, with ISO code, localized name, number of plans and the lowest price.
Inferred read-onlyget_planDetails of one plan: data, validity, network, 5G, top-up, carriers, price and checkout link.
Inferred read-onlyget_setup_guideShort, accurate setup steps (iPhone or Android), what to check before buying, and links to the full guide, the device checker and troubleshooting.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.