Server data from the Official MCP Registry
Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology.
About
Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology.
Security Report
This is a well-built MCP server with excellent security practices. It provides read-only access to the public AI IQ API with no authentication required, which is appropriate for its purpose. Code is clean, properly typed with TypeScript and Zod validation, and includes comprehensive tests. The minimal dependency footprint and absence of dangerous patterns make this a secure implementation. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: AIIQ_API_BASE
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-shea256-aiiq-mcp": {
"env": {
"AIIQ_API_BASE": "your-aiiq-api-base-here"
},
"args": [
"-y",
"@aiiq/mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
@aiiq/mcp
Model Context Protocol server for AI IQ — query AI model IQ, rankings, applied-capability domains, benchmarks, and methodology from any MCP client (Claude Code, etc.).
Read-only. Talks to the public AI IQ API over HTTPS; no API key required.
Install
Requires Node.js 18+. No API key needed. Works in any MCP client.
Claude Code (one command):
claude mcp add aiiq -- npx -y @aiiq/mcp # add --scope user for all projects
Claude Desktop — edit claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"aiiq": { "command": "npx", "args": ["-y", "@aiiq/mcp"] }
}
}
Then fully quit and reopen the app. (If Node is managed by nvm/asdf, use the absolute path to npx
as the command, since the desktop app doesn't inherit your shell PATH.)
Cursor / Windsurf / other clients — same JSON in the client's MCP config:
{ "mcpServers": { "aiiq": { "command": "npx", "args": ["-y", "@aiiq/mcp"] } } }
Tools
list_models— all public models with IQ, 7 dimension scores, emotional reasoning, rank, costget_model— full detail for one model (incl. per-benchmark results)list_rankings— available leaderboards with ids, names, model counts, and URLsget_ranking— ordered models for one ranking idlist_domains— applied-capability domains and benchmark countsget_domain— model composite IQs and benchmark leaderboards for one domainlist_benchmarks— benchmark catalogget_methodology— how AI IQ is computedcompare_models— side-by-side detail for several models
Config
AIIQ_API_BASE— override the versioned API base URL (defaulthttps://www.aiiq.org/api/v1). A custom value must be the API root that contains paths such as/modelsand/rankings.
Development
pnpm install
pnpm test
pnpm build
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
