{
  "name": "ForgeMesh Labs",
  "description": "ForgeMesh Labs operates 11 x402 services and counting, with 500+ paid endpoints for AI agents: utilities, market intelligence, anomaly detection, disruption intel, travel planning, voice/TTS, image generation, notarization, and ads. Pay per call in USDC on Base via the x402 protocol \u2014 no accounts, no API keys.",
  "url": "https://forgemesh.io",
  "provider": {
    "organization": "ForgeMesh Labs",
    "url": "https://forgemesh.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://forgemesh.io/x402",
  "supportedProtocols": [
    "x402",
    "mcp",
    "http"
  ],
  "note": "ForgeMesh services are x402-paid HTTP APIs and MCP servers, not an A2A JSON-RPC endpoint. This card exists for agent discovery: start at the machine index or the paid product registry below.",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "discovery": {
    "machineIndex": "https://forgemesh.io/index.json",
    "llms": "https://forgemesh.io/llms.txt",
    "openapi": "https://forgemesh.io/.well-known/x402",
    "x402PaymentDiscovery": "https://forgemesh.io/.well-known/x402.json",
    "paidProductRegistry": {
      "catalog": "POST https://x402.forgemesh.io/fleet-products ($0.05 USDC via x402)",
      "productDetail": "POST https://x402.forgemesh.io/fleet-product-detail ($0.05 USDC via x402)",
      "freeIndex": "https://x402.forgemesh.io/llms.txt"
    }
  },
  "skills": [
    {
      "id": "utility-grid",
      "name": "x402 Utility Grid",
      "description": "400+ paid utility endpoints from $0.001: OCR, PDFs, vision, embeddings, math, conversions, geo/space data, dictionaries, chess, web extraction, and x402 ecosystem intelligence.",
      "url": "https://x402.forgemesh.io",
      "tags": [
        "x402",
        "utilities",
        "ocr",
        "embeddings",
        "data"
      ],
      "examples": [
        "use x402 Utility Grid and pay per call in USDC"
      ]
    },
    {
      "id": "market-intelligence",
      "name": "Market Intelligence (Kronos)",
      "description": "Calibrated market context, forecast ranges, risk state, decision journaling, and outcome audits.",
      "url": "https://x402.coinopai.com",
      "tags": [
        "x402",
        "market-intelligence",
        "crypto",
        "forecast"
      ],
      "examples": [
        "use Market Intelligence (Kronos) and pay per call in USDC"
      ]
    },
    {
      "id": "anomaly-detection",
      "name": "Onchain Anomaly Detection",
      "description": "Real-time mempool, whale, stablecoin-depeg, and trend anomaly signals.",
      "url": "https://anomaly.forgemesh.io",
      "tags": [
        "x402",
        "onchain",
        "anomaly",
        "signals"
      ],
      "examples": [
        "use Onchain Anomaly Detection and pay per call in USDC"
      ]
    },
    {
      "id": "disruption-intel",
      "name": "Disruption Intelligence",
      "description": "Layoff and economic-disruption signals with source-health tracking.",
      "url": "https://disruption.forgemesh.io",
      "tags": [
        "x402",
        "economics",
        "layoffs",
        "signals"
      ],
      "examples": [
        "use Disruption Intelligence and pay per call in USDC"
      ]
    },
    {
      "id": "travel",
      "name": "Travel Planning & Trip Intelligence",
      "description": "Day-trip and getaway planning, transit options, weather-aware plans, travel disruption pulse.",
      "url": "https://travel-agent.forgemesh.io",
      "tags": [
        "x402",
        "travel",
        "planning"
      ],
      "examples": [
        "use Travel Planning & Trip Intelligence and pay per call in USDC"
      ]
    },
    {
      "id": "voice",
      "name": "Voice / TTS",
      "description": "Neural text-to-speech, 20 voices, 31 languages, paid per request.",
      "url": "https://voice.forgemesh.io",
      "tags": [
        "x402",
        "tts",
        "voice"
      ],
      "examples": [
        "use Voice / TTS and pay per call in USDC"
      ]
    },
    {
      "id": "imagegen",
      "name": "Image Generation",
      "description": "Text-to-image, background removal, HD upscaling.",
      "url": "https://imagegen.coinopai.com",
      "tags": [
        "x402",
        "image-generation"
      ],
      "examples": [
        "use Image Generation and pay per call in USDC"
      ]
    },
    {
      "id": "notary",
      "name": "AI Inference Notary",
      "description": "Signed Ed25519 attestations and Merkle anchoring for AI prompt/response pairs; free verification.",
      "url": "https://notary.forgemesh.io",
      "tags": [
        "x402",
        "attestation",
        "notary",
        "ed25519"
      ],
      "examples": [
        "use AI Inference Notary and pay per call in USDC"
      ]
    }
  ],
  "iconUrl": "https://forgemesh.io/favicon.ico",
  "supportedInterfaces": [
    {
      "url": "https://x402.forgemesh.io",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain",
    "audio/wav",
    "image/png"
  ],
  "securitySchemes": {
    "x402": {
      "type": "x402",
      "description": "HTTP 402 payment challenge; pay in USDC on Base (eip155:8453) and retry with the PAYMENT-SIGNATURE header."
    }
  },
  "securityRequirements": [
    {
      "x402": []
    }
  ]
}
