← Registry

eCommerce

siima.online

Search and purchase prepaid travel eSIM data plans from Siima.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.siima.online/mcp

No auth detected

MCP server metadata

Name
siima-esim
Version
1.0.0
Capabilities
tools.listChanged

Known tools 4

search_esim_plans

Search prepaid travel eSIM data plans by destination country (ISO 3166-1 alpha-2, e.

Inferred read-only
get_esim_plan

Fetch full details of a single Siima eSIM plan by its id (from search_esim_plans).

Inferred read-only
create_checkout_link

Create a secure payment link on siima.

Potential side effects
list_destinations

List all countries Siima has eSIM plans for, with plan counts and the cheapest total price per country.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.