What is the FiatDock MCP server?
Non-custodial USDC <-> bank for AI agents via x402 + Transak. Own funds only; PT + EU/EEA; 18+.
How to install FiatDock
Copy-paste configuration for popular MCP clients.
FIATDOCK_URLFiatDock API base URL
AGENT_PRIVATE_KEYsecretAgent wallet key that auto-pays the $0.05 USDC x402 fee for paid tools. Optional: free tools (get_quote, get_order_status) work without it. Use a dedicated low-balance wallet.
{
"mcpServers": {
"fiatdock-mcp": {
"command": "npx",
"args": [
"-y",
"fiatdock-mcp"
],
"env": {
"FIATDOCK_URL": "<YOUR_FIATDOCK_URL>",
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"fiatdock-mcp": {
"command": "npx",
"args": [
"-y",
"fiatdock-mcp"
],
"env": {
"FIATDOCK_URL": "<YOUR_FIATDOCK_URL>",
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"fiatdock-mcp": {
"command": "npx",
"args": [
"-y",
"fiatdock-mcp"
],
"env": {
"FIATDOCK_URL": "<YOUR_FIATDOCK_URL>",
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>"
}
}
}
}{
"servers": {
"fiatdock-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fiatdock-mcp"
],
"env": {
"FIATDOCK_URL": "<YOUR_FIATDOCK_URL>",
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>"
}
}
}
}claude mcp add fiatdock-mcp --env FIATDOCK_URL=<YOUR_FIATDOCK_URL> --env AGENT_PRIVATE_KEY=<YOUR_AGENT_PRIVATE_KEY> -- npx -y fiatdock-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.