
Mcp Mercado Bitcoin
Let your coding agent query Mercado Bitcoin orderbooks, place trades, and manage withdrawals without hand-rolling the Brazilian exchange REST API.
Overview
io.github.codespar/mcp-mercado-bitcoin is a MCP server for the Build phase that connects AI coding agents to Mercado Bitcoin for trading, orderbook, and withdrawal API operations.
What is this MCP server?
- stdio MCP server @codespar/mcp-mercado-bitcoin v0.1.2 via npm
- Mercado Bitcoin trading, orderbook, and withdrawal operations from the agent
- Requires MB_API_KEY secret environment variable
- Part of codespar mcp-dev-brasil monorepo (packages/crypto/mercado-bitcoin)
- Model Context Protocol server.schema.json 2025-12-11 compliant package manifest
- Package version 0.1.2
- 1 required secret env var: MB_API_KEY
- stdio transport via npm @codespar/mcp-mercado-bitcoin
Community signal: 252 GitHub stars.
What problem does it solve?
Brazilian builders waste time reimplementing Mercado Bitcoin REST calls and credential handling every time an agent needs live crypto market or account actions.
Who is it for?
Indie developers and small teams building crypto dashboards, trading assistants, or treasury bots tied to Mercado Bitcoin accounts.
Skip if: Builders who only need public price charts without authenticated trading, or anyone uncomfortable storing exchange API keys on a dev machine.
What do I get? / Deliverables
After registering the stdio server with MB_API_KEY, your agent can invoke Mercado Bitcoin tools directly while you focus on strategy logic and app code.
- Registered stdio MCP server wired to Mercado Bitcoin
- Agent-callable tools for trading, orderbook, and withdrawals
- Documented secret handling for MB_API_KEY in local or CI config
Recommended MCP Servers
Journey fit
How it compares
MCP exchange integration for Mercado Bitcoin, not a trading strategy skill or generic finance prompt pack.
Common Questions / FAQ
Who is io.github.codespar/mcp-mercado-bitcoin for?
Solo and indie builders using Claude Code or similar agents who trade or monitor positions on Mercado Bitcoin and want native MCP tools instead of custom scripts.
When should I use io.github.codespar/mcp-mercado-bitcoin?
Use it during Build when you are integrating a backend or agent workflow that must read orderbooks, execute orders, or manage withdrawals on Mercado Bitcoin.
How do I add io.github.codespar/mcp-mercado-bitcoin to my agent?
Install @codespar/mcp-mercado-bitcoin from npm, set the MB_API_KEY environment variable, register the stdio MCP server in your agent config, then restart the client.