← siima.online
INDIVIDUAL MCP TOOL
search_esim_plans
Search prepaid travel eSIM data plans by destination country (ISO 3166-1 alpha-2, e.
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 endpoint
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.siima-esim]
url = "https://api.siima.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"siima-esim": {
"type": "http",
"url": "https://api.siima.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: siima-esim
Remote MCP URL: https://api.siima.online/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": {
"siima-esim": {
"url": "https://api.siima.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"siima-esim": {
"type": "http",
"url": "https://api.siima.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "siima-esim",
"transport": "streamable-http",
"url": "https://api.siima.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_esim_plan— Fetch full details of a single Siima eSIM plan by its id (from search_esim_plans).create_checkout_link— Create a secure payment link on siima.list_destinations— List all countries Siima has eSIM plans for, with plan counts and the cheapest total price per country.