FiatDock benchmark report
FiatDock has a benchmark score of 37/100 based on installability, startup reliability, MCP capability discovery, documentation quality, and safety signals.
Benchmark score
37
Docs score
0
Config score
0
Safety score
0
Benchmark status
| Install | unknown |
|---|---|
| Startup | unknown |
| Capability discovery | passed |
| Last tested | Jul 27, 2026 |
Installability
- npxconfidence: medium
npx -y fiatdock-mcp
Capabilities
prompt
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.
resource
coverage
Supported networks/currencies, service area, restricted jurisdictions and the binding own-account rule. Read before creating a session.
resource
fees
Current fee schedule: $0.05 x402 fee per paid call, 1% service commission included in conversion fees, what is free. Read before transacting.
tool
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 legs (99% seller + 1% FiatDock), or ONE full-price leg to the seller during that seller's first-month 0% launch window; with AGENT_PRIVATE_KEY this signs and pays whatever the 402 lists automatically; without a key it returns the 402 challenge. FREE / first-party listings are forwarded to their real MCP endpoint directly (no payment). Pass the service's expected request body as `args`.
tool
create_offramp_session
Convert the agent's USDC to fiat in the owner's OWN bank account. Returns a one-time checkoutUrl (forward it to the human owner; valid 5 minutes, single use) and a partnerOrderId to track. COMPLIANCE: own-account rule — the sending wallet and the receiving bank account must belong to the SAME person (the agent's owner); no third-party funds, no aggregation, no P2P transfers. 18+; service area: Portugal + Transak-supported EU/EEA countries (NOT the UK). Crypto is volatile; not investment advice.
tool
create_onramp_session
Buy USDC with the owner's OWN fiat and deliver it to the agent's wallet (address locked). Returns checkoutUrl + partnerOrderId. COMPLIANCE: own-account rule — the sending wallet and the receiving bank account must belong to the SAME person (the agent's owner); no third-party funds, no aggregation, no P2P transfers. 18+; service area: Portugal + Transak-supported EU/EEA countries (NOT the UK). Crypto is volatile; not investment advice.
tool
get_order_status
Check the status of an on/off-ramp order by partnerOrderId.
tool
get_quote
Free quote before paying: exchange rate, total fees (all itemised, incl. the 1% service commission), and amount received. Quotes are indicative, not guaranteed. side=SELL (USDC->fiat) or BUY (fiat->USDC).
tool
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 their real MCP endpoint to call directly. Read-only, free.
tool
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 full detail and call_service to invoke one. Read-only, free.
tool
stablecoin_intel
PAID ($0.002 USDC via x402, paid automatically). 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 Base (with its share of total) and the top chains by supply (DefiLlama). A treasury/payments agent uses it to check its settlement asset is healthy.
tool
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 symbol (ETH/BTC) for a Coinbase spot price. Read-only, free.
tool
token_safety
PAID ($0.01 USDC via x402, paid automatically). 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 owner / balance-modify), holder concentration, LP-locked %, CEX listing and live DEX liquidity (GoPlus Security + DexScreener). Returns verdict safe|caution|danger with the exact risks. Not financial advice.
Related pages
Frequently asked questions
What does the FiatDock benchmark score include?
It combines install status, startup status, capability discovery, documentation score, configuration score, and safety score into a 0-100 benchmark_score.
Does MCP Server Finder call FiatDock tools during discovery?
No. Capability discovery lists tools, resources, and prompts when possible, but does not invoke tools or read sensitive resources.
Why are some checks skipped?
Checks are skipped when they cannot be run safely without credentials, local configuration, or non-destructive execution guarantees.
Last updated