R
Revuo
/products.find_agent_ready
products.find agent ready
Find products with the highest agent readiness scores — products that are easiest for AI agents to integrate with. Sorted by compositeScore desc; supports skip/
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 /products.find_agent_ready for me.
Input
| Field | Type | Description |
|---|---|---|
| minimumScore | integer | Minimum composite agent readiness score (0-100). Higher = more agent-ready. 0 returns ever default 30 |
| skip | integer | Number of results to skip (for pagination). Default 0. default 0 |
| limit | integer | Maximum number of results to return per page. Caps at 50. default 20 |
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":"/products.find_agent_ready","input":{"minimumScore":30,"skip":0,"limit":20}}'cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /products.find_agent_ready -i '{"minimumScore":30,"skip":0,"limit":20}'mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/products.find_agent_ready", input: {"minimumScore":30,"skip":0,"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.