← paralelo.bo

INDIVIDUAL MCP TOOL

get_current_rate

Returns the current Bolivia parallel-market USD/BOB rate, aggregated from all tracked P2P exchanges.

paralelo.bonone authenticationAvailability not checked

LIVE ENDPOINT

https://paralelo.bo/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_current_rate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

paralelo.bo

CONNECT 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.

Related tools

  • get_historical_rate — Returns the parallel-market rate on a specific date, or the most recent available date before it.
  • 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.
  • get_bank_limits — Returns information about Bolivian banks that issue international debit/credit cards used for online purchases (Amazon, AliExpress, etc.
  • convert_currency — Converts an amount between BOB and USD using the current paralelo rate.