API Tools
printmoneylab.com
Provides access to x402 service data including categories, service details, wash reports, search, and trends.
ENDPOINT 1
https://api.x402.printmoneylab.com/mcp
MCP server metadata
- Name
- x402watch
- Version
- 3.2.4
Known tools 5
x402_get_categoriesList all 33 x402 service categories with aggregate stats: services count, 24h volume, transaction count, real-volume %, and label distribution.
Inferred read-onlyx402_get_serviceGet 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.
Inferred read-onlyx402_check_washGet 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.
Inferred read-onlyx402_get_trendsGet 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).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.