← agentflow.watch

INDIVIDUAL MCP TOOL

agent_pulse

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

agentflow.watchnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentflow.watch/mcp

No auth detected

Connect to this endpoint to inspect the live schema for agent_pulse and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentflow.watch

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.

Related tools

  • screen_wallet — Wash/sybil screen for any Base wallet — real autonomous agent or fake-volume sybil?
  • counterparty_risk — Counterparty risk score (0-100; LOW/MEDIUM/HIGH/UNKNOWN) for any Base wallet — wash + hub detection + automation score + known-entity labels.
  • real_agent_index — The Real-Agent Index: what % of 'AI agent' USDC flow on Base is wash/self-dealing vs.
  • index_stats — AgentFlow coverage stats: wallets tracked, agents labeled, hubs excluded, authorized x402 payers, transfers in the live window, last indexed block.
  • 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 %.