{ "name": "@licinexusbr/mcp", "version": "0.2.2", "mcpName": "io.github.Licinexus/mcp", "description": "MCP server for Brazilian public procurement data (PNCP + Receita Federal). Maintained by Licinexus.", "type": "module", "bin": { "licinexus-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "lint": "eslint src tests", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", "test": "vitest run", "test:watch": "vitest", "smoke": "tsx scripts/smoke-test.ts", "schema:snapshot": "tsx scripts/schema-snapshot.ts", "schema:check": "tsx scripts/schema-check.ts", "readme:check": "tsx scripts/check-readme-sync.ts", "latency": "tsx scripts/measure-latency.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "licitacoes", "pncp", "govtech", "brasil", "open-data", "transparencia" ], "author": "Licinexus ", "license": "MIT", "homepage": "https://github.com/Licinexus/licinexus-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/Licinexus/licinexus-mcp.git" }, "bugs": { "url": "https://github.com/Licinexus/licinexus-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.6.0", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", "eslint": "^10.2.1", "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }