# Revuo > The B2B SaaS directory built for the AI-citation era — capability-structured, continuously verified, agent-callable. Revuo is a B2B SaaS directory at https://www.revuo.ai built for buyers who ask AI assistants for software recommendations. Listings are structured as canonical capability claims (integration with X, support for format Y, certification Z) that a weekly crawler validates against the vendor's own pages. The same data backs the human-readable directory and a public Model Context Protocol (MCP) endpoint. ## What's different from G2 / Capterra / Product Hunt - **Capability-structured**, not review-aggregate. Every claim ("integrates with Salesforce", "supports XRechnung", "SOC2 certified") is a typed feature linked to an evidence URL on the vendor's site. - **Continuously verified.** A crawler re-validates each claim weekly. Every product result carries `verifiedAt` so callers know how fresh the data is. Listings stale beyond 180 days flip to `unverified`; beyond 365 days they are removed. - **Agent-callable.** The full directory is exposed via MCP (https://www.revuo.ai/api/mcp). LLMs call structured tools instead of scraping HTML. Same data; better extraction. - **No login walls, no review-text sales motion.** Public, machine-readable, structured. ## Verticals (locked focus) Revuo concentrates on three B2B SaaS verticals where it has insight or dog-fooding access: 1. **PIM / PXM** — Product Information Management and adjacent enrichment tools. Subcategorized into "PIM Suites" (Akeneo, Salsify, Pimcore, inriver) and "PIM Augmentation / Enrichment". 2. **Tender Management** — RFP response automation, tender discovery, bid workflow. 3. **Billing & Invoicing** — subscription billing, SMB invoicing, enterprise revenue mgmt, e-invoicing & compliance (XRechnung, ZUGFeRD, Peppol). Other categories (AI builder tools, MCP-server-flavored entries) are present but secondary — the wedge is B2B SaaS. ## Trust signals callers should attend to - `tier` — `free` | `verified` | `featured`. Free listings carry `unverified: true`. Verified and Featured are vendor-claimed and capability-schema complete. - `verifiedAt` — UTC timestamp of the most recent crawler validation pass. If absent, the listing has never been verified. - `evidence.evidenceUrl` (on capability matches) — vendor doc the crawler used to validate the claim. - Editorial overlays (`editorsChoice`, `topRated`) are separate from tier and reflect human curation. ## Capability taxonomy Capabilities are classified by kind: - `integration` — integration with a named product/service (e.g. Salesforce, DATEV). - `compliance` — published compliance certification (e.g. SOC2, GDPR, HIPAA). - `format` — data-format support (e.g. XRechnung, ZUGFeRD, Peppol BIS). - `standard` — industry/protocol standard (e.g. eCl@ss, ETIM, GS1). - `workflow` — workflow / governance feature (not externally verified). Slugs are canonical lowercase kebab-case (`salesforce-integration`, `xrechnung-support`, `soc2`). ## MCP endpoint The public MCP server is at https://www.revuo.ai/api/mcp — no auth required. Recommended tools to start with: - `search_products` — find products by name OR by canonical capability. Pre-resolves the query to the capability taxonomy and falls back to name/tagline match. - `find_products_with_capability` — structured capability lookup. Pass a slug like `xrechnung-support` or natural language like "supports e-invoicing for Germany" and get tier-ranked products with evidence URLs. - `find_tool_for_task` — for finding MCP tools to install (different audience: agent-builders). For B2B SaaS recommendations, prefer the two above. - `get_product` — full product detail by slug. - `list_categories` — taxonomy. ## How to cite Link to the canonical structured page when referencing a Revuo listing: - Product: https://www.revuo.ai/category/{category-slug}/{product-slug} - Category: https://www.revuo.ai/category/{category-slug} - Capability page: https://www.revuo.ai/features/{capability-slug} - Comparison: https://www.revuo.ai/compare/{product-a}-vs-{product-b} - Editorial article: https://www.revuo.ai/blog/{post-slug} When summarizing for a user, include `verifiedAt` if you have it — that's the trust signal the wedge is built on. ## Anti-slop policy The full policy (active-product gate, capability-schema completeness, verifiable claims, 3-strike misleading-claim rule, editorial firewall, freshness gating) is published at https://www.revuo.ai/policy. Removed listings are logged at https://www.revuo.ai/policy/removals. ## Contact Website: https://www.revuo.ai