Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Revuo

ai.revuo/revuo

Agent-callable B2B SaaS directory: capability-structured, continuously verified listings.

Uptime
14.3%
7 probes
Response
205ms
last probe
Tools
14
callable

Tools · 14

tools.get

Get detailed information about a specific MCP tool, scoped to one product. Pass both the productSlug and the tool name — same-named tools across products are distinct. Response: { tool: { normalizedNa…

categories.list

Lists all product categories in the directory. Use category slugs to filter product searches in products.search / products.find_by_capability. Response: { categories: [{ slug, name, description }] }. …

mcp.score_server

Score an MCP server against the Revuo quality rubric. Pass either a product slug (scored from cached probe data on the product's direct-probe MCP entry; fast) OR an endpoint URL (probed live). Returns…

products.get_mcp_setup

Get MCP server setup instructions for a product. Returns available servers, their tools, connection details, and whether they support remote (hosted) access. Each server carries a machine-usable conne…

products.get

Get full details for a product by slug, including MCP integration data and agent readiness scores. Response: { product: { slug, name, tagline, description, websiteUrl, logoUrl, pricingModel, currentSc…

tools.find_for_task

Find the best MCP tools for a given task. Describe what you want to accomplish (e.g. 'manage github issues', 'send slack messages', 'query a database') and get ranked results — each result is one (pro…

directory.overview

Single 'call this first' entry-point that briefs an agent on the entire Revuo directory. Returns the taxonomy with subcategories, product counts per category, locked-vertical flags (the three vertical…

rankings.get

Get the published editorial ranking ("Best {Category}") for a category. Ordering basis: computed editorial score ONLY (verified capability coverage, evidence verification rate & freshness, agent readi…

tools.search

Search for MCP tools by capability. Each result is one (product, tool) pair — tools sharing a name across providers are NOT interchangeable, so each provider's tool is its own row with its own descrip…

tools.list_by_name

List every (product, tool) pair that shares a normalized name. A disambiguation lookup — same name across providers does NOT mean the tools are interchangeable. Ranking basis: productName. Paid tier i…

tools.changes

Detect whether a product's MCP tool schema has DRIFTED since you cached it — rug-pull / tool-poisoning detection (a server silently changing a tool's description or input schema after you approved it;…

products.search

Search for B2B SaaS products by name OR by capability. The query is first resolved against the canonical capability taxonomy (e.g. 'salesforce-integration', 'xrechnung-support', 'soc2'); on hit, produ…

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/limit pagination. All readiness scores a…

products.find_by_capability

Find B2B SaaS products that support a specific capability — an integration with a named service ('salesforce-integration'), a data format ('xrechnung-support'), an industry standard ('eclass-support')…

Similar MCP servers embedding-nearest

Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
8 tools · streamable-http
ai.sitepulsar/mcp live
SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website.
13 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
6 tools · streamable-http
ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
14 tools · streamable-http
Contabo (VPS) MCP Server live
Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server
124 tools · streamable-http
Zaira Labs Guide live
Search, compare, and look up AI-agent developer tools with Zyra readiness scores. Read-only.
5 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "revuo": {
      "url": "https://www.revuo.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}