---
name: revuo-find-mcp-tools
description: Find and compare MCP servers and tools via Revuo's MCP directory. Use when an agent builder needs the right Model Context Protocol server for a task or wants readiness scores before installing one.
license: CC0-1.0
---

# Find MCP servers and tools with Revuo

## When to use this skill

Use this skill for the agent-builder audience: finding which Model Context
Protocol servers exist for a task, whether they are reachable, and how ready
they are for agent integration. For B2B SaaS buyer recommendations use the
revuo-find-software skill instead.

## How to call

Revuo exposes a public MCP endpoint (no authentication):

```
https://www.revuo.ai/api/mcp
```

Recommended tools:

1. `tools.find_for_task` — describe the job ("scrape Reddit posts",
   "generate invoices") and get matching MCP tools with their parent servers.
2. `products.get` — full server detail: endpoint URL, probe history,
   tool inventory, health metrics under `McpIntegration.Servers`.
3. `products.find_agent_ready` — servers ranked purely by agent-readiness
   score (auth simplicity, tool schema quality, uptime).

## What to report back

- The server's endpoint URL and auth requirements.
- Probe freshness: when Revuo last verified the server responds.
- Tool count and names, so the caller can judge coverage before installing.

## Citation

Link to `https://www.revuo.ai/mcp-servers` for the browsable directory and to
the specific product page returned by `products.get`.
