
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@codespar/mcp-foxbit
Advanced tools
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
MCP server for Foxbit — Brazilian cryptocurrency exchange with trading, orderbook, and market data
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"foxbit": {
"command": "npx",
"args": ["-y", "@codespar/mcp-foxbit"],
"env": {
"FOXBIT_API_KEY": "your-key",
"FOXBIT_API_SECRET": "your-secret"
}
}
}
}
claude mcp add foxbit -- npx @codespar/mcp-foxbit
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"foxbit": {
"command": "npx",
"args": ["-y", "@codespar/mcp-foxbit"],
"env": {
"FOXBIT_API_KEY": "your-key",
"FOXBIT_API_SECRET": "your-secret"
}
}
}
}
| Tool | Purpose |
|---|---|
list_markets | List all available trading pairs / markets on Foxbit |
list_currencies | List all supported currencies (crypto and fiat) on Foxbit |
get_currency | Get details of a specific currency (precision, min/max amounts, type) |
get_ticker | Get 24h ticker data for a market (price, volume, high/low) |
get_orderbook | Get order book (bids and asks) for a market |
get_market_trades | Get recent public trades for a market (trade history / tape) |
get_candles | Get OHLC candlestick data for a market |
get_account_balances | Get account balances for all currencies |
get_balance | Get account balance for a single currency |
create_order | Create a buy or sell order (limit or market) |
get_order | Get order details by ID |
list_orders | List orders with optional filters |
cancel_order | Cancel an open order by ID |
list_trades | List user's executed trades (private trade history) |
list_deposits_withdrawals | List deposits and withdrawals (transactions) for a currency |
create_pix_deposit | Create a Pix instant deposit (BRL). |
list_pix_deposits | List Pix deposit history (BRL instant deposits) |
create_pix_withdrawal | Create a Pix withdrawal (BRL) to a Pix key |
list_pix_withdrawals | List Pix withdrawal history (BRL fiat withdrawals) |
create_crypto_withdrawal | Create a crypto withdrawal to an external wallet address |
get_trading_fees | Get current trading fees and limits (maker/taker per pair, withdrawal limits) |
Foxbit uses HMAC-SHA256 request signing. Each request includes three headers:
X-FB-ACCESS-KEY — API keyX-FB-ACCESS-TIMESTAMP — UNIX timestamp in millisecondsX-FB-ACCESS-SIGNATURE — hex HMAC-SHA256 of timestamp + method + path + queryString + body using API secretBase URL: https://api.foxbit.com.br/rest/v3
| Variable | Required | Description |
|---|---|---|
FOXBIT_API_KEY | Yes | API key from Foxbit |
FOXBIT_API_SECRET | Yes | API secret for HMAC-SHA256 |
Hedge liquidity across multiple BR venues:
Merchants and traders use both for best execution and redundancy.
get_candles — OHLCV candlestick datacreate_withdrawal — Initiate crypto/PIX withdrawallist_currencies — Available currencies and networksget_fees — Trading fees for account tiercreate_stop_order — Stop-limit / stop-market ordersWant to contribute? Open a PR or request a tool.
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
The npm package @codespar/mcp-foxbit receives a total of 33 weekly downloads. As such, @codespar/mcp-foxbit popularity was classified as not popular.
We found that @codespar/mcp-foxbit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.