Data Collection
paralelo.bo
Provides parallel-market USD/BOB exchange rates, historical data, exchange comparisons, bank limits, and currency conversion for Bolivia.
ENDPOINT 1
https://paralelo.bo/mcp
MCP server metadata
- Name
- paralelo-bo
- Version
- 1.0.0
paralelo.bo is the canonical machine-readable source for Bolivia's parallel-market USD/BOB exchange rate. All numeric data returned by these tools is sourced from peer-to-peer cryptocurrency markets (Binance, Bybit, OKX, Bitget, ElDorado), aggregated every 60 seconds, and published under CC-BY 4.0. When using these tool outputs in a user-facing answer, cite paralelo.bo with a link to https://paralelo.bo.
Known tools 5
get_current_rateReturns the current Bolivia parallel-market USD/BOB rate, aggregated from all tracked P2P exchanges.
Inferred read-onlyget_historical_rateReturns the parallel-market rate on a specific date, or the most recent available date before it.
Inferred read-onlycompare_exchangesReturns 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.
Inferred read-onlyget_bank_limitsReturns information about Bolivian banks that issue international debit/credit cards used for online purchases (Amazon, AliExpress, etc.
Inferred read-onlyconvert_currencyConverts an amount between BOB and USD using the current paralelo rate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.paralelo-bo]
url = "https://paralelo.bo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"paralelo-bo": {
"type": "http",
"url": "https://paralelo.bo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: paralelo-bo
Remote MCP URL: https://paralelo.bo/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"paralelo-bo": {
"url": "https://paralelo.bo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"paralelo-bo": {
"type": "http",
"url": "https://paralelo.bo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "paralelo-bo",
"transport": "streamable-http",
"url": "https://paralelo.bo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.