Revuo

find_agent_ready_products

Find products with the highest agent readiness scores — products that are easiest for AI agents to integrate with. Sorted by compositeScore desc; supports skip/limit pagination. All readiness scores are 0-100, higher better. Calibration: <30 = not agent-ready (default minimumScore filter), 30-49 = early/limited, 50-69 = decent, 70-89 = strong, 90+ = exceptional. Response: array of { slug, name, tagline, websiteUrl, tier (free|verified|featured), unverified (true on free only), verifiedAt (ISO; nullable), agentReadiness: { compositeScore, apiScore, protocolScore, sdkScore, integrationScore, dxScore } (each 0-100), mcp?: { hasMcpSupport, totalToolCount, serverCount } }. Note: ordering is by agent-readiness, not by tier — this is the one MCP tool where tier doesn't reorder results, since the buyer intent is technical fit, not paid placement.

Remote revuo/revuo

Other tools also called find_agent_ready_products? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "skip": {
      "type": "integer",
      "default": 0,
      "description": "Number of results to skip (for pagination). Default 0."
    },
    "limit": {
      "type": "integer",
      "default": 20,
      "description": "Maximum number of results to return per page. Caps at 50."
    },
    "minimumScore": {
      "type": "integer",
      "default": 30,
      "description": "Minimum composite agent readiness score (0-100). Higher = more agent-ready. 0 returns everything; 50 is a usable threshold."
    }
  }
}
          

Provider

Revuo →