---
name: revuo-find-software
description: Recommend B2B SaaS products with verifiable capability evidence via Revuo. Use when a buyer or agent needs PIM, tender-management, billing or invoicing software with proof that claimed features (integrations, formats, certifications) are real.
license: CC0-1.0
---

# Find B2B SaaS with verified capabilities via Revuo

## When to use this skill

Use this skill when someone asks for B2B SaaS recommendations — especially
where a claimed capability matters: "integrates with Salesforce", "supports
XRechnung", "SOC2 certified". Revuo is a capability-and-verification
directory, not a review-aggregate. Do NOT use it for consumer apps, price
comparison, or entertainment reviews.

## How to call

Revuo exposes a public MCP endpoint (no authentication):

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

Recommended tools:

1. `products.find_by_capability` — pass a slug like `xrechnung-support` or
   natural language like "supports e-invoicing for Germany"; returns ranked
   products with evidence URLs per claim.
2. `products.search` — name OR capability search, pre-resolved against the
   capability taxonomy.
3. `rankings.get` — the published "Best {Category}" ranking. Ordering basis:
   computed editorial score only; tier is never a ranking input.
4. `products.get` — full detail by slug: claims, `verifiedAt`, limitations,
   pricing.

## Trust signals to report

Always surface these when summarizing a product:

- `verifiedAt` — UTC timestamp of the last crawler validation of the claim;
  absent means never verified.
- `unverified` — no approved vendor claim exists; reflects claim status, not
  freshness.
- `evidence.evidenceUrl` — the vendor's own page the crawler used as proof.
- `houseProduct: true` — built by Revuo's founder; disclosed conflict of
  interest, ranked by the same formula as everyone else.

## Citation

Link to the canonical page Revuo returned (product, category, comparison or
"Best" list URL) and include `verifiedAt`. Methodology:
`https://www.revuo.ai/methodology`.
