AGENTS.md@mcp agentsA
AGENTS.md@mcp is agent-read markdown (agents) from eduair94/cambio-uruguay.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# mcp/ — AGENTS
Open-source MCP server (`cambio-uruguay-mcp`, published to npm) wrapping the public cambio-uruguay rates API AND the site API (rentals, used cars, products) as 26 read-only tools in 4 toolsets, plus a Claude skill; isolated package with its own build and deploy surface.
Start with `mcp/README.md` (client configs, tool list, env table) and `mcp/DEPLOY.md` (hosted endpoint, nginx). This file = only what's beyond them.
## Layout (all under `src/`, ESM, `tsc` Node16 → `dist/`)
| file | role |
|---|---|
| `index.ts` | entrypoint (`bin`). Picks transport from `MCP_TRANSPORT`: `stdio` (default) or `http`. HTTP server exposes only `/mcp` + `/health`. |
| `server.ts` | `buildServer(api, { site, toolsets })` — registers each toolset from `src/register/` (exchange = the original 7 tools + prompt) and sends `instructions.ts`. |
| `tools.ts` | PURE handlers over the `CambioApi` seam (data in → structured data out, no MCP types, no network). Rate/retail-filter logic. |
| `api.ts` | `CambioApi` interface + `httpCambioApi(base)` live client (global `fetch`). Types: `RateRow`, `HouseInfo`, `InsightResult`. |
…Read the whole file at its exact version.
How to install
mdr add eduair94/cambio-uruguay/mcp/AGENTS.md@git:20260922.792a56dmdr add eduair94/cambio-uruguay/mcp/AGENTS.md@sha256:a254e60fe0f85beePin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_hya3qm3iqneein4k)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260922.792a56d latest | 2026-09-22 | 792a56d | 7,568 B | A | view · diff |
| git:20260921.3a9f936 | 2026-09-21 | 3a9f936 | 7,214 B | A | view · diff |
| git:20260921.40b7eba | 2026-09-21 | 40b7eba | 7,156 B | A | view · diff |
| git:20260921.f94974a | 2026-09-21 | f94974a | 6,851 B | A | view · diff |
| git:20260720.da8af73 | 2026-07-20 | da8af73 | 3,587 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (7568 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
eduair94/cambio-uruguay · 7 stars · license none · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_hya3qm3iqneein4k GET https://markdownregistry.com/api/v1/resolve?ref=eduair94/cambio-uruguay/mcp/AGENTS.md GET https://markdownregistry.com/api/v1/blob/a254e60fe0f85beead7e176b8a5948a592153f3873bb0e65d2b46a755c2da8ea
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from eduair94/cambio-uruguay
Every file in eduair94/cambio-uruguay