Zenoo

Free tool. New.

Honest AML vendor reviews. Un-gameable sources.

We triangulate GitHub, Hacker News, engineer blogs, and Reddit to give compliance buyers a second opinion on 66 AML, KYC and fraud vendors that sales teams cannot influence.

vendor_what_to_watch_for("onfido")
{ "vendor": "Onfido", "red_flags": [ "SDK documentation lags API by 2 to 3 releases", "Manual review SLA averaging 3 to 5 days on complex cases", "Pricing resets aggressively at contract renewal" ], "avoid_if": [ "You need same day document review throughput", "Your eng team cannot absorb breaking webhook changes" ], "sources": ["github.com/.../issues/412", "news.ycombinator.com/..."], "last_refreshed": "2026-04-01" }
The problem

G2 is a marketing channel, not a review site.

If you have ever bought AML or KYC software, you have stared at a G2 page trying to make a decision. You have seen the 4.4 stars. You have read the glowing five line reviews. You have walked away no more confident than when you started.

That is because you know what G2 really is. Vendors offer gift cards in exchange for reviews. The ones who refuse do not get reviewed. The ones who play along get 4.4 stars, and so does everybody else. The useful information about AML vendors lives somewhere the vendors cannot pay to influence.

The thesis

Where honest reviews actually live.

Four sources you cannot buy your way into. The Advisor reads all four, weights them above incentivised review sites, and synthesises what they say about each vendor.

GitHub Issues

Engineers file real bugs at 2am when an SDK stops returning the right webhook payload. Nobody pays them to post there.

Hacker News

Brutally honest commentary on vendor acquisitions, pricing changes, and the three year old docs that still ship broken.

Engineer blogs

Write ups from people who actually integrated the product, usually with a section titled "things we wish we had known".

Reddit

r/fintech, r/compliance, r/KYC threads where analysts compare notes on five day manual review queues and offshore support.

What it surfaces

Six things every profile gives you.

Not a feature checklist. An opinion, grounded in citations you can click through to verify.

01

Strengths

What each vendor is actually known for by the people who have shipped against them.

02

Red flags

Documentation behind the API, unresponsive support, pricing that resets aggressively at renewal.

03

Developer experience

SDK quality, webhook reliability, error handling, how the team treats open issues.

04

Best fit

Which buyer type, region, and use case each vendor has a track record of serving well.

05

Avoid if

Specific scenarios where real customers have been burned and said so in public.

06

Alternatives mentioned

Who engineers who left each vendor actually migrated to, pulled from public write ups.

Scope

66 vendors. The ones compliance buyers actually shortlist.

Across KYC, KYB, identity verification, screening, transaction monitoring, and fraud. If your shortlist is on this page, the Advisor has a profile for it.

OnfidoSumsubComplyAdvantageChainalysisAlloyEllipticFeedzaiFeaturespaceIDnowJumioVeriffTruliooFenergoDow JonesAcuantAu10tixBioCatchComplyCubeFacctumFacetec + 46 more
Install

Reach it from the LLM you already use.

One backend, seven surfaces. Pick the client you use every day. Most options take under a minute.

One click. No setup.

The fastest path. Works on desktop, iOS, Android, anywhere ChatGPT runs. Requires ChatGPT Plus, Team, or Enterprise (Custom GPTs are gated behind paid plans).

Claude.ai as a custom connector.

Works on the free plan and up. Runs in the browser, nothing to install.

  1. Go to claude.ai/settings/connectors
  2. Click Add custom connector
  3. Name: Zenoo AML Vendor Advisor
  4. URL: https://zenoo.com/mcp/vendor-intel
  5. Auth: None. Save.

The seven vendor tools appear in your tool tray automatically. Ask Claude anything about AML vendors and it will call the Advisor in the background.

Claude on iOS and Android.

Same connector flow as the web app. Settings, then Connectors, then Add custom connector, paste the URL, save. Works on the free plan. Handy when you are reading a vendor pitch deck on your phone and want a second opinion in 30 seconds.

URL to paste: https://zenoo.com/mcp/vendor-intel

Claude Desktop on macOS or Windows.

Open Claude Desktop, go to Settings, Developer, Edit Config, and add this to claude_desktop_config.json:

{
  "mcpServers": {
    "zenoo-vendor-advisor": {
      "url": "https://zenoo.com/mcp/vendor-intel",
      "transport": "http"
    }
  }
}

Save, restart Claude Desktop, and you should see zenoo-vendor-advisor in the bottom right tool tray. No auth, no API key, no install script.

Claude Code CLI.

Two commands from your terminal:

claude mcp add --transport http zenoo-vendor-advisor https://zenoo.com/mcp/vendor-intel
claude mcp list

Inside any Claude Code session you can then ask "what should we watch out for with Sumsub?" and Claude will call the Advisor mid task.

Cursor.

Cursor supports MCP natively. Open Cursor Settings, MCP, Add new MCP server, and paste:

{
  "zenoo-vendor-advisor": {
    "url": "https://zenoo.com/mcp/vendor-intel",
    "transport": "http"
  }
}

Restart Cursor. The tools appear in the composer.

Under the hood

Seven read-only tools your LLM inherits.

You do not pick a tool. You ask a question. The LLM picks the right one for you.

ToolWhat it does
vendor_list Browse all 66 vendors in the corpus, with an optional sentiment filter.
vendor_get_profile Full truth profile for a single vendor: strengths, weaknesses, red flags, developer experience, alternatives.
vendor_what_to_watch_for Red flags and "avoid if" scenarios. The fastest way to stress test a vendor pitch.
vendor_search_reviews Search the review corpus by keyword, platform, rating, or sentiment.
vendor_compare Side by side comparison of 2 to 4 vendors, weighted by authentic sources.
vendor_ask Natural language Q&A with citations back to the original GitHub issue, Hacker News thread, or engineer post.
vendor_recommend "I need X for use case Y, who should I look at?" Returns a ranked short list.
Try asking

Questions the Advisor is good at.

Ask like a buyer, not like a search engine. The tool reads like a thoughtful colleague who has integrated most of them.

"What should I watch out for with Onfido?"
"Compare Alloy and Sumsub for US KYC."
"Which transaction monitoring vendor has the best developer experience?"
"We are a UK challenger bank scaling into crypto. Which screening vendor should we look at?"
"What are the red flags for ComplyAdvantage?"
"Who do engineers who leave Jumio actually migrate to?"
FAQ

Quick answers.

Is it really free?

Yes. No signup, no email capture, no sales follow up. The Custom GPT needs a paid ChatGPT plan because Custom GPTs are gated by OpenAI, but the MCP server works on the free Claude plan and everything else is free to use.

How often is the data refreshed?

Monthly. Every profile carries a timestamp so you can see how fresh the evidence is before you trust it.

What happens if I ask about a vendor you do not cover?

The tool tells you it does not have that vendor rather than guessing. We cover 66 vendors chosen for compliance buyer relevance. If you want one added, send us a note.

How do you prevent gaming by vendors filing fake issues?

Every source gets an authenticity score based on account history, community response, and cross referencing. GitHub issues with no follow up comments count less than ones discussed by three engineers. Suspiciously positive bursts of activity get weighted down.

Can I use this via API directly?

Yes. The same corpus is exposed as a REST API at https://bobby-agent-production.up.railway.app/api/vendor-intel. Six endpoints, no auth on reads, rate limited by IP. Handy if you are building a vendor scoring tool of your own.

Dodge one bad vendor decision.

Free. No signup. No sales calls. If the Advisor helps you avoid one bad compliance vendor, it has paid for itself.

Try the Custom GPT Add to Claude Desktop

Free. No signup. No sales calls.