MCP.so
登录

buda-mcp — Buda.com Cryptocurrency Exchange

@gtorreal

关于 buda-mcp — Buda.com Cryptocurrency Exchange

MCP server for Buda.com's public cryptocurrency exchange API (Chile, Colombia, Peru)

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

gtorreal

提交者

Guillermo Torrealba

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "buda-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@guiie/buda-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is buda-mcp?

An MCP server for Buda.com, the leading cryptocurrency exchange in Chile, Colombia, and Peru. It provides any MCP‑compatible AI assistant with live market data, order books, trade history, spreads, technical indicators, and price simulation without requiring an account or API key.

How to use buda-mcp?

Run npx @guiie/buda-mcp or install globally with npm install -g @guiie/buda-mcp then execute buda-mcp. Configure it in MCP clients like Claude Code, Claude Desktop, or Cursor by adding a stanza pointing to npx -y @guiie/buda-mcp. The server exposes tools that can be invoked via the MCP protocol.

Key features of buda-mcp

  • All tools are public – no API key or account needed.
  • One‑call market summary with liquidity rating.
  • Side‑by‑side comparison of markets across currencies.
  • OHLCV candles aggregated from raw trade history.
  • Cross‑country arbitrage detection normalized to USDC.
  • Kelly‑style position sizing computed entirely client‑side.

Use cases of buda-mcp

  • Get live cryptocurrency prices and order books for Buda markets.
  • Analyze market spreads and 24‑hour volume for decision support.
  • Simulate buy/sell orders using live ticker data without placement.
  • Detect arbitrage opportunities between Chile, Colombia, and Peru.
  • Compute technical indicators (RSI, MACD, Bollinger Bands) on demand.

FAQ from buda-mcp

Can I trade or place orders with buda-mcp?

No. Tools like simulate_order and get_real_quotation only simulate orders – no order is ever placed. All simulation responses include "simulation": true.

Does buda-mcp require any credentials?

No. All tools access only public Buda.com API endpoints. No API key, account, or authentication is accepted or stored.

What markets does buda-mcp support?

It covers markets quoting in CLP (Chile), COP (Colombia), PEN (Peru), USDC, and BTC. Sample pairs include BTC‑CLP, ETH‑COP, SOL‑PEN, BTC‑USDC, and ETH‑BTC.

What runtime does buda-mcp need?

Node.js version 18 or later. It can run via npx, a global install, or from source. An HTTP transport is also available for deployment on platforms like Railway.

How are data and security handled?

Input validation is applied to all tool parameters to prevent prompt injection. Error messages are sanitized – internal details are logged only to stderr and never returned to callers.

评论

其他 分类下的更多 MCP 服务器