R
Revuo
/mcp.score_server
mcp.score server
Score an MCP server against the Revuo quality rubric. Pass either a product slug (scored from cached probe data on the product's direct-probe MCP entry; fast) O
liveverifiedunknown~5s typical
mcpprobedrevuo
$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-ai-revuo-revuo /mcp.score_server for me.
Input
| Field | Type | Description |
|---|---|---|
| slug | string | Product slug whose direct-probe MCP server to score. Mutually exclusive with url. |
| url | string | MCP endpoint URL (HTTPS) to probe and score. Mutually exclusive with slug. |
| refresh | boolean | When passing slug, force a fresh probe instead of using cached probe data. Default false. default false |
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-ai-revuo-revuo","endpoint":"/mcp.score_server","input":{"refresh":false}}'cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /mcp.score_server -i '{"refresh":false}'mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/mcp.score_server", input: {"refresh":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.