← cosim.io

INDIVIDUAL MCP TOOL

check_order_status

Check the status of a checkout created with create_checkout (pending payment / paid / delivered / expired).

cosim.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent endpoint

cosim.io

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.cosim-io]
url = "https://cosim.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cosim-io": {
      "type": "http",
      "url": "https://cosim.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cosim-io
Remote MCP URL: https://cosim.io/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": {
    "cosim-io": {
      "url": "https://cosim.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cosim-io": {
      "type": "http",
      "url": "https://cosim.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cosim-io",
  "transport": "streamable-http",
  "url": "https://cosim.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_destinations — Search travel eSIM destinations by country/region name (multilingual: "Japan", "日本", "Japon", "일본" all work).
  • list_packages — List all data plans for a destination (country code like "JP", or a regional slug like "southeast-asia").
  • get_package — Get full details of a single package by its ID or SEO slug, including price, coverage, and top-up support.
  • recommend_plans — Recommend up to 3 plans (cheapest / best value / most data) for a trip given destination countries, trip length in days, and expected usage.
  • create_checkout — Create a secure checkout link for a package.
  • list_promotions — List the marketing campaigns currently running on co:sim: new-user free eSIM offers, regional sales, seasonal campaigns.