📦
Sercop
Model Context Protocol (MCP) server for proxying the SERCOP Open Data API of Ecuador. Provides MCP tools for public procurement data.
0 installs
Trust: 37 — Low
Browser
Ask AI about Sercop
Powered by Claude · Grounded in docs
I know everything about Sercop. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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-mcp
Or as a dependency:
npm install sercop-mcp
CLI Usage
After installation, you can run the MCP server from the command line:
sercop-mcp
Or manually:
node build/index.js
Setup
- 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).
