plaier-mcp-server
Version:
MCP Server for Plaier Football API - Advanced football analytics and predictions
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "plaier-mcp-server",
"version": "1.0.5",
"description": "MCP Server for Plaier Football API - Advanced football analytics and predictions",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"plaier-mcp-server": "dist/index.js"
},
"files": [
"dist/**/*.js",
"!dist/**/*.test.*",
"data/**/*.json.gz",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"start:dev": "npm run build && node test-mcp.js --interactive",
"dev": "tsc --watch",
"inspect": "node --inspect dist/index.js",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"model-context-protocol",
"football",
"soccer",
"analytics",
"predictions",
"plaier",
"api",
"sports",
"ai"
],
"author": "Ramon Llompart",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cuni0716/plaier-mcp"
},
"homepage": "https://github.com/cuni0716/plaier-mcp#readme",
"bugs": {
"url": "https://github.com/cuni0716/plaier-mcp/issues"
},
"engines": {
"node": ">=18.0.0"
}
}