Buda.com market data: prices, order books, trades, and volume for crypto markets in CLP, COP, PEN.
{
"mcpServers": {
"io-github-gtorreal-buda-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Buda.com market data: prices, order books, trades, and volume for crypto markets in CLP, COP, PEN.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
An MCP server for Massive.com Financial Market Data
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for io.github.gtorreal/buda-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Buda.com — the leading cryptocurrency exchange in Chile, Colombia, and Peru. Gives any MCP-compatible AI assistant live access to market data, order books, trade history, spreads, technical indicators, and price simulation — no account or API key required.
npx @guiie/buda-mcp
Or install permanently:
npm install -g @guiie/buda-mcp
buda-mcp
claude mcp add buda-mcp -- npx -y @guiie/buda-mcp
claude_desktop_config.json){
"mcpServers": {
"buda-mcp": {
"command": "npx",
"args": ["-y", "@guiie/buda-mcp"]
}
}
}
~/.cursor/mcp.json){
"mcpServers": {
"buda-mcp": {
"command": "npx",
"args": ["-y", "@guiie/buda-mcp"]
}
}
}
All tools are public — no API key or account required.
get_market_summary ⭐ Start hereOne-call summary: last price, bid/ask, spread %, 24h volume, price change, and liquidity_rating (high / medium / low). Best first tool when a user asks about any specific market.
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID (e.g. BTC-CLP). |
get_marketsList all trading pairs on Buda.com, or get details for a specific market (fees, minimum order size, discount tiers).
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | No | Market ID (e.g. BTC-CLP). Omit to list all markets. |
get_tickerCurrent snapshot: last price, best bid/ask, 24h volume, and price change over 24h and 7d.
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID (e.g. BTC-CLP, ETH-COP). |
get_orderbookCurrent order book: sorted bids and asks as {price, amount} objects.
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID. |
limit | number | No | Max price levels per side (default: all). |
get_tradesRecent trade history as typed objects: {timestamp_ms, amount, price, direction}.
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID. |
limit | number | No | Number of trades (default 50, max 100). |
timestamp | number | No | Unix seconds — returns trades older than this (pagination). |
get_market_volume24h and 7-day transacted volume by side (bid = buys, ask = sells).
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID. |
get_spreadBid/ask spread: absolute value and percentage of the ask price.
| Parameter | Type | Required | Description |
|---|---|---|---|
market_id | string | Yes | Market ID. |
compare_marketsSide-by-side ticker data for all pairs of a given base currency across all quote currencies.
| Parameter | Type | Required | Description |
|---|---|---|---|
base_currency | string | Yes | Base currency (e.g. BTC, ETH). |
get_price_historyOHLCV candles aggregated from raw trade history (Buda has no native candlestick endpoint). Supports 5m, 15m, 30m, 1h, 4h, 1d periods.
| Parameter | Type | Required | Description |
|---|---|---|---|
| `market_i |