← Registry

Analytics

agentflow.watch

Provides analytics and risk scoring for Base blockchain wallets to distinguish genuine AI agents from sybil/fake accounts.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://agentflow.watch/mcp

No auth detected

MCP server metadata

Name
agentflow
Version
1.0.0
Capabilities
tools
Server instructions

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_wallet

Wash/sybil screen for any Base wallet — real autonomous agent or fake-volume sybil?

Inferred read-only
counterparty_risk

Counterparty risk score (0-100; LOW/MEDIUM/HIGH/UNKNOWN) for any Base wallet — wash + hub detection + automation score + known-entity labels.

Inferred read-only
real_agent_index

The Real-Agent Index: what % of 'AI agent' USDC flow on Base is wash/self-dealing vs.

Inferred read-only
agent_pulse

The speedometer: distinct genuine AI agents ACTIVE on Base in the live 24h / 72h window (rises AND falls), vs.

Inferred read-only
index_stats

AgentFlow coverage stats: wallets tracked, agents labeled, hubs excluded, authorized x402 payers, transfers in the live window, last indexed block.

Inferred read-only
x402_rail_tape

The 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 effects

CONNECT 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.

Trust status Neutral

agentflow.watch is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.