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.
ENDPOINT 1
https://iomarkets.app/mcp
MCP server metadata
- Name
- iomarkets-topup
- Version
- 0.1.0
Known tools 8
lookup_phoneIdentify the country and mobile operator of a phone number and list the top-up offers available for it.
Inferred read-onlylist_offersBrowse purchasable offers: mobile top-ups, travel eSIMs, prepaid bills, or international payment corridors (bank / mobile money / UPI) for a country.
Potential side effectsverify_receiptVerify an order's ed25519-signed receipt against the service's published public key.
Inferred read-onlyfxIndicative USDC → local-currency rate at our sale price, with an estimate for an amount.
Inferred read-onlyledgerPublic delivery ledger: totals, delivered-or-refunded %, volume, countries, recent orders.
Inferred read-onlyCONNECT 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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.