sercop-mcp
v1.0.4
Published
Model Context Protocol (MCP) server for proxying the SERCOP Open Data API of Ecuador. Provides MCP tools for public procurement data.
Maintainers
Readme
SERCOP MCP Server
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.
Installation
npm install -g sercop-mcpOr as a dependency:
npm install sercop-mcpCLI Usage
After installation, you can run the MCP server from the command line:
sercop-mcpOr manually:
node build/index.jsSetup
- Node.js 16+ and npm required.
- Run
npm installto install dependencies. - Build with
npx tscornpm run build(if script added).
Usage
- 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).
