Catalog
io.github.0xthaner/reputa
OfficialEthereum wallet risk and security analysis (Reputa), with optional x402 payment.
Analyze Ethereum wallet risk and security with optional x402 payment verification.
README not available yet.
Install
Configuration
Environment variables
REPUTA_BASE_URLAPI base URL (default https://reputa.xyz). Use http://localhost:5173 for local dev.
REPUTA_PAYER_PRIVATE_KEYsecretOptional wallet private key (USDC on Polygon) to auto-pay the x402 deep scan.
claude_desktop_config.json
{
"mcpServers": {
"reputa": {
"command": "npx",
"args": [
"-y",
"reputa-mcp@1.0.0"
],
"env": {
"REPUTA_BASE_URL": "<YOUR_REPUTA_BASE_URL>",
"REPUTA_PAYER_PRIVATE_KEY": "<YOUR_REPUTA_PAYER_PRIVATE_KEY>"
}
}
}
}