io.github.leonidahqadmin-cell/agentflow
Official5 toolsAgentFlow
Wash/sybil screening + Real-Agent Index for Base wallets — real agent or fake-volume sybil?
Sybil detection and real agent verification for Base blockchain wallets.
Captured live from the server via tools/list.
screen_wallet
Wash/sybil screen for any Base wallet — real autonomous agent or fake-volume sybil? Returns a calibrated sybil_score (0-100), confidence, and the reasons. Use before an agent trusts or pays a counterparty.
Parameters (1)
- addressstringrequired
0x... Base wallet address
counterparty_risk
Counterparty risk score (0-100; LOW/MEDIUM/HIGH/UNKNOWN) for any Base wallet — wash + hub detection + automation score + known-entity labels.
Parameters (1)
- addressstringrequired
0x... Base wallet address
real_agent_index
The Real-Agent Index: what % of 'AI agent' USDC flow on Base is wash/self-dealing vs. genuine one-way payments. The honest benchmark.
No parameters.
agent_pulse
The speedometer: distinct genuine AI agents ACTIVE on Base in the live 24h / 72h window (rises AND falls), vs. the cumulative count.
No parameters.
index_stats
AgentFlow coverage stats: wallets tracked, agents labeled, hubs excluded, authorized x402 payers, transfers in the live window, last indexed block.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"agentflow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentflow.watch/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.