sercop-mcp

1.0.4 • Public • Published

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 install to install dependencies.
  • Build with npx tsc or npm 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).

References

Package Sidebar

Install

npm i sercop-mcp

Weekly Downloads

8

Version

1.0.4

License

ISC

Unpacked Size

6.77 kB

Total Files

4

Last publish

Collaborators

  • andresvillenas