Developers
Cambio Uruguay is open source. Here's everything you need to build on our data: the code on GitHub, the public API with its OpenAPI reference, the MCP server, and how to run the project locally.
All of the site and API code is published on GitHub. Fork it, open issues, or send a pull request.
REST, free, no authentication. Base URL and an OpenAPI 3.1 document ready to import into Postman, Insomnia or code generators.
Clone the repo and spin up the API and the app in minutes.
git clone https://github.com/eduair94/cambio-uruguay.git
cd cambio-uruguay
npm install && cd app && npm install
npm run devMCP server
Use the rates from Claude, Cursor and other AI assistants. Paste this config into your MCP client.
Use Claude, Cursor or another AI assistant? Our free, open-source MCP server gives them live access to the exchange market: rates, best house, conversions, history and news. Add it via the hosted URL or run it with npx.
API reference
Browse every endpoint, parameter and response — and try them right here.
Loading…