{ "name": "@agentic.artists/modelshortlist", "version": "0.2.4", "description": "A local BYOK MCP server that helps AI assistants shortlist models using OpenRouter catalog data and Artificial Analysis benchmarks, with optional ZDR filtering.", "type": "module", "license": "MIT", "mcpName": "io.github.AgenticArtists/modelshortlist", "bin": { "modelshortlist": "bin/modelshortlist.js" }, "files": [ "bin/", "mcp/", "lib/", "config/", "scripts/setup.js", ".env.local.example", "ATTRIBUTION.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/AgenticArtists/ModelShortlist.git" }, "homepage": "https://modelshortlist.com", "bugs": { "url": "https://github.com/AgenticArtists/ModelShortlist/issues" }, "keywords": [ "mcp", "model-context-protocol", "openrouter", "artificial-analysis", "llm", "model-selection", "model-recommendation", "zdr", "ai" ], "engines": { "node": ">=20" }, "scripts": { "setup": "node scripts/setup.js", "test": "node --test", "check": "node --check bin/modelshortlist.js && node --check lib/artificial-analysis.js && node --check lib/openrouter.js && node --check lib/match.js && node --check lib/catalog.js && node --check lib/http.js && node --check mcp/server.js && node --check scripts/setup.js && node --check scripts/build-mcpb.js", "pack:check": "npm pack --dry-run", "mcpb:build": "node scripts/build-mcpb.js", "mcp": "node mcp/server.js" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "zod": "4.5.4" } }