@latam-mcp/schemas
v0.1.0
Published
Shared Zod schemas for LATAM-MCP — Peruvian public-data API. Types for SUNAT RUC lookups, BCRP exchange rates, SEACE tenders, and the common error envelope.
Downloads
169
Maintainers
Readme
@latam-mcp/schemas
Shared Zod schemas and TypeScript types for LATAM-MCP — the Peruvian public-data API for AI agents.
Install
npm install @latam-mcp/schemasUsage
import { RucResponse, FxRatesResponse, ErrorEnvelope } from "@latam-mcp/schemas";
// Parse a response from the LATAM-MCP API
const data = RucResponse.parse(await response.json());Schemas exported
RucParam,RucResponseFxRatesQuery,FxRatesResponseFxIndicatorType,FxIndicatorsQuery,FxIndicatorsResponseTenderSearchQuery,TenderSearchResponse,TenderErrorEnvelope
License
MIT
