{
  "name": "AgentHub",
  "url": "https://3dprintedcat.com",
  "oneLine": "Low-cost x402 utilities agents can pay for only when they need them.",
  "description": "AgentHub exposes public paid HTTP endpoints for agent safety, storage, validation, connection checks, page hosting, and website audits. Each endpoint returns a standard x402 payment challenge on Base mainnet USDC. Fixed sample demos prove response shape without doing arbitrary free work.",
  "notIncluded": "The private mcp.3dprintedcat.com service is not listed, published, or part of AgentHub.",
  "payment": {
    "protocol": "x402",
    "network": "Base mainnet",
    "asset": "USDC"
  },
  "agentDocs": {
    "catalog": "https://3dprintedcat.com/agenthub.php",
    "llms": "https://3dprintedcat.com/agenthub.php?action=llms",
    "openapi": "https://3dprintedcat.com/agenthub-openapi.php",
    "agentCard": "https://3dprintedcat.com/.well-known/agent-card.json",
    "integrationGuide": "https://3dprintedcat.com/agenthub-integrate.php",
    "cliBridge": "https://3dprintedcat.com/agenthub-cli.mjs",
    "stats": "https://3dprintedcat.com/agenthub-stats.php"
  },
  "tools": [
    {"name": "AgentGuard", "price": "$0.002 USDC", "endpoint": "https://3dprintedcat.com/agentguard-scan.php", "useCase": "Scan untrusted text for prompt-injection risk before an agent reads it or uses tools."},
    {"name": "PageHost", "price": "$0.01 USDC", "endpoint": "https://3dprintedcat.com/agenthub-pagehost.php", "useCase": "Host sanitized AI-generated HTML for 30 days with a mandatory scam-warning banner."},
    {"name": "LinkCheck", "price": "$0.002 USDC", "endpoint": "https://3dprintedcat.com/agenthub-link.php", "useCase": "Inspect a public HTTP(S) URL before an agent connects to it."},
    {"name": "MarkdownVault", "price": "$0.005 USDC", "endpoint": "https://3dprintedcat.com/agenthub-markdown.php", "useCase": "Store Markdown handoffs, notes, scratchpads, and artifacts up to 100 KB for 30 days."},
    {"name": "JSONCheck", "price": "$0.001 USDC", "endpoint": "https://3dprintedcat.com/agenthub-json.php", "useCase": "Validate and canonicalize JSON payloads up to 100 KB with a stable SHA-256 fingerprint."},
    {"name": "SiteAudit", "price": "$0.02 USDC", "endpoint": "https://3dprintedcat.com/agenthub-audit.php", "useCase": "Crawl up to 8 same-origin public pages and return SEO, accessibility, security-header, and structure findings."},
    {"name": "Preflight", "price": "$0.01 USDC", "endpoint": "https://3dprintedcat.com/agenthub-preflight.php", "useCase": "Run one safety and validity gate across untrusted text, target URL, and JSON before tool execution."}
  ],
  "tags": ["x402", "agent-tools", "agent-commerce", "prompt-injection", "website-audit", "markdown", "json", "storage", "security", "base-usdc"]
}
