{ "name": "mcp-ine-server", "version": "1.0.0", "description": "MCP Server para la API del INE (Instituto Nacional de Estadística)", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "start:sse": "node dist/server-sse.js", "dev": "tsx watch src/index.ts", "dev:sse": "tsx watch src/server-sse.ts", "clean": "rm -rf dist", "prepare": "npm run build" }, "keywords": [ "mcp", "ine", "estadistica", "spain", "api", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "express": "^4.18.2", "axios": "^1.6.5", "swagger-ui-express": "^5.0.0", "cors": "^2.8.5", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.5", "@types/swagger-ui-express": "^4.1.6", "@types/cors": "^2.8.17", "typescript": "^5.3.3", "tsx": "^4.7.0" } }