Skip to main content
Glama
package.json1.23 kB
{ "name": "wotblitz-mcp", "version": "1.0.0", "description": "MCP server for World of Tanks Blitz - reads game data directly from local files", "author": "Revenant", "repository": { "type": "git", "url": "https://github.com/Revenant30102000/wotblitz-mcp.git" }, "homepage": "https://github.com/Revenant30102000/wotblitz-mcp", "type": "module", "main": "dist/index.js", "bin": { "wotblitz-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "wot", "blitz", "tanks", "world-of-tanks", "game-data" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "crc": "^4.3.2", "fast-xml-parser": "^5.0.0", "lru-cache": "^11.2.2", "lz4js": "^0.2.0", "sharp": "^0.34.5", "yaml": "^2.8.0", "zod": "^3.24.0", "zod-to-json-schema": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Revenant30102000/wotblitz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server