R
RepoPilot
/compare_repos
Compare two repository choices
CALL when the user is choosing between exactly two dependencies or repositories. Returns the preferred candidate for each use case, material trade-offs, confide
liveunknown~5s typical
mcprepopilot
$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-app-repopilot-repopilot /compare_repos for me.
Input
| Field | Type | Description |
|---|---|---|
| a* | string | First repo or npm package target. |
| b* | string | Second repo or npm package target. |
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-app-repopilot-repopilot","endpoint":"/compare_repos","input":{"a":"...","b":"..."}}'cli
npx cracked-ai run -p mcp-app-repopilot-repopilot -e /compare_repos -i '{"a":"...","b":"..."}'mcp
run_tool({ provider: "mcp-app-repopilot-repopilot", endpoint: "/compare_repos", input: {"a":"...","b":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.