← agentroam.ai

INDIVIDUAL MCP TOOL

get_payment_methods

Full payment matrix: every supported coin × network combination currently available, with the exact network strings orders require.

agentroam.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://agentroam.ai/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent server

agentroam.ai

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

.mcp.json

{
  "mcpServers": {
    "agentroam": {
      "type": "http",
      "url": "https://agentroam.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentroam": {
      "type": "http",
      "url": "https://agentroam.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentroam",
  "transport": "streamable-http",
  "url": "https://agentroam.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search the AgentRoam travel-crypto catalog: gift cards (Airbnb, Uber, airlines, 500+ US brands), eSIM data plans (110+ destinations incl.
  • get_price — Live crypto price for one product/denomination.
  • validate_order — Dry-run an order and mint a one-time confirm_token (valid 10 minutes).
  • create_order — Create the real order (requires confirm_token from validate_order, after user approval).
  • list_esim_plans — PREFERRED for any eSIM request: live eSIM data plans for a destination (110+ countries, plus "eu" Europe and "ww" Global multi-country plans) with USD prices and crypto amounts.
  • get_order_status — Poll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED).
  • list_brands — Browse all available brands/carriers for a country: gift cards (500+ US brands) and mobile top-up carriers (100+ countries).
  • list_products — List a brand's live products/denominations with prices in the chosen coin — exact labels to use with get_price/validate_order (for eSIM use list_esim_plans instead).