mcp-max-price
Version:
MCP tool for querying Max streaming service prices by country
41 lines (40 loc) • 920 B
JSON
{
"name": "mcp-max-price",
"version": "1.0.3",
"description": "MCP tool for querying Max streaming service prices by country",
"type": "module",
"main": "src/index.js",
"bin": {
"mcp-max-price": "./bin/mcp-max-price.js"
},
"scripts": {
"start": "node bin/mcp-max-price.js",
"build": "mkdir -p dist && cp -r src/ bin/ package.json README.md dist/ && cp LICENSE dist/ 2>/dev/null || true",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"max",
"price",
"streaming",
"model-context-protocol"
],
"author": "SzeMeng76",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"https-proxy-agent": "^7.0.6",
"jsdom": "^26.1.0",
"node-fetch": "^3.3.2",
"zod": "^3.25.3"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"bin/",
"src/",
"README.md",
"LICENSE"
]
}