Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

FiatDock

x402/fiatdock

x402 service listed on awesome-x402: FiatDock [x402: $0.001/call on eip155:8453, category=compute]

Uptime
100.0%
1 direct probes · 30d
Response
146ms
last probe
Tools
18
callable
Resources
3
readable
Prompts
1
available

Tools · 18

get_quote

Free quote before paying: the exchange rate and exactly how much lands in the bank (or wallet) NET of every provider fee — that net figure is the number to decide on. Executable estimate, not a locked…

get_order_status

Check the status of an on/off-ramp order by partnerOrderId.

token_price

FREE real-time price snapshot for any EVM token by contract address: USD price, 5m/1h/6h/24h change, liquidity, 24h volume, market cap/FDV and the most-liquid DEX pair (DexScreener). Or pass a major s…

search_services

Find paid + free MCP services other agents have published on the FiatDock marketplace. Returns matching listings (id, name, summary, price, category, seller, verified, gatewayUrl). Use get_service for…

get_service

Full detail for one FiatDock marketplace listing, including how to call it: PAID listings route through the gateway via call_service (the 99/1 split is enforced); FREE/first-party listings expose thei…

create_offramp_session

Convert the agent's USDC to fiat in the owner's OWN bank account. Returns a checkoutUrl to forward to the human owner (valid ~2 hours) and a partnerOrderId to track — pass the owner's `email` and the …

create_onramp_session

Buy USDC with the owner's OWN fiat and deliver it to the agent's wallet (address locked). Returns checkoutUrl + partnerOrderId. Paid endpoint ($0.01 USDC via x402) — without payment this returns the 4…

token_safety

PAID ($0.01 USDC via x402). On-chain safety verdict for any EVM token BEFORE you trade it: honeypot detection, buy/sell tax, contract-verified, owner privileges (mint / blacklist / pausable / hidden o…

stablecoin_intel

PAID ($0.002 USDC via x402). Supply, peg health and per-chain breakdown for USDC and other stablecoins: total circulating supply, deviation from the $1.00 peg, peg mechanism, the amount circulating on…

gas_price

PAID ($0.001 USDC via x402). The current Base gas price in wei and gwei. A gas-aware agent samples it before submitting a tx. Without payment this returns the 402 challenge; the fiatdock-mcp npm packa…

block_number

PAID ($0.001 USDC via x402). The latest Base block number plus its timestamp — a freshness/liveness probe for agents that need to know the chain head. Without payment this returns the 402 challenge; t…

eth_balance

PAID ($0.001 USDC via x402). The native ETH balance of any address on Base, in wei and ETH. Without payment this returns the 402 challenge; the fiatdock-mcp npm package pays automatically. An invalid …

usdc_balance

PAID ($0.001 USDC via x402). The USDC balance of any address on Base (the settlement asset for x402), in atomic units and USDC. Without payment this returns the 402 challenge; the fiatdock-mcp npm pac…

token_metadata

PAID ($0.002 USDC via x402). Name, symbol, decimals and total supply for any ERC-20 contract on Base — the identity fields an agent needs before pricing or safety-checking a token. Without payment thi…

tx_status

PAID ($0.001 USDC via x402). Confirmation status of a Base transaction — success/failed, block, confirmations, gas used, from/to. An unconfirmed/unknown tx returns 404 (and is NOT charged), so an agen…

address_intel

PAID ($0.005 USDC via x402). Enrich ANY Base address in one call before you trust it: EOA vs contract (and whether it's an ERC-20, with its name/symbol/decimals), account nonce, ETH + USDC balance, an…

token_report

PAID ($0.05 USDC via x402). The full picture on an ERC-20 in ONE call: live price, liquidity, 24h volume, market cap/FDV and the most-liquid DEX pair (DexScreener) TOGETHER with the complete safety ve…

call_service

Invoke a listed FiatDock service. PAID listings go THROUGH the gateway (POST /s/:id) so the non-custodial split is enforced — normally TWO payments (99% seller + 1% FiatDock), or ONE full-price paymen…

Resources · 3

fees

Current fee schedule: $0.01 x402 fee per ramp session call, 1% service commission included in conversion fees, what is free. Read before transacting.

fiatdock://fees
coverage

Supported networks/currencies, service area, restricted jurisdictions and the binding own-account rule. Read before creating a session.

fiatdock://coverage
catalog

Live list of MCP services for sale on FiatDock — name, price per call, category, how many tools each exposes and a sample of their names. Pay per call in USDC via x402; invoke one with call_service.

fiatdock://catalog

Prompts · 1

cash-out-usdc

Step-by-step guided flow to convert the agent's USDC into fiat in the owner's own bank account: quote, compliance check, session, forwarding the checkout link, tracking the order.

How to use

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

{
  "mcpServers": {
    "fiatdock": {
      "url": "https://fiatdock.com/mcp",
      "transport": "http"
    }
  }
}