← iomarkets.app

INDIVIDUAL MCP TOOL

verify_receipt

Verify an order's ed25519-signed receipt against the service's published public key.

iomarkets.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://iomarkets.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_receipt and invoke it with your own arguments.

Indexed 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 server

iomarkets.app

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

.mcp.json

{
  "mcpServers": {
    "iomarkets-topup": {
      "type": "http",
      "url": "https://iomarkets.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "iomarkets-topup",
  "transport": "streamable-http",
  "url": "https://iomarkets.app/mcp"
}
MCP Inspector

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

Related tools

  • lookup_phone — Identify the country and mobile operator of a phone number and list the top-up offers available for it.
  • list_offers — Browse purchasable offers: mobile top-ups, travel eSIMs, prepaid bills, or international payment corridors (bank / mobile money / UPI) for a country.
  • quote — Lock a price (10 minutes) for one purchase.
  • buy — Get the x402 payment challenge for a quote.
  • order_status — Check an order.
  • fx — Indicative USDC → local-currency rate at our sale price, with an estimate for an amount.
  • ledger — Public delivery ledger: totals, delivered-or-refunded %, volume, countries, recent orders.