eduair94

Cambio Uruguay — Development skill for Claude Code

Development community

cambio-uruguay.com: Uruguay exchange rates, rentals, used cars and prices.

How to install Cambio Uruguay

This entry records only its repository, not the path inside it, so there is no exact command to give. Open eduair94/cambio-uruguay and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cambio Uruguay does

cambio-uruguay.com: Uruguay exchange rates, rentals, used cars and prices. Public API, remote MCP server (29 tools, no key) and a Claude skill.

Alternatives in Development

  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
  • Spot — Place and manage spot trading orders on Binance via API key authentication, supporting mainnet and testnet 483 ★
  • Real Estate MCP — 🏠 Ask Claude about Korean apartment prices — powered by 국토교통부 open API 373 ★

README

Cambio Uruguay

Open-source source code of **[cambio-uruguay.com](https://cambio-uruguay.com)** — compare **live buy/sell exchange rates for the US dollar and 14+ currencies across 40+ Uruguayan casas de cambio and banks**, updated continuously. Find the best rate right now, branches on a map, historical charts, and currency/import calculators. Trilingual (ES/EN/PT), free, no signup.

Links

🌐 Website https://cambio-uruguay.com
🔌 Public API (read-only, no key) https://api.cambio-uruguay.com
🤖 MCP server (npx cambio-uruguay-mcp) npm · hosted https://mcp.cambio-uruguay.com/mcp · docs
💬 Bots (Telegram / Discord / Twitter) bots/
✍️ Articles https://cambio-uruguay.medium.com

Key pages: [comparador](https://cambio-uruguay.com) · [conversor](https://cambio-uruguay.com/convertir) · [histórico](https://cambio-uruguay.com/historico) · [mapa de casas](https://cambio-uruguay.com/mapa) · [casas de cambio](https://cambio-uruguay.com/casas-de-cambio) · [retirar efectivo (turistas)](https://cambio-uruguay.com/retirar-efectivo-uruguay).

MCP server for AI assistants

Live Uruguayan exchange-rate data in any [Model Context Protocol](https://modelcontextprotocol.io) client (Claude Desktop, Cursor, Cline):

{ "mcpServers": { "cambio-uruguay": { "command": "npx", "args": ["-y", "cambio-uruguay-mcp"] } } }

See [mcp/README.md](./mcp/README.md) for tools (`get_rates`, `best_house`, `convert`, `list_houses`, `get_evolution`, `get_news`, `daily_summary`) and the hosted HTTP endpoint.

Github Page

https://eduair94.github.io/cambio-uruguay/

Report

https://docs.google.com/document/d/1BBDrsiT778SEIn5hqYltl-7dxQq9dSeG/edit

Installation

Inside repository folder

npm install && cd app npm install

Usage

API

npm run dev

APP Inside /app folder. It will work connected to the official api.

npm run d