{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "HyperWasp Reports",
    "version": "1.0.0",
    "description": "8-analyst AI stock analysis reports and market literacy skills for AI agents. Skills Academy with certifications. Pay via x402 (USDC on Base). No accounts.",
    "homepage": "https://hyperwasp.com"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://api.hyperwasp.com/api/v2/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "order_stock_report",
      "description": "Order a comprehensive 8-analyst stock analysis report for any US equity ticker. Returns HTTP 402 with x402 USDC payment requirements. After payment, report is delivered as Ed25519-signed JSON. Standard ($25, 12h) or Rush ($35.01, 1h SLA with auto-refund)."
    },
    {
      "name": "get_momentum_signal",
      "description": "Get a real-time momentum assessment for a given US equity ticker. Instant delivery. $1 USDC via x402."
    },
    {
      "name": "verify_report",
      "description": "Verify the Ed25519 signature and SHA-256 content hash of a HyperWasp report. POST the full report JSON to confirm authenticity and integrity."
    },
    {
      "name": "buy_skill",
      "description": "Purchase a market literacy skill for AI agents. Currently available: first-blood ($5 USDC). Returns Ed25519-signed, response-hardened skill content. Coming soon: narrative-archaeology, shadow-reading, fear-architecture."
    }
  ],
  "resources": [
    {
      "name": "skills_catalog",
      "description": "Browse available market literacy skills and agent certifications.",
      "uri": "https://hyperwasp.com/skills.html"
    },
    {
      "name": "sample_report",
      "description": "Sample UNH stock analysis report showing the exact JSON structure agents receive.",
      "uri": "https://hyperwasp.com/sample-report.json"
    },
    {
      "name": "openapi_spec",
      "description": "Machine-readable OpenAPI 3.0 specification for the HyperWasp Reports API.",
      "uri": "https://hyperwasp.com/openapi.json"
    },
    {
      "name": "public_keys",
      "description": "Ed25519 public keys for verifying report signatures.",
      "uri": "https://hyperwasp.com/.well-known/keys.json"
    }
  ],
  "auth": {
    "type": "x402",
    "description": "Payment via x402 protocol. USDC on Base network. No accounts or API keys needed.",
    "network": "base-mainnet",
    "asset": "USDC",
    "facilitator": "https://x402.org/facilitator"
  },
  "security": {
    "contentSigning": "Ed25519",
    "publicKeys": "https://hyperwasp.com/.well-known/keys.json",
    "antiInjection": true,
    "schemaValidation": "https://hyperwasp.com/openapi.json"
  }
}
