MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Aiiq MCP Server

by Shea256
Developer ToolsModerate5.7MCP RegistryLocal
Free

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

5.7
Moderate5.7Moderate Risk

This is a well-structured, read-only MCP server for querying public AI model benchmarks from the AI IQ API. Authentication is not required (by design, as it calls a public API), code quality is high with proper error handling and input validation, and permissions are tightly scoped to what the server needs. No security vulnerabilities identified. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

7 files analyzed · 5 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the AI IQ API base URL (default https://www.aiiq.org).Optional

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 GitHub

From the project's GitHub README.

@aiiq/mcp

Model Context Protocol server for AI IQ — query AI model IQ, rankings, 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, cost
  • get_model — full detail for one model (incl. per-benchmark results)
  • list_rankings — available leaderboards (ids + names)
  • get_ranking — ordered models for one ranking id
  • list_benchmarks — benchmark catalog
  • get_methodology — how AI IQ is computed
  • compare_models — side-by-side detail for several models

Config

  • AIIQ_API_BASE — override the API base URL (default https://www.aiiq.org).

Development

pnpm install
pnpm test
pnpm build

License

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published July 1, 2026
Version 0.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
5
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
533
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
78
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
43
Installs
6.0
Security
5.0
Local

MCP Marketplace

Free

by mcp-marketplace · Developer Tools

Search and install MCP servers from inside your AI client.

-
Stars
25
Installs
10.0
Security
5.0
Remote