← cambio-uruguay.com

INDIVIDUAL MCP TOOL

daily_summary

AI-generated analysis of the Uruguayan exchange market.

cambio-uruguay.comnone authenticationAvailability not checked

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 endpoint

cambio-uruguay.com

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.cambio-uruguay-com]
url = "https://mcp.cambio-uruguay.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cambio-uruguay-com": {
      "type": "http",
      "url": "https://mcp.cambio-uruguay.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cambio-uruguay-com
Remote MCP URL: https://mcp.cambio-uruguay.com/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": {
    "cambio-uruguay-com": {
      "url": "https://mcp.cambio-uruguay.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cambio-uruguay-com": {
      "type": "http",
      "url": "https://mcp.cambio-uruguay.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cambio-uruguay-com",
  "transport": "streamable-http",
  "url": "https://mcp.cambio-uruguay.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_rates — Current buy/sell rates for a currency across Uruguayan exchange houses (casas de cambio): market average, best buy/sell house, lowest spread, and the full per-house list.
  • best_house — The single best casa de cambio right now to buy or sell a currency.
  • convert — Convert an amount between currencies using the best available Uruguayan market rates.
  • list_houses — All Uruguayan exchange houses (casas de cambio) tracked, with display name, website, and departments served.
  • get_evolution — Historical rate series and statistics (min/max/avg/current/change) for a given exchange house (origin) and currency over the last N months.
  • get_news — Latest Uruguayan dollar/economy headlines (Google News), de-duplicated and newest first.