Fiat-to-stablecoin on/off-ramp: convert BRL, MXN, or USD to USDC and back. Your agent bridges traditional finance and crypto rails.
$ npm install @codespar/mcp-unblockpayAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"unblockpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-unblockpay"
],
"env": {
"UNBLOCKPAY_API_KEY": "<your_unblockpay_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try create_wallet first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
UNBLOCKPAY_API_KEYAPI key for unblockpay
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_walletget_walletlist_walletscreate_onrampcreate_offrampget_transactionlist_transactionsget_exchange_rateMCP is a protocol โ any framework that speaks it can mount this server.