R
Revuo
/rankings.get
rankings.get
Get the published editorial ranking ("Best {Category}") for a category. Ordering basis: computed editorial score ONLY (verified capability coverage, evidence ve
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 /rankings.get for me.
Input
| Field | Type | Description |
|---|---|---|
| category* | string | Category slug (e.g. 'pim-software'). Use categories.list for valid slugs. |
| limit | integer | Max ranked entries to return (caps at 50) 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-ai-revuo-revuo","endpoint":"/rankings.get","input":{"category":"...","limit":25}}'cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /rankings.get -i '{"category":"...","limit":25}'mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/rankings.get", input: {"category":"...","limit":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.