
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
Model Context Protocol server for AI IQ (aiiq.org) — query model IQ, rankings, benchmarks, and methodology.
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.
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"] } } }
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 modelsAIIQ_API_BASE — override the versioned API base URL (default https://www.aiiq.org/api/v1).
A custom value must be the API root that contains paths such as /models and /rankings.pnpm install
pnpm test
pnpm build
MIT
FAQs
Model Context Protocol server for AI IQ (aiiq.org) — query model IQ, rankings, benchmarks, and methodology.
We found that @aiiq/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.