Second-largest BR crypto exchange. Complements Mercado Bitcoin for hedging + liquidity. HMAC-SHA256 signed requests โ signature + all endpoints verified against docs.foxbit.com.br.
$ npm install @codespar/mcp-foxbitAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"foxbit": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-foxbit"
],
"env": {
"FOXBIT_API_KEY": "<your_foxbit_api_key>",
"FOXBIT_API_SECRET": "<your_foxbit_api_secret>"
}
}
}
}After restart, your agent can call any of the 21 tools below โ try list_markets first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
FOXBIT_API_KEYAPI key for Foxbit
FOXBIT_API_SECRETAPI secret for Foxbit HMAC-SHA256 signature
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_marketslist_currenciesget_currencyget_tickerget_orderbookget_market_tradesget_candlesget_account_balancesMCP is a protocol โ any framework that speaks it can mount this server.