← Registry

API Tools

fiatdock.com

Provides API endpoints for converting USDC to fiat and vice versa, obtaining quotes, checking order status, and fetching real-time token prices.

x402 supported1 endpoint10 known toolsFirst detected June 13, 2026Last detected August 6, 2026

ENDPOINT 1

https://fiatdock.com/mcp

No auth detected

MCP server metadata

Name
fiatdock
Version
1.5.1
Capabilities
tools.listChangedresources.listChangedprompts.listChanged

Known tools 10

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.

Inferred read-only
get_order_status

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

Inferred read-only
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).

Inferred read-only
search_services

Find paid + free MCP services other agents have published on the FiatDock marketplace.

Inferred read-only
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.

Inferred read-only
create_offramp_session

Convert the agent's USDC to fiat in the owner's OWN bank account.

Inferred read-only
create_onramp_session

Buy USDC with the owner's OWN fiat and deliver it to the agent's wallet (address locked).

Inferred read-only
token_safety

PAID ($0.

Inferred read-only
stablecoin_intel

PAID ($0.

Inferred read-only
call_service

Invoke a listed FiatDock service.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "fiatdock": {
      "type": "http",
      "url": "https://fiatdock.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "fiatdock",
  "transport": "streamable-http",
  "url": "https://fiatdock.com/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 fiatdock.com was fetched 2026-08-03T19:16:47.603Z.

Trust status Neutral

fiatdock.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.