UNPKG

sercop-mcp

Version:

Model Context Protocol (MCP) server for proxying the SERCOP Open Data API of Ecuador. Provides MCP tools for public procurement data.

46 lines (45 loc) 1.12 kB
{ "name": "sercop-mcp", "version": "1.0.4", "description": "Model Context Protocol (MCP) server for proxying the SERCOP Open Data API of Ecuador. Provides MCP tools for public procurement data.", "keywords": [ "mcp", "sercop", "ecuador", "open data", "public procurement", "api", "model context protocol" ], "author": "Automyzer.ai <andresvillenas@automyzer.ai>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Automyzer-ai/sercop-mcp.git" }, "bugs": { "url": "https://github.com/Automyzer-ai/sercop-mcp/issues" }, "homepage": "https://github.com/Automyzer-ai/sercop-mcp#readme", "main": "build/index.js", "type": "module", "bin": { "sercop-mcp": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "start": "node ./build/index.js" }, "devDependencies": { "@types/node": "^22.15.18", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.2", "zod": "^3.24.4" }, "files": [ "build" ] }