{ "name": "@vublox/agent-tools", "version": "0.1.5", "mcpName": "io.github.Vublox/sports", "description": "MCP server that gives AI agents access to live football scores, player profiles, and match summaries from Vublox. Each result includes links to match pages and fan clips on Vublox.", "license": "MIT", "author": "Vublox", "repository": { "type": "git", "url": "https://github.com/Vublox/vublox-agent-tools" }, "main": "dist/index.js", "bin": { "vublox-agent-tools": "dist/index.js" }, "files": [ "dist/" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "sports", "football", "soccer", "live-scores", "vublox", "ai-agent", "claude", "copilot" ] }