
Mcp Bitso
Let coding agents execute Bitso crypto exchange operations—trading, funding, and withdrawals—through MCP while you build fintech or treasury automation.
Overview
io.github.codespar/mcp-bitso is an MCP server for the Build phase that links AI agents to Bitso for Latin American crypto trading, funding, and withdrawals over stdio.
What is this MCP server?
- Bitso Latin American crypto exchange: trading, funding, and withdrawals via MCP
- npm package @codespar/mcp-bitso v0.1.2 with stdio transport
- Requires BITSO_API_KEY as a secret environment variable
- Sourced from codespar/mcp-dev-brasil packages/crypto/bitso
- MCP schema 2025-12-11 compatible server manifest
- Server version 0.1.2; 1 npm package @codespar/mcp-bitso
- stdio transport; 1 required secret: BITSO_API_KEY
- Documented scope: trading, funding, withdrawals
Community signal: 252 GitHub stars.
What problem does it solve?
Building Bitso-powered features means repeatedly hand-writing API calls and pasting responses into the agent instead of safe, structured tool use.
Who is it for?
LATAM-focused solo builders automating Bitso treasury or trading workflows inside Claude Code or Cursor during fintech or crypto product development.
Skip if: Anyone without a Bitso account, regulatory clarity, or appetite for live trading keys in a dev environment.
What do I get? / Deliverables
With BITSO_API_KEY configured, your agent can call Bitso-backed MCP tools for trading and treasury tasks alongside your integration code.
- Stdio MCP server wired to Bitso trading and funding APIs
- Agent-accessible tools for withdrawals and exchange operations
- Faster LATAM crypto integration iteration without one-off HTTP snippets
Recommended MCP Servers
Journey fit
Exchange and wallet integrations are wired during Build when you connect payment rails, treasury bots, or Latin America–focused fintech features. Integrations subphase is where third-party financial APIs like Bitso get wrapped for agent-driven trading and balance workflows.
How it compares
MCP connector to Bitso’s exchange API, not a trading strategy skill or portfolio advisor.
Common Questions / FAQ
Who is io.github.codespar/mcp-bitso for?
Developers building Latin America crypto or payments products who already use Bitso and want MCP tools for trading, funding, and withdrawals.
When should I use io.github.codespar/mcp-bitso?
Use it while integrating Bitso into your app or ops scripts, or when automating exchange actions from an AI agent during build or operate workflows.
How do I add io.github.codespar/mcp-bitso to my agent?
Install @codespar/mcp-bitso, export BITSO_API_KEY securely, add the stdio server to your MCP client config, and verify tools load before placing real orders.