UNPKG

@rfdez/pvpc-mcp-server

Version:

Fetch the Voluntary Price for the Small Consumer (PVPC) published daily by Red Eléctrica at 8:15 p.m. This includes the hourly electricity tariffs that will apply the following day for consumers billed under the 2.0 TD tariff.

65 lines (64 loc) 1.66 kB
{ "name": "@rfdez/pvpc-mcp-server", "version": "2.1.0", "description": "Fetch the Voluntary Price for the Small Consumer (PVPC) published daily by Red Eléctrica at 8:15 p.m. This includes the hourly electricity tariffs that will apply the following day for consumers billed under the 2.0 TD tariff.", "keywords": [ "pvpc", "mcp", "server", "electricity", "price", "spain" ], "homepage": "https://github.com/rfdez/pvpc-mcp-server#readme", "bugs": { "url": "https://github.com/rfdez/pvpc-mcp-server/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rfdez/pvpc-mcp-server.git" }, "license": "MIT", "author": "Raúl Fernández <info@raulfernandez.me>", "type": "module", "main": "dist/index.js", "bin": { "pvpc-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/index.js", "build:watch": "tsc --watch --preserveWatchOutput", "clean": "rimraf dist", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "1.17.0", "date-fns": "4.1.0", "qs": "6.14.0", "zod": "3.25.76" }, "devDependencies": { "@eslint/js": "9.31.0", "@types/node": "24.1.0", "@types/qs": "6.14.0", "eslint": "9.31.0", "eslint-config-prettier": "10.1.8", "prettier": "3.6.2", "prettier-plugin-packagejson": "2.5.19", "rimraf": "6.0.1", "shx": "0.4.0", "typescript": "5.8.3", "typescript-eslint": "8.38.0" }, "engines": { "node": ">=22", "npm": ">=10.9.2" } }