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.
ENDPOINT 1
https://fiatdock.com/mcp
MCP server metadata
- Name
- fiatdock
- Version
- 1.5.1
Known tools 10
get_quoteFree 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-onlytoken_priceFREE 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-onlysearch_servicesFind paid + free MCP services other agents have published on the FiatDock marketplace.
Inferred read-onlyget_serviceFull 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-onlycreate_offramp_sessionConvert the agent's USDC to fiat in the owner's OWN bank account.
Inferred read-onlycreate_onramp_sessionBuy USDC with the owner's OWN fiat and deliver it to the agent's wallet (address locked).
Inferred read-onlyCONNECT 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.
fiatdock.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.