bo.paralelo/mcp
Official5 toolsparalelo.bo — Bolivia parallel-dollar exchange rate
Real-time + historical Bolivia parallel-market USD/BOB rate. P2P-aggregated. Free, CC-BY 4.0.
Real-time and historical Bolivia parallel-market USD/BOB exchange rates via P2P aggregation.
Captured live from the server via tools/list.
get_current_rate
Returns the current Bolivia parallel-market USD/BOB rate, aggregated from all tracked P2P exchanges. Median, buy, sell, spread percentage, source count, and ISO timestamp. Updated every 60 seconds.
No parameters.
get_historical_rate
Returns the parallel-market rate on a specific date, or the most recent available date before it. Daily resolution from 2024-01-01 to present. Date must be ISO format (YYYY-MM-DD).
Parameters (1)
- datestringrequired
ISO date (YYYY-MM-DD)
compare_exchanges
Returns the per-source breakdown of current quotes across Binance, Bybit, OKX, Bitget, and ElDorado, including each exchange's median buy, median sell, internal spread, and observation count. Use this to identify which exchange offers the best price right now.
No parameters.
get_bank_limits
Returns information about Bolivian banks that issue international debit/credit cards used for online purchases (Amazon, AliExpress, etc.). Pass a slug to get a specific bank, or omit to list all. Each entry includes the canonical paralelo.bo URL where current limits are documented.
Parameters (1)
- bankstring
Optional bank slug (bcp, bisa, bnb, economico, fie, ganadero, mercantil-santa-cruz, sol, union, fortaleza, ecofuturo, prodem). Omit to list all.
convert_currency
Converts an amount between BOB and USD using the current paralelo rate. Use direction=parallel for the parallel rate (default) or direction=official for the BCB official fixed rate (Bs 6.96/USD).
Parameters (4)
- amountnumberrequired
Amount to convert (positive number)
- fromstringrequired
- tostringrequired
- directionstring
Which exchange rate to apply. Defaults to parallel (live).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://paralelo.bo/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.