{
  "name": "BuyUKeSIM",
  "description": "Privacy-first eSIM store. Browse UK +44 number plans, one-time SMS-code numbers, and global travel-data eSIMs; check country coverage and order status. With an agent wallet API key, agents can also purchase and top up. Paid in crypto, no KYC.",
  "url": "https://buyukesim.com",
  "version": "1.0.0",
  "provider": {
    "organization": "BuyUKeSIM",
    "url": "https://buyukesim.com"
  },
  "documentationUrl": "https://buyukesim.com/llms.txt",
  "preferredTransport": "mcp",
  "interfaces": [
    {
      "transport": "mcp",
      "type": "streamable-http",
      "url": "https://buyukesim.com/mcp"
    }
  ],
  "capabilities": {
    "streaming": true
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "browse-esims",
      "name": "Browse eSIM plans",
      "description": "List UK +44 number plans, one-time SMS-code numbers, and global travel-data eSIMs with pricing.",
      "tags": ["esim", "catalog", "pricing"]
    },
    {
      "id": "check-coverage",
      "name": "Check country coverage",
      "description": "Look up travel-data eSIM coverage and pricing for a given country.",
      "tags": ["coverage", "travel", "countries"]
    },
    {
      "id": "order-status",
      "name": "Check order status",
      "description": "Retrieve the status of an order by its id and access code.",
      "tags": ["orders", "status"]
    },
    {
      "id": "purchase",
      "name": "Purchase and top up",
      "description": "With an agent wallet API key, buy eSIMs and top up existing numbers. Paid in crypto, no KYC.",
      "tags": ["purchase", "topup", "crypto", "agent-wallet"]
    }
  ]
}
