This project implements a Model Context Protocol (MCP) server in TypeScript for proxying the API at https://datosabiertos.compraspublicas.gob.ec/PLATAFORMA/datos-abiertos/api.
npm install -g sercop-mcp
Or as a dependency:
npm install sercop-mcp
After installation, you can run the MCP server from the command line:
sercop-mcp
Or manually:
node build/index.js
- Node.js 16+ and npm required.
- Run
npm install
to install dependencies. - Build with
npx tsc
ornpm run build
(if script added).
- The server exposes MCP tools that map to endpoints from the SERCOP open data API.
- To run the server:
node build/index.js
(after building).