API Tools
jambosim.com
Provides tools to search and retrieve information about JamboSim eSIM data plans, including country-specific carriers, network types, and regional plans.
ENDPOINT 1
https://jambosim.com/mcp
MCP server metadata
- Name
- jambosim
- Version
- 0.1.0
Tools for browsing JamboSim's public eSIM catalog. Use `list_regions` to discover regional (multi-country) plans, `get_country_info` for carrier and network coverage in a specific country, and `search_plans` to find concrete data plans (by country ISO code or region slug) with prices in USD and a checkout URL on jambosim.com. All tools are read-only and return only publicly available catalog data — no user, order or account information.
Known tools 3
search_plansSearch JamboSim's active eSIM data plans by country (ISO 3166-1 alpha-2 code) or by regional plan (e.g.
Inferred read-onlyget_country_infoReturn the supported carriers, network types (4G/5G/LTE), plan count and JamboSim page URL for a country.
Inferred read-onlylist_regionsList all JamboSim regional/multi-country eSIM plans (Europe, Asia, Global, Latin America, etc.) with their slug, plan count and page URL.
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.jambosim]
url = "https://jambosim.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jambosim": {
"type": "http",
"url": "https://jambosim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jambosim
Remote MCP URL: https://jambosim.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": {
"jambosim": {
"url": "https://jambosim.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jambosim": {
"type": "http",
"url": "https://jambosim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jambosim",
"transport": "streamable-http",
"url": "https://jambosim.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for jambosim.com was fetched 2026-08-05T15:29:46.291Z and is being refreshed.
jambosim.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.