Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

feat: add SwapEazi to x402 ecosystem

x402/feat:-add-swapeazi-to-x402-ecosystem

x402 service from GitHub ecosystem [x402: $0.001/call on base, category=utility]

Uptime
100.0%
1 direct probes · 30d
Response
726ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

swapeazi_list_routes

Discover everything SwapEazi can route: supported chains (ETH, BAS, POL, ARB, OPT, BNB, GNO, CEL, SOL), every token symbol per chain (USDC, USDT, EURe, EURC, GBPe, PYUSD, cNGN, cKES, ZARP, XSGD, DAI, …

swapeazi_list_corridors

Return only the corridors (from→to pairs) that have active liquidity. Narrower than list_routes — use this when you need to pick a pair to quote without seeing every token. Free.

swapeazi_corridor_metadata

The ground truth an agent needs to fund a purpose in the SADC region: per corridor, the settlement currency (ZAR, LSL, SZL, NAD, ZWG, ZMW, MWK), the payout methods with the local networks named (mobil…

swapeazi_corridor_registry

Which licensed providers serve a SADC corridor, and what their published material claims about each one: corridor pairs, provider names, licence references with a primary source, fees where verified, …

swapeazi_quote

Get a free quote for a cross-chain stablecoin swap. Returns estimated output, bridge used, fee breakdown, and timing. If there is no route for the pair, returns { supported: false, reason: 'no_route_f…

swapeazi_offramp

Quote converting a stablecoin to South African Rand (ZAR) via a licensed local partner. ZAR is the settlement currency of the Common Monetary Area (CMA): South Africa, Lesotho, Eswatini and Namibia, w…

swapeazi_pay

Build a pay intent for the diaspora use case: someone abroad funding a family member's South African merchant order (Checkers Sixty60 or Pick n Pay groceries, Takealot or Amazon e-commerce, Uber or Ub…

swapeazi_pay_execute

Consume a quote from swapeazi_pay (or swapeazi_offramp) and create the order that delivers ZAR to the family member's SA mobile-money number or bank account. Pass the quoteId returned by swapeazi_pay …

swapeazi_settle

THE AUTONOMOUS DOOR. One call settles a fiat payout under a signed ed25519 mandate, with NO human in the loop and no login prompt: the principal's KYC and the beneficiary's clearance were front-loaded…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "feat:_add_swapeazi_to_x402_ecosystem": {
      "url": "https://swapeazi.io/api/mcp",
      "transport": "http"
    }
  }
}