LatAm crypto exchange: trading, funding, and withdrawals in MXN, ARS, and BRL. Your agent executes trades and manages fiat on/off-ramps.
$ npm install @codespar/mcp-bitsoAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"bitso": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bitso"
],
"env": {
"BITSO_API_KEY": "<your_bitso_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try get_ticker first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
BITSO_API_KEYAPI key for bitso
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
get_tickerlist_orderbookcreate_orderget_ordercancel_orderlist_ordersget_balanceslist_tradesMCP is a protocol โ any framework that speaks it can mount this server.