{
  "name": "ai-model-advisor-mcp",
  "version": "2.3.0",
  "description": "An intelligent Model Context Protocol (MCP) Server that acts as an AI model advisor. Compare LLM and media pricing, features, and quality across 1,000+ models from OpenRouter, fal.ai, Together AI, Replicate, and Fireworks AI. Deeply compatible with Claude Desktop and Cursor.",
  "type": "module",
  "main": "build/server.js",
  "bin": {
    "ai-model-advisor-mcp": "build/cli.js"
  },
  "files": [
    "build",
    "!build/**/*.test.*",
    "!build/e2e.*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('build', { recursive: true, force: true })\"",
    "build": "npm run clean && tsc",
    "start": "node build/cli.js",
    "dev": "tsc --watch",
    "test": "npm run build && node --test build/server.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "mcp-server",
    "claude-desktop",
    "cursor-ai",
    "ai",
    "llm",
    "pricing-calculator",
    "cost-estimation",
    "model-selection",
    "openrouter",
    "fal",
    "together-ai",
    "replicate",
    "fireworks-ai",
    "image-generation",
    "video-generation",
    "text-to-speech",
    "speech-to-text",
    "compare",
    "advisor",
    "antigravity",
    "ai-agent",
    "tooling"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Semicolon-D/model-advisor-mcp.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.5.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.0.0"
  }
}
