{
  "markdown": "# @aiiq/mcp\n\nModel Context Protocol server for [AI IQ](https://www.aiiq.org) — query AI model IQ,\nrankings, applied-capability domains, benchmarks, and methodology from any MCP client (Claude Code, etc.).\n\nRead-only. Talks to the public AI IQ API over HTTPS; no API key required.\n\n## Install\n\nRequires Node.js 18+. No API key needed. Works in any MCP client.\n\n**Claude Code** (one command):\n\n```bash\nclaude mcp add aiiq -- npx -y @aiiq/mcp          # add --scope user for all projects\n```\n\n**Claude Desktop** — edit `claude_desktop_config.json` (Settings → Developer → Edit Config) and add:\n\n```json\n{\n  \"mcpServers\": {\n    \"aiiq\": { \"command\": \"npx\", \"args\": [\"-y\", \"@aiiq/mcp\"] }\n  }\n}\n```\n\nThen fully quit and reopen the app. (If Node is managed by nvm/asdf, use the absolute path to `npx`\nas the `command`, since the desktop app doesn't inherit your shell PATH.)\n\n**Cursor / Windsurf / other clients** — same JSON in the client's MCP config:\n\n```json\n{ \"mcpServers\": { \"aiiq\": { \"command\": \"npx\", \"args\": [\"-y\", \"@aiiq/mcp\"] } } }\n```\n\n## Tools\n\n- `list_models` — all public models with IQ, 7 dimension scores, emotional reasoning, rank, cost\n- `get_model` — full detail for one model (incl. per-benchmark results)\n- `list_rankings` — available leaderboards with ids, names, model counts, and URLs\n- `get_ranking` — ordered models for one ranking id\n- `list_domains` — applied-capability domains and benchmark counts\n- `get_domain` — model composite IQs and benchmark leaderboards for one domain\n- `list_benchmarks` — benchmark catalog\n- `get_methodology` — how AI IQ is computed\n- `compare_models` — side-by-side detail for several models\n\n## Config\n\n- `AIIQ_API_BASE` — override the versioned API base URL (default `https://www.aiiq.org/api/v1`).\n  A custom value must be the API root that contains paths such as `/models` and `/rankings`.\n\n## Development\n\n```bash\npnpm install\npnpm test\npnpm build\n```\n\n## License\n\nMIT\n",
  "bytes": 1926,
  "sha": "a32425ae4b5042bfc49e688dd25624ae95f68af60d7c17819ce65caf25c4cb43",
  "repo_slug": "shea256/aiiq-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_shea256_aiiq_mcp_158efeb4/readme"
}