← printmoneylab.com

INDIVIDUAL MCP TOOL

x402_check_wash

Get the aggregate wash-report dataset: 30-day total active buyers, real-volume %, suspected_wash and self_test counts, full 8-label distribution, 14-day wash percentage time series, and five anonymized case studies (Service A through E) with pattern signals.

printmoneylab.comnone authenticationAvailability not checked

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 endpoint

printmoneylab.com

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.x402watch]
url = "https://api.x402.printmoneylab.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "x402watch": {
      "type": "http",
      "url": "https://api.x402.printmoneylab.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: x402watch
Remote MCP URL: https://api.x402.printmoneylab.com/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": {
    "x402watch": {
      "url": "https://api.x402.printmoneylab.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "x402watch": {
      "type": "http",
      "url": "https://api.x402.printmoneylab.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "x402watch",
  "transport": "streamable-http",
  "url": "https://api.x402.printmoneylab.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • x402_get_categories — List all 33 x402 service categories with aggregate stats: services count, 24h volume, transaction count, real-volume %, and label distribution.
  • x402_get_service — Get the full detail record for one x402 service: name, description, seller address, chain, price, 24h and total transaction stats, 30-day daily volume time series, buyer-label distribution, and top buyers.
  • x402_search_services — Search the index of 36k+ x402 services with filters.
  • x402_get_trends — Get the last-24-hour trends snapshot: new services count vs the previous 24h, total transaction count, total USDC volume, active buyer count, daily new-services bar (14 days), recent new services (top 10), category volume movers, and hot services with traffic surges (>= 100 24h tx and >= +50% growth).