{ "name": "@lexapi/mcp", "version": "0.2.0", "mcpName": "io.github.Lex-API/lexapi-mcp", "description": "Model Context Protocol server for LexAPI — query EUR-Lex and EU case law from Claude, Cursor, and other MCP-enabled clients.", "type": "module", "main": "dist/index.js", "bin": { "lexapi-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "start:http": "node dist/http-entry.js", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "model-context-protocol", "lexapi", "eur-lex", "eu-law", "legal", "claude" ], "author": "LexAPI", "license": "MIT", "homepage": "https://lex-api.com", "repository": { "type": "git", "url": "git+https://github.com/Lex-API/lexapi-mcp.git" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.5.0" }, "overrides": { "hono": "^4.12.27", "qs": "^6.15.3", "body-parser": "^2.3.0" } }