E
eurorack
/get_module
Look up module
Return the full citation-anchored specification for one Eurorack module by id. Use this when the user names a specific module and you want its specs (HP, power
liveverifiedunknown~5s typical
mcpprobedeurorack
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-eurorackref-eurorack /get_module for me.
Input
| Field | Type | Description |
|---|---|---|
| module_id* | string | Stable module id, "<manufacturer-id>/<module-slug>" (e.g. "alm-busy-circuits/pamelas-new-w |
| view | string (full | concise) | Optional: "concise" returns the id-card subset (name, manufacturer, hp, description, capab |
| fields | array | Optional: top-level keys to include (e.g. ["jacks","parameters"]) when you only need a sli |
| heading_filter | string | Optional: case-insensitive substring matched against manual_outline heading_path. Narrows |
| outline_offset | integer | Optional: zero-based offset into the (optionally heading-filtered) manual_outline. Page pa |
| outline_limit | integer | Optional: max manual_outline entries to return this call (default 100, hard max 250). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-eurorackref-eurorack","endpoint":"/get_module","input":{"module_id":"..."}}'cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /get_module -i '{"module_id":"..."}'mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/get_module", input: {"module_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.