MCP Directory

verIdyia/autoeq-mcp

GitHub
Other

Headphone/IEM equalization database with 8,800+ models from AutoEQ. Search by name or sound signature, get parametric EQ settings, compare headphones band-by-band, and browse Harman preference score rankings. Includes automatic sound signature classification (Neutral, Warm, Bright, Dark, V-shaped, etc.).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y autoeq-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from verIdyia/autoeq-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "autoeq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "autoeq-mcp"
      ]
    }
  }
}

Route verIdyia/autoeq-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add autoeq-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use verIdyia/autoeq-mcp directly without routing

npx -y autoeq-mcp

New to Agent-CoreX? View setup guide →

verIdyia/autoeq-mcp MCP Server — Agent-CoreX