← revuo.ai
INDIVIDUAL MCP TOOL
products.find_agent_ready
Find products with the highest agent readiness scores — products that are easiest for AI agents to integrate with.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.revuo-ai]
url = "https://www.revuo.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"revuo-ai": {
"type": "http",
"url": "https://www.revuo.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: revuo-ai
Remote MCP URL: https://www.revuo.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"revuo-ai": {
"url": "https://www.revuo.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"revuo-ai": {
"type": "http",
"url": "https://www.revuo.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "revuo-ai",
"transport": "streamable-http",
"url": "https://www.revuo.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tools.get— Get detailed information about a specific MCP tool, scoped to one product.categories.list— Lists all product categories in the directory.mcp.score_server— Score an MCP server against the Revuo quality rubric.products.get_mcp_setup— Get MCP server setup instructions for a product.products.get— Get full details for a product by slug, including MCP integration data and agent readiness scores.tools.find_for_task— Find the best MCP tools for a given task.directory.overview— Single 'call this first' entry-point that briefs an agent on the entire Revuo directory.tools.search— Search for MCP tools by capability.