{ "name": "llm-advisor-mcp", "version": "0.4.5", "mcpName": "io.github.Daichi-Kudo/llm-advisor", "description": "MCP server for LLM/VLM model selection — compare 300+ models with real-time benchmarks, pricing, and personalized recommendations. No API key required.", "type": "module", "bin": { "llm-advisor-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm --dts --clean", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest watch", "smoke": "tsx scripts/smoke.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "llm", "vlm", "ai", "ai-models", "model-selection", "model-comparison", "model-recommendation", "benchmarks", "pricing", "swe-bench", "aider", "opencompass", "arena-elo", "openrouter", "claude-code" ], "homepage": "https://github.com/Daichi-Kudo/llm-advisor-mcp", "repository": { "type": "git", "url": "git+https://github.com/Daichi-Kudo/llm-advisor-mcp.git" }, "bugs": { "url": "https://github.com/Daichi-Kudo/llm-advisor-mcp/issues" }, "author": { "name": "Cognisant LLC", "url": "https://cognisant.io" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^25.9.3", "tsup": "^8.5.1", "tsx": "^4.0.0", "typescript": "^5.9.3", "vitest": "^4.1.9" } }