@aiiq/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@aiiq/mcpshow me the top 10 AI models by IQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 projectsClaude 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"] } } }Related MCP server: Purple AI MCP Server
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 buildLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceProvides read-only access to TrustLayer's public API, enabling users to query and retrieve data about parties, documents, projects, and other TrustLayer entities through MCP-compatible tools.
- Alicense-qualityDmaintenanceEnables read-only access to SentinelOne's platform through MCP, allowing security investigations, threat hunting, and asset inventory queries via natural language.MIT
- Alicense-qualityCmaintenanceEnables AI assistants read-only access to Sprinklr data via MCP, allowing querying reports, searching cases, and calling Sprinklr API endpoints.7ISC
- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.31223MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shea256/aiiq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server