← Registry

API Tools

iomarkets.app

This MCP server offers phone number lookup, mobile top-ups, eSIM purchases, bill payments, and international payment processing via a set of APIs.

1 endpoint8 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://iomarkets.app/mcp

No auth detected

MCP server metadata

Name
iomarkets-topup
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

lookup_phone

Identify the country and mobile operator of a phone number and list the top-up offers available for it.

Inferred read-only
list_offers

Browse purchasable offers: mobile top-ups, travel eSIMs, prepaid bills, or international payment corridors (bank / mobile money / UPI) for a country.

Potential side effects
quote

Lock a price (10 minutes) for one purchase.

Potential side effects
buy

Get the x402 payment challenge for a quote.

Potential side effects
order_status

Check an order.

Inferred read-only
verify_receipt

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

Inferred read-only
fx

Indicative USDC → local-currency rate at our sale price, with an estimate for an amount.

Inferred read-only
ledger

Public delivery ledger: totals, delivered-or-refunded %, volume, countries, recent orders.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for iomarkets.app was fetched 2026-08-31T07:07:33.699Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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