← eurorackref.com
INDIVIDUAL MCP TOOL
reachable_techniques
Given a rack (the module ids the user owns), return which canonical patch techniques the rack can realize, and which it is one module away from.
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
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.