Metadata-Version: 2.4
Name: revnuvo-trust
Version: 0.1.1
Summary: Revnuvo Trust API client: verify companies, domains and counterparties from Python or any AI agent. Entity resolution (200+ jurisdictions), UBO, sanctions screening, 0-100 fraud scoring. x402-payable ($0.10/call, USDC on Base) or API key.
Author-email: Revnuvo Technologies Ltd <Ismael@revnuvo.site>
License: MIT
Project-URL: Homepage, https://www.revnuvo.site/products/trust
Project-URL: Trust API, https://api.revnuvo.site
Keywords: trust,verification,kyb,fraud-scoring,x402,agentic-commerce,mcp,ai-agents,entity-resolution,sanctions-screening
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28

# revnuvo-trust

**Python client for the Revnuvo Trust API** — verify companies, domains and counterparties before transacting with them.

- Entity resolution across **200+ jurisdictions**
- **UBO** discovery to 25% · **sanctions / PEP screening**
- DNS-fingerprint **0–100 fraud scoring**
- Sub-200ms, Cloudflare edge · **x402-payable** ($0.10/call USDC on Base) or API key

```python
from revnuvo_trust import TrustClient

client = TrustClient()                       # x402 pay-per-call mode
# client = TrustClient(api_key="rnv_...")    # subscription / free tier

result = client.verify("example.com")
print(result)
```

CLI:

```bash
revnuvo-trust example.com
```

Direct API: `POST https://api.revnuvo.site/v1/trust/verify` — unpaid calls return an
x402 402 with full payment instructions (self-describing, agent-friendly).

Free tier (100 calls/mo): https://www.revnuvo.site · llms.txt: https://revnuvo.site/llms.txt

MIT © Revnuvo Technologies Ltd
