← eurorackref.com

INDIVIDUAL MCP TOOL

rack_redundancy

Call this when the user asks what they can SELL, remove, downsize, or trim — "what can I sell?

eurorackref.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

eurorackref.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.eurorack-reference-mcp-server]
url = "https://eurorackref.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eurorack-reference-mcp-server": {
      "type": "http",
      "url": "https://eurorackref.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eurorack-reference-mcp-server
Remote MCP URL: https://eurorackref.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "eurorack-reference-mcp-server": {
      "url": "https://eurorackref.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eurorack-reference-mcp-server": {
      "type": "http",
      "url": "https://eurorackref.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eurorack-reference-mcp-server",
  "transport": "streamable-http",
  "url": "https://eurorackref.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_module — Return the full citation-anchored specification for one Eurorack module by id.
  • get_modules — Batched get_module — returns `{ modules: [.
  • visualize_module — Module visualization tool.
  • search_modules — Search the corpus for Eurorack modules matching a combination of filters.
  • resolve_modules — Bulk fuzzy name → id resolver.
  • search_manual — Full-text search across parsed module manuals, product pages, and firmware release notes.
  • get_manual_chunk — Read one manual chunk by id to ground your answer in the manufacturer's documentation — the drill-in partner to get_module's manual_outline.
  • find_compatible_with — Return modules that have a typed compatibility relationship with the given module.