
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-mercado-bitcoin
Advanced tools
MCP server for Mercado Bitcoin — Brazilian crypto exchange, trading, orderbook, withdrawals
MCP server for Mercado Bitcoin — Brazilian cryptocurrency exchange with trading, orders, and market data
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"mercado-bitcoin": {
"command": "npx",
"args": ["-y", "@codespar/mcp-mercado-bitcoin"],
"env": {
"MB_API_KEY": "your-key",
"MB_API_SECRET": "your-secret"
}
}
}
}
claude mcp add mercado-bitcoin -- npx @codespar/mcp-mercado-bitcoin
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"mercado-bitcoin": {
"command": "npx",
"args": ["-y", "@codespar/mcp-mercado-bitcoin"],
"env": {
"MB_API_KEY": "your-key",
"MB_API_SECRET": "your-secret"
}
}
}
}
| Tool | Purpose |
|---|---|
get_ticker | Get ticker data for a trading pair (price, volume, etc.) |
list_orderbook | Get order book (bids and asks) for a trading pair |
create_order | Create a buy or sell order |
get_order | Get order details by ID |
cancel_order | Cancel an open order |
list_orders | List orders with optional filters |
get_balance | Get account balances for all assets |
list_trades | List executed trades for a trading pair |
get_candles | Get candlestick/OHLCV data for a trading pair |
withdraw | Create a withdrawal request |
cancel_all_orders | Cancel all open orders for a symbol |
list_account_trades | List authenticated account fills/trades for a symbol |
list_deposits | List deposits (crypto + fiat) for the authenticated account |
list_withdrawals | List withdrawals (crypto + fiat) for the authenticated account |
get_withdrawal | Get withdrawal details by ID |
list_symbols | List available trading symbols (pairs) on the exchange |
list_assets | List supported assets/coins on the exchange |
list_networks | List supported blockchain networks for a given asset |
get_fees | Query trading fees (maker/taker) for a symbol |
list_positions | List open margin/futures positions (if applicable to the account) |
Mercado Bitcoin uses an API key and secret passed via request headers.
Mercado Bitcoin provides a sandbox via the dashboard for testing.
| Variable | Required | Description |
|---|---|---|
MB_API_KEY | Yes | API key from Mercado Bitcoin |
MB_API_SECRET | Yes | API secret from Mercado Bitcoin |
get_account_info — Get account information and limitslist_currencies — List available cryptocurrenciesget_order_history — Get order history with filterscreate_stop_order — Create a stop-limit orderget_fees — Get trading fees for an accountmargin_trading — Margin trading operationslending — Crypto lending operationsWant 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 Mercado Bitcoin — Brazilian crypto exchange, trading, orderbook, withdrawals
We found that @codespar/mcp-mercado-bitcoin 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.