Analytics
agentflow.watch
Provides analytics and risk scoring for Base blockchain wallets to distinguish genuine AI agents from sybil/fake accounts.
ENDPOINT 1
https://agentflow.watch/mcp
MCP server metadata
- Name
- agentflow
- Version
- 1.0.0
Screen Base wallets for wash/sybil behavior and read the live Real-Agent Index. Free read tools here; the pay-per-call x402 API at agentflow.watch/v1/* gives unlimited programmatic access.
Known tools 6
screen_walletWash/sybil screen for any Base wallet — real autonomous agent or fake-volume sybil?
Inferred read-onlycounterparty_riskCounterparty risk score (0-100; LOW/MEDIUM/HIGH/UNKNOWN) for any Base wallet — wash + hub detection + automation score + known-entity labels.
Inferred read-onlyreal_agent_indexThe Real-Agent Index: what % of 'AI agent' USDC flow on Base is wash/self-dealing vs.
Inferred read-onlyagent_pulseThe speedometer: distinct genuine AI agents ACTIVE on Base in the live 24h / 72h window (rises AND falls), vs.
Inferred read-onlyindex_statsAgentFlow coverage stats: wallets tracked, agents labeled, hubs excluded, authorized x402 payers, transfers in the live window, last indexed block.
Inferred read-onlyx402_rail_tapeThe Base EIP-3009 Settlement Tape: daily verifiable FLOOR on gasless x402-style USDC settlement on Base — tx count, volume, wash-suspect share (count + value), median payment, share of value >=$1, and chain coverage %.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentflow]
url = "https://agentflow.watch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentflow": {
"type": "http",
"url": "https://agentflow.watch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentflow
Remote MCP URL: https://agentflow.watch/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentflow": {
"url": "https://agentflow.watch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentflow": {
"type": "http",
"url": "https://agentflow.watch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentflow",
"transport": "streamable-http",
"url": "https://agentflow.watch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentflow.watch was fetched 2026-07-31T01:55:26.077Z and is being refreshed.
agentflow.watch is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.