{
  "name": "ForgeMesh x402 Ads",
  "description": "Install one middleware and monetize unused HTTP 402 responses with recommendations, discovery and machine-commerce analytics: network stats, intent trends, intent demand and reports, publisher registration. Paid per call in USDC on Base via x402 (HTTP 402).",
  "url": "https://ads.forgemesh.io",
  "provider": {
    "organization": "ForgeMesh Labs",
    "url": "https://forgemesh.io"
  },
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "documentationUrl": "https://ads.forgemesh.io/llms.txt",
  "supportedProtocols": [
    "x402",
    "http"
  ],
  "supportedInterfaces": [
    {
      "url": "https://ads.forgemesh.io/api/network/stats",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "discovery": {
    "x402": "https://ads.forgemesh.io/.well-known/x402.json",
    "openapi": "https://ads.forgemesh.io/openapi.json",
    "llms": "https://ads.forgemesh.io/llms.txt",
    "ard": "https://ads.forgemesh.io/.well-known/ard.json",
    "agentsTxt": "https://ads.forgemesh.io/agents.txt"
  },
  "skills": [
    {
      "id": "network-stats",
      "name": "Network stats",
      "description": "Network totals + traffic classification split ($0.005 per call, x402)",
      "url": "https://ads.forgemesh.io/api/network/stats",
      "tags": [
        "x402",
        "ads",
        "advertising",
        "agents",
        "get"
      ],
      "examples": [
        "GET https://ads.forgemesh.io/api/network/stats"
      ]
    },
    {
      "id": "intent-trends",
      "name": "Intent trends",
      "description": "Top requested endpoints/categories by autonomous agents ($0.01 per call, x402)",
      "url": "https://ads.forgemesh.io/api/intent/trends",
      "tags": [
        "x402",
        "ads",
        "advertising",
        "agents",
        "get"
      ],
      "examples": [
        "GET https://ads.forgemesh.io/api/intent/trends"
      ]
    },
    {
      "id": "intent-demand",
      "name": "Intent demand",
      "description": "Demand depth for one category ($0.02 per call, x402)",
      "url": "https://ads.forgemesh.io/api/intent/demand",
      "tags": [
        "x402",
        "ads",
        "advertising",
        "agents",
        "get"
      ],
      "examples": [
        "GET https://ads.forgemesh.io/api/intent/demand"
      ]
    },
    {
      "id": "intent-report",
      "name": "Intent report",
      "description": "Why-agents-didn't-buy funnel report for one service (free for publishers on their registered services via x-publisher-key) ($0.05 per call, x402)",
      "url": "https://ads.forgemesh.io/api/intent/report",
      "tags": [
        "x402",
        "ads",
        "advertising",
        "agents",
        "get"
      ],
      "examples": [
        "GET https://ads.forgemesh.io/api/intent/report"
      ]
    },
    {
      "id": "publishers-register",
      "name": "Publisher registration",
      "description": "Self-serve publisher registration — paying wallet becomes your identity, publisher key returned once, service id bound at registration. No emails, no forms. ($0.1 per call, x402)",
      "url": "https://ads.forgemesh.io/v1/publishers/register",
      "tags": [
        "x402",
        "ads",
        "advertising",
        "agents",
        "post"
      ],
      "examples": [
        "POST https://ads.forgemesh.io/v1/publishers/register"
      ]
    }
  ],
  "securitySchemes": {
    "x402": {
      "type": "x402",
      "description": "HTTP 402 payment challenge; pay in USDC on Base (eip155:8453) and retry with the PAYMENT-SIGNATURE header. No accounts or API keys."
    }
  },
  "securityRequirements": [
    {
      "x402": []
    }
  ],
  "note": "x402 HTTP API, not JSON-RPC A2A: paid routes answer HTTP 402 with x402 payment terms (USDC, Base). Pay the challenge and repeat the request."
}