← eurorackref.com

INDIVIDUAL MCP TOOL

get_modules

Batched get_module — returns `{ modules: [.

eurorackref.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • 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.
  • reachable_pairings — Given a rack (a set of module ids the user owns), rank the modules NOT in the rack by how many rack members they pair with.