eurorack
E
eurorack
/reachable_pairings

Reachable Pairings for a Rack

Given 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. The set-level companion to find_comp

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

Input

FieldTypeDescription
rack*array
relationshipstring (clock-source-for | cv-source-for | modulator-for | audio-source-for | quantizer-for | trigger-source-for)
limitinteger default 25

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":"/reachable_pairings","input":{"rack":[],"limit":25}}'
cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /reachable_pairings -i '{"rack":[],"limit":25}'
mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/reachable_pairings", input: {"rack":[],"limit":25} })

Try it

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