Brazil's largest crypto exchange: BTC, ETH, and 200+ tokens. Your agent places orders, reads the orderbook, and manages wallets in BRL.
$ npm install @codespar/mcp-mercado-bitcoinAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"mercado-bitcoin": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-mercado-bitcoin"
],
"env": {
"MB_API_KEY": "<your_mb_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.
MB_API_KEYAPI key for mercado-bitcoin
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
get_tickerlist_orderbookcreate_orderget_ordercancel_orderlist_ordersget_balancelist_tradesMCP is a protocol โ any framework that speaks it can mount this server.