← siima.online

INDIVIDUAL MCP TOOL

create_checkout_link

Create a secure payment link on siima.

siima.onlinenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

Parent endpoint

siima.online

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

  • search_esim_plans — Search prepaid travel eSIM data plans by destination country (ISO 3166-1 alpha-2, e.
  • get_esim_plan — Fetch full details of a single Siima eSIM plan by its id (from search_esim_plans).
  • list_destinations — List all countries Siima has eSIM plans for, with plan counts and the cheapest total price per country.