{ "name": "@serpstat/llm-brand-monitor-mcp", "mcpName": "io.github.SerpstatGlobal/llm-brand-monitor", "version": "1.0.1", "description": "MCP server for LLM Brand Monitor — track how AI models mention your brand", "license": "MIT", "type": "commonjs", "main": "dist/index.js", "bin": { "llm-brand-monitor-mcp": "dist/index.js" }, "files": [ "dist/" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "prepare": "tsc", "start": "node dist/index.js", "test": "jest" }, "keywords": [ "mcp", "model-context-protocol", "llm", "brand-monitoring", "ai", "claude", "anthropic", "openai", "chatgpt" ], "repository": { "type": "git", "url": "https://github.com/SerpstatGlobal/llm-brand-monitor-mcp.git" }, "author": "Serpstat Team", "homepage": "https://llmbrandmonitor.com", "bugs": { "url": "https://github.com/SerpstatGlobal/llm-brand-monitor-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "axios": "^1.11.0" }, "devDependencies": { "@types/node": "^24.2.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.9.2" } }