Revettr

by AlexanderLawson17

3 stars
129 downloads
Not rated
GitHub

About

Python client SDK for Revettr counterparty risk scoring API

Details

Author
AlexanderLawson17
GitHub stars
3
Downloads
129
Categories
Developer Tools

- Scores counterparties using domain, IP, wallet, and sanctions signals
- Returns a numeric score (0–100), confidence, tier, and risk flags
- Integrates with x402 protocol for pay‑per‑call pricing ($0.01 USDC)
- Provides a safe payment wrapper that blocks transactions below a threshold
- No API keys, accounts, or contracts – just a funded wallet
- Supports Virtuals Protocol Agent Commerce Platform (ACP)

Install the Python package with pip install revettr, then instantiate a Revettr client and call client.score() with any combination of domain, IP, wallet address, or company name. The server uses HTTP with x402 payment (USDC on Base). A funded wallet private key is required only when using automatic x402 payment handling or the SafeX402Client wrapper.

Revettr

Glama MCP server

Counterparty risk scoring for agentic commerce. One API call answers: "Should this agent send money to this counterparty?"

Revettr scores counterparties by analyzing domain intelligence, IP reputation, on-chain wallet history, and sanctions lists. It's designed for AI agents transacting via x402 on Base.

Install

pip install revettr

Quick Start

```python
from revettr import Revettr

client = Revettr()

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.