Revuo

Revuo

verified 14 jun 2026
editor's choice  ]

AI-powered software directory. Find, compare, and choose the best software with curated reviews and feature comparisons.

Pricing: Contact Us - Not available Last verified: 2026-06-14
Visit Website Verified Vendor Updated

TL;DR

Revuo is an AI-powered software directory specifically designed for the 'agent era,' indexing products and Model Context Protocol (MCP) tools. It helps developers and AI agents discover, compare, and integrate software by providing granular data on API styles, auth models, and agent-readiness. Its key differentiator is its focus on indexing specific tool capabilities (e.g., individual MCP functions) rather than just high-level software suites.

What Users Actually Pay

No user-reported pricing yet.

Our Take

Revuo occupies a unique niche as the first 'G2 for AI Agents.' While traditional directories like Capterra focus on human procurement cycles, Revuo targets the technical infrastructure required for autonomous agents to interact with the web. By indexing 2,600+ MCP tools and providing 'Agent Readiness' scores, it serves as a critical discovery layer for the emerging ecosystem of agentic workflows (like Claude Code, Cursor, and OpenHands). Its market position is that of a specialized, high-velocity alternative to legacy review platforms. It excels at surfacing technical metadata—such as whether a tool has a public OpenAPI spec or specific webhook support—that is often buried in documentation. However, because it is a relatively new entrant (appearing in late 2024/early 2025), its catalog of 180+ core products is significantly smaller than established competitors. For software vendors, Revuo offers a strategic opportunity to be 'discoverable' by agents that autonomously search for integrations. For developers, it is a time-saver for vetting tech stacks. Its current limitation is the lack of a deep library of human-verified reviews, relying instead on AI-powered synthesis and technical audits to generate its scores. Ultimately, Revuo is best suited for AI startups, B2B SaaS CTOs, and developers building with the Model Context Protocol who need to find 'agent-ready' software without manual documentation deep-dives.

Pros

  • + Specialized indexing of Model Context Protocol (MCP) servers and specific tool capabilities.
  • + Highly granular technical metadata including API styles, auth models, and integration ecosystems.
  • + Designed for autonomous agent discovery, allowing AI to 'find' integrations programmatically.
  • + Affordable access to deep AI market intelligence reports ($9 one-time Pro fee).
  • + Focuses on modern AI-native categories like AEO/GEO monitoring and AI Agent Orchestration.

Cons

  • - Young platform with a smaller database of products compared to legacy directories.
  • - Limited volume of independent, long-form human reviews from verified users.
  • - The platform itself is relatively 'invisible' in the broader B2B software market (per early community feedback).
  • - Heavy reliance on AI-synthesized data which may require manual verification for mission-critical choices.

Sentiment Analysis

+0.55Very PositiveUpdated May 9, 2026

General sentiment is cautiously optimistic but limited by the product's early stage. Developers appreciate the focus on the Model Context Protocol and the 'agent-first' philosophy, though many note the directory is still building its initial momentum and visibility.

Sentiment Over Time

By Source

hacker news / ycombinator+0.60

5 mentions

Sample quotes (1)
  • "Revuo.ai for software-reviews and feature-tracking. This one just started and is basically invisible as of now. Well, you gotta start somewhere I guess :)"
Reddit+0.50

12 mentions

Sample quotes (1)
  • "Revuo indexes MCP servers and tools so agents can discover integrations autonomously. Helpful for finding agent-ready products."

Agent Readiness

57/100

Revuo is exceptionally agent-ready by design. It doesn't just provide an API; it is built to be the discovery backend for other agents. Its 'Pro API' allows programmatic access to market intelligence, and its core value proposition is indexing software in a format that AI agents can consume. While it lacks standard no-code connectors like Zapier, it is a primary hub for the Model Context Protocol, making it a first-tier resource for developers building autonomous AI workflows.

API Surface100
Public APIRESTFree TieropenApi
Protocol Support40
MCP (9 tools)
SDK Availability0
Integration Ecosystem50
n8nWebhooksOpenClawMCP ServersClaude Desktop
Developer Experience65
Docs: goodVersioningChangelog

Last checked May 9, 2026

MCP Integrations

2 servers21 tools
revuo
revuorevuo/revuo
smitheryRemoteHigh match

Revuo is the MCP server for B2B SaaS discovery. Ask it "find a PIM with Shopify and SAP integration" or "what's the best XRechnung-capable invoicing tool" — get back structured, continuously verified product candidates with capability schemas, last-verified timestamps, and direct links to vendor docs. Useful for agents doing software shortlisting, procurement research, and competitive intelligence inside three verticals: PIM/PXM, Tender Management, and Billing & Invoicing.

9 tools
  • search_productsSearch 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, products that claim that capability are returned. Falls back to name/slug/tagline substring search. Optional category scope. Results are tier-ordered (Featured > Verified > Free). Response: { query, matchType (none|exactSlug|canonicalSlug|nlpFallback), resolvedCapabilities[], products[] }. Each product carries { tier (free|verified|featured), unverified (true only when tier=free; omitted otherwise — absence means trusted), verifiedAt (ISO timestamp of last claim crawl; absent if never crawled), currentScore (0-100), compositeScore (agent-readiness 0-100, nullable), matchedCapability (true if surfaced by capability path) }. Errors: { error: { code: 'not_found'|'bad_input', ... } }.
  • find_products_with_capabilityFind 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'), or a compliance certification ('soc2'). Accepts either a canonical capability slug or natural language; resolves to a structured capability when possible. Returns products ranked by tier (Featured > Verified > Free). Response: { capability, matchType (none|exactSlug|canonicalSlug|nlpFallback — exactSlug & canonicalSlug are deterministic; nlpFallback is heuristic), resolvedFeatures[], products[] }. Each product: { slug, name, tagline, websiteUrl, tier, unverified (true on free only), verifiedAt, evidence[] (per-claim: featureSlug, evidenceUrl, notes, source, confidence) }. Empty: { capability, matchType, message, suggestedSlugs[] } when no capability matched, or products: [] when capability matched but no products claim it yet.
  • search_toolsSearch for MCP tools by capability. Returns tools matching the query with the products that provide them and their input schemas. Response: array of { normalizedName, displayName, description, inputSchema, productCount, products[] }. Each product: { productSlug, productName, serverQualifiedName, isRemoteCapable, tier (free|verified|featured), unverified (true on free only), verifiedAt (ISO; nullable) }. Products within each tool are tier-ordered (Featured > Verified > Free).
  • list_categoriesLists all product categories in the directory. Use category slugs to filter product searches in search_products / find_products_with_capability. Response: array of { slug, name, description }. Note: this is a thin call — for a full directory briefing (subcategories, capability slugs per category, product counts), prefer the get_directory_overview entry-point once it ships (W8.2).
  • find_agent_ready_productsFind 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.
  • get_toolGet detailed information about a specific MCP tool by its normalized name, including input schema and all products that provide it. Response: { normalizedName, displayName, description, inputSchema, productCount, products[] (each: productSlug, productName, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt) }. Errors: { error: { code: 'not_found', ... } }.
  • get_product_mcp_setupGet MCP server setup instructions for a product. Returns available servers, their tools, connection details, and whether they support remote (hosted) access. Response when MCP support exists: { product: { slug, name, websiteUrl, tier, unverified, verifiedAt }, hasMcpSupport: true, totalToolCount, servers[], agentReadiness? }. Response when product exists but lacks MCP: { product: {...}, hasMcpSupport: false, message }. Errors: { error: { code: 'not_found', ... } }.
  • find_tool_for_taskFind 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 with the products that provide each tool and their input schemas. By default only shows tools available via remote (network-hosted) servers. Audience: agent builders looking for installable MCP tools — for B2B SaaS recommendations, prefer search_products or find_products_with_capability. Response: { task, matchType (none|exactSlug|canonicalSlug|nlpFallback), resolvedCapabilities[], capabilityProducts[] (B2B SaaS products that claim the same capability — empty when matchType=none), results[] (MCP-tool-level matches) }. Each result: { normalizedName, displayName, description, inputSchema, relevance (integer; +1 per term hit, +3 for full-phrase hit), productCount, products[] (each: slug, name, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt) }. Empty case: { task, matchType, message, suggestedQueries[], suggestedCapabilities[] }.
  • get_productGet full details for a product by slug, including MCP integration data and agent readiness scores. Response: { p: { slug, name, tagline, description, websiteUrl, logoUrl, pricingModel, currentScore (0-100), tier (free|verified|featured), unverified (true on free only), verifiedAt (ISO; absent if never crawled), categories[] }, mcp?: { hasMcpSupport, totalToolCount, servers[] }, agentReadiness?: { compositeScore (0-100), aiSummary } }. Errors: { error: { code: 'not_found', ... } }.
Revuo MCPrevuo:revuo
self-registeredRemoteHigh match

The MCP directory to find MCP-enabled SaaS tools, via MCP

12 tools
  • tools.getGet 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: { normalizedName, displayName, description, inputSchema, productSlug, productName, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt, position (always 1), rank (always 1.0) } }. Errors: { error: { code: 'not_found', ... } }.
  • categories.listLists 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 }] }. Note: this is a thin call. For a full directory briefing (subcategories, capability slugs per category, product counts, locked-vertical flags), prefer directory.overview as a single up-front call.
  • mcp.score_serverScore 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: { target, server, summary { coreAwarded/Max/Percent, extensionAwarded/Max/Percent, probedAt }, categories[] (ServerMetadata, CapabilityQuality, ConfigurationUX, RevuoExtensions), checks[] (every rubric check with awarded/max/passed/fixSuggestion/evidence), topFixes[] (failed checks ranked by points-at-stake), probe (probe diagnostics) }. Core score (max 100) is Smithery-comparable. Extension score (max 20) covers Revuo-specific signals (freshness, error envelope, schema stability, response time). Errors: { error: { code: 'bad_input'|'not_found', ... } }.
  • products.get_mcp_setupGet MCP server setup instructions for a product. Returns available servers, their tools, connection details, and whether they support remote (hosted) access. Response when MCP support exists: { product: { slug, name, websiteUrl, tier, unverified, verifiedAt }, hasMcpSupport: true, totalToolCount, servers[], agentReadiness? }. Response when product exists but lacks MCP: { product: {...}, hasMcpSupport: false, message }. Errors: { error: { code: 'not_found', ... } }.
  • products.getGet full details for a product by slug, including MCP integration data and agent readiness scores. Response: { product: { slug, name, tagline, description, websiteUrl, logoUrl, pricingModel, currentScore (0-100), tier (free|verified|featured), unverified (true on free only), verifiedAt (ISO; absent if never crawled), categories[] }, mcp?: { hasMcpSupport, totalToolCount, totalUseCount, servers[] }, agentReadiness?: { compositeScore (0-100), aiSummary } }. Errors: { error: { code: 'not_found', ... } }.
  • tools.find_for_taskFind 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 (product, tool) pair, since same-named tools across providers are NOT interchangeable. By default only shows tools available via remote (network-hosted) servers. Audience: agent builders looking for installable MCP tools — for B2B SaaS recommendations, prefer products.search or products.find_by_capability. Ranking basis: relevance score desc (+1 per term hit, +3 for full-phrase hit), then tier weight (Featured > Verified > Free), then productName. Every result carries { position (1-based), rank (0..1; 1.0 = top, scales linearly down by ordinal position) } so callers can merge results across tools consistently. Response: { task, matchType (none|exactSlug|canonicalSlug|nlpFallback), resolvedCapabilities[], capabilityProducts[] (B2B SaaS products that claim the same capability — empty when matchType=none), results[] (MCP-tool-level matches) }. Each result: { position, rank, normalizedName, displayName, description, inputSchema, relevance (integer; +1 per term hit, +3 for full-phrase hit), productSlug, productName, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt }. Empty case: { task, matchType, message, suggestedQueries[], suggestedCapabilities[] }.
  • directory.overviewSingle '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 verticals Revuo prioritizes), capability slugs valid per category, and the canonical capability-kind taxonomy (integration/compliance/format/standard/workflow). Use this once at the start of a session to ground every subsequent products.search / products.find_by_capability / tools.find_for_task call. Response: { directory: { name, tagline, url, policyUrl, capabilityKinds[] }, lockedVerticals[], categories[] (each with subcategories[], productCount, isLockedVertical, capabilitySlugs[]), tools: { ...tool-name hints } }.
  • tools.searchSearch 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 description and input schema. Ranking basis: tier weight (Featured > Verified > Free), then normalizedName, then productName. Every result carries { position (1-based), rank (0..1; 1.0 = top, scales linearly down by ordinal position) } so callers can merge results across tools consistently. Response: { tools: [{ position, rank, normalizedName, displayName, description, inputSchema, productSlug, productName, serverQualifiedName, isRemoteCapable, tier, unverified (true on free only), verifiedAt (ISO; nullable) }] }.
  • tools.list_by_nameList 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: tier weight (Featured > Verified > Free), then productName. Every result carries { position (1-based), rank (0..1) } so callers can merge results across tools consistently. Response: { normalizedName, total, tools[] (each: position, rank, productSlug, productName, displayName, description, inputSchema, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt) }.
  • products.searchSearch 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, products that claim that capability are returned. Falls back to name/slug/tagline substring search. Optional category scope. Ranking basis: tier weight (Featured > Verified > Free), then currentScore desc. Every result carries { position (1-based), rank (0..1; 1.0 = top, scales linearly down by ordinal position) } so callers can merge results across tools consistently. Response: { query, matchType (none|exactSlug|canonicalSlug|nlpFallback), resolvedCapabilities[], products[] }. Each product carries { position, rank, tier (free|verified|featured), unverified (true only when tier=free; omitted otherwise — absence means trusted), verifiedAt (ISO timestamp of last claim crawl; absent if never crawled), currentScore (0-100), compositeScore (agent-readiness 0-100, nullable), matchedCapability (true if surfaced by capability path) }. Errors: { error: { code: 'not_found'|'bad_input', ... } }.
  • products.find_agent_readyFind 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. Ranking basis: compositeScore desc. Tier is NOT a tiebreaker here — buyer intent is technical fit, not paid placement. Every result carries { position (1-based, within the returned page), rank (0..1; 1.0 = top of this page) } so callers can merge results across tools consistently. Response: { products: [{ position, rank, 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 } }] }.
  • products.find_by_capabilityFind 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'), or a compliance certification ('soc2'). Accepts either a canonical capability slug or natural language; resolves to a structured capability when possible. Ranking basis: tier weight (Featured > Verified > Free), then currentScore desc. Every result carries { position (1-based), rank (0..1; 1.0 = top, scales linearly down by ordinal position) } so callers can merge results across tools consistently. Response: { capability, matchType (none|exactSlug|canonicalSlug|nlpFallback — exactSlug & canonicalSlug are deterministic; nlpFallback is heuristic), resolvedFeatures[], products[] }. Each product: { position, rank, slug, name, tagline, websiteUrl, tier, unverified (true on free only), verifiedAt, evidence[] (per-claim: featureSlug, evidenceUrl, notes, source, confidence) }. Empty: { capability, matchType, message, suggestedSlugs[] } when no capability matched, or products: [] when capability matched but no products claim it yet.

Last checked Jun 15, 2026

[ features ]

Listing AI & Automation

Artificial intelligence and automation capabilities for content generation, categorization, and optimization.

AI Content Generation

AI-powered generation of product descriptions and content.

no
AI Image Enhancement

AI tools for image optimization, background removal, etc.

no
Automated Categorization

AI-powered automatic product categorization.

no
Smart Attribute Extraction

Automatic extraction of product attributes from descriptions or images.

no
AI/MT Translation

Built-in machine translation for product content.

no

Monitoring Metrics

Key performance indicators and analytics provided for brand presence.

Visibility/Share of Voice Tracking

Tracks brand mention frequency or share in AI responses.

no
Position/Ranking Tracking

Monitors brand's ranking or position in AI-generated results.

no
Sentiment/Reputation Analysis

Analyzes tone and perception of brand in AI outputs.

no
Competitor Benchmarking

Compares brand performance against competitors.

no
Source/Citation Tracking

Identifies sources cited in AI responses for the brand.

no

Developer Experience

Tools and abstractions easing agent development and iteration.

Visual Builder

No-code/low-code UI for designing agent workflows.

no
OpenAI Compatibility

OpenAI API-compatible endpoints or SDKs.

no
Open Source

Available as open-source with community contributions.

no
SDK Languages

Programming languages with official SDK support.

Pre-built UI Components

Ready-to-use, customizable UI elements for auth flows.

no
Admin Portal

Self-service admin dashboard for customers to manage users/orgs.

no
Framework Integrations

Supported frontend frameworks with dedicated guides/components.

Security, Privacy & Support

Features ensuring data protection, quality assurance, and user assistance.

Privacy Certifications

Compliance standards for data security.

none-specified  ]
Auto Data Deletion

Automatic deletion of user photos after processing.

no
Live Chat Support

Availability of real-time customer support.

no
Remake or Redo Policy

Offers free remakes for unsatisfactory results.

no

Review Quality & Trust

Features related to the quality, verification, and trustworthiness of user reviews and feedback.

Verified Reviews Only

Whether all reviews are verified through a process to ensure authenticity.

no
Review Verification Method

Method used to verify and moderate reviews.

None
Review Incentives

Offers rewards or incentives for submitting reviews.

no
Transparent Sponsorships

Clearly discloses sponsored or paid listings/promotions.

no
Average Review Depth

Typical length and detail level of reviews.

Medium pros/cons

Discovery & Comparison Tools

Tools for searching, filtering, and comparing software options.

Side-by-Side Comparisons

Supports direct side-by-side product comparisons.

yes  ]
Advanced Filters

Availability of filters like price, rating, business size.

Pricing Comparison

Side-by-side or grid-based pricing comparisons.

no
Search Functionality

Level of search capabilities.

Basic keyword
Personalized Recommendations

Tailored suggestions based on user input.

no

Platform Coverage & Scale

Scope of products, categories, and user base covered.

Number of Categories

Total categories or industries covered.

24
Number of Products Listed

Total software products or tools indexed.

182
Specializations

Key focus areas or niches.

B2B SaaS  ] AI/ML Tools  ] Developer Tools  ]
Annual Active Users

Estimated yearly users or buyers.

0

Buyer Accessibility

Ease of access, cost, and support for software buyers.

Free for Buyers

No cost for buyers to use core discovery features.

yes  ]
Personalized Advisor Support

One-on-one consultations or advisors.

no
Mobile Responsiveness

Optimized for mobile devices.

no

Reviews

0 reviews
Write a Review

No reviews yet. Be the first to review Revuo!