E
eurorack
/get_modules
Look up modules
Batched get_module — returns `{ modules: [...], errors: [...] }` with full citation-anchored specs for up to 25 modules in one call. Prefer this over multiple
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_modules for me.
Input
| Field | Type | Description |
|---|---|---|
| module_ids* | array | |
| view | string (full | concise) | Optional: "concise" returns the id-card subset for every module in the batch and drops the |
| fields | array | Optional: top-level keys to include on every module in the batch (e.g. ["jacks","parameter |
| heading_filter | string | Optional: case-insensitive substring matched against manual_outline heading_path, applied |
| outline_offset | integer | Optional: zero-based manual_outline offset, applied to every module in the batch. |
| outline_limit | integer | Optional: max manual_outline entries per module (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_modules","input":{"module_ids":[]}}'cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /get_modules -i '{"module_ids":[]}'mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/get_modules", input: {"module_ids":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.