← Index

io.github.codespar/mcp-bitso

io.github.codespar/mcp-bitso·v0.1.2·Other
Quality Score
80
/100

MCP server for Bitso — Latin American crypto exchange, trading, funding, withdrawals

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-bitso": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bitso"
      ],
      "env": {
        "BITSO_API_KEY": "<your-bitso_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-bitso": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bitso"
      ],
      "env": {
        "BITSO_API_KEY": "<your-bitso_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-bitso
§02  Environment variables
BITSO_API_KEY
requiredsecret

API key for bitso

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other