-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Juan Manuel Daza edited this page Jul 21, 2026
·
2 revisions
Claim verification engine. Claim in, verdict out.
Part of the reverberage ecosystem — composable MCP-native toolkits for audio, video, and text.
Takes a claim text and produces a verdict with confidence score, summary, evidence, and sources. Uses a two-phase pipeline: search (with tools) → judge (verdict).
pip install rvrb-verify
export DASHSCOPE_API_KEY="sk-..."
rvrb-verify "The sky is blue"| Page | Description |
|---|---|
| Getting Started | Installation, provider setup, first verification |
| CLI Reference | All flags, options, and examples |
| Python API | Programmatic usage from Python code |
| Strategies | fact-check, legal, and research strategies |
| Output Formats | Text and JSON output details |
| MCP Server | Integrate with MCP-compatible agents |
| Architecture | Internal design, two-phase pipeline |
| Development | Contributing, testing, adding strategies |
| FAQ | Common questions and troubleshooting |
| Strategy | Description | Tools |
|---|---|---|
fact-check |
General claim verification | Web search, news search |
legal |
Legal analysis | Statute search, case law search |
research |
Academic validation | Paper search, arXiv search |
Apache-2.0 — same as the reverberage ecosystem.
rvrb-verify — Part of the reverberage ecosystem.
Composable MCP-native toolkits for audio, video, and text.
- rvrb-transcriber — Audio/video transcription
- rvrb-verify — Claim verification
- rvrb-transform — Text transformation
- rvrb-hear — Audio comprehension
- rvrb-see — Image understanding
License: Apache-2.0