paralelo.bo — Bolivia parallel-dollar exchange rate
https://paralelo.bo/mcpskills: {'id': 'get_current_rate', 'name': 'get_current_rate', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_historical_rate', 'name': 'get_historical_rate', 'description': '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).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'compare_exchanges', 'name': 'compare_exchanges', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_bank_limits', 'name': 'get_bank_limits', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'convert_currency', 'name': 'convert_currency', 'description': '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).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 2456.1ms; conformance: pass
How to connect
https://paralelo.bo/mcp
curl -X POST https://paralelo.bo/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'