Content Tools
eurorackref.com
Provides access to a database of Eurorack module specifications, including search and visualization.
ENDPOINT 1
https://eurorackref.com/mcp
MCP server metadata
- Name
- eurorack-reference-mcp-server
- Version
- 0.16.0
This corpus is also served at https://mcp.drillable.com as eurorack__* tools plus cross-corpus lookup/search/verify, alongside 8 more reference corpora. The standalone eurorackref.com/mcp endpoint will eventually be deprecated in favor of that gateway; prefer it for new setups.
Known tools 17
get_moduleReturn the full citation-anchored specification for one Eurorack module by id.
Inferred read-onlysearch_modulesSearch the corpus for Eurorack modules matching a combination of filters.
Inferred read-onlysearch_manualFull-text search across parsed module manuals, product pages, and firmware release notes.
Inferred read-onlyget_manual_chunkRead one manual chunk by id to ground your answer in the manufacturer's documentation — the drill-in partner to get_module's manual_outline.
Inferred read-onlyfind_compatible_withReturn modules that have a typed compatibility relationship with the given module.
Inferred read-onlyreachable_pairingsGiven 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.
Inferred read-onlysearch_techniquesReturn canonical synthesis / patching techniques with role-keyed module realizations drawn from the corpus.
Inferred read-onlyfind_role_realizationsFor a (technique_id, role_id) pair, return modules that can fill the role, ranked by affordance match.
Inferred read-onlyreachable_techniquesGiven 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.
Inferred read-onlyrack_redundancyCall this when the user asks what they can SELL, remove, downsize, or trim — "what can I sell?
Potential side effectslookup_conceptReturn a canonical definition for a primitive Eurorack / synthesis concept and its relations to other concepts in the corpus.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eurorackref.com was fetched 2026-07-28T10:16:03.242Z and is being refreshed.
eurorackref.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.