
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@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 | Description |
|---|---|
list_markets | List all available trading pairs |
get_ticker | Get 24h ticker data for a market |
get_orderbook | Get order book for a market |
get_account_balances | Get account balances |
create_order | Create a buy or sell order (limit/market) |
get_order | Get order details by ID |
list_orders | List orders with filters |
cancel_order | Cancel an open order |
list_trades | List executed trades |
list_deposits_withdrawals | List deposits and withdrawals for a currency |
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 22 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

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.