eurorack
E
eurorack
/find_compatible_with

Find Compatible Modules

Return modules that have a typed compatibility relationship with the given module. Both edge directions are returned and tagged via the per-match `direction` fi

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 /find_compatible_with for me.

Input

FieldTypeDescription
module_id*string
relationshipstring (clock-source-for | cv-source-for | modulator-for | audio-source-for | quantizer-for | trigger-source-for)
limitinteger default 50

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":"/find_compatible_with","input":{"module_id":"...","limit":50}}'
cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /find_compatible_with -i '{"module_id":"...","limit":50}'
mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/find_compatible_with", input: {"module_id":"...","limit":50} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.