{
  "name": "CoinOpAI",
  "description": "CoinOpAI is ForgeMesh Labs' x402 service hub for AI agents: image generation (imagegen.coinopai.com) and Kronos market intelligence (x402.coinopai.com). Pay per call in USDC on Base via HTTP 402; no accounts, no API keys.",
  "url": "https://coinopai.com",
  "provider": {
    "organization": "ForgeMesh Labs",
    "url": "https://forgemesh.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://coinopai.com/llms.txt",
  "supportedProtocols": [
    "x402",
    "mcp",
    "http"
  ],
  "note": "CoinOpAI services are x402-paid HTTP APIs and MCP servers (coinopai-mcp on npm), not a JSON-RPC A2A endpoint. This card exists for agent discovery.",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "discovery": {
    "x402": "https://coinopai.com/.well-known/x402.json",
    "llms": "https://coinopai.com/llms.txt",
    "ard": "https://coinopai.com/.well-known/ard.json",
    "mcp": "https://www.npmjs.com/package/coinopai-mcp"
  },
  "skills": [
    {
      "id": "imagegen",
      "name": "Image Generation",
      "description": "Text-to-image, background removal, HD upscaling, paid per image.",
      "url": "https://imagegen.coinopai.com",
      "tags": [
        "x402",
        "image-generation",
        "upscaling"
      ],
      "examples": [
        "generate an image of a toll plaza at night and pay per image"
      ]
    },
    {
      "id": "kronos",
      "name": "Kronos Market Intelligence",
      "description": "Calibrated market context, forecast ranges, risk state and outcome audits.",
      "url": "https://x402.coinopai.com",
      "tags": [
        "x402",
        "market-intelligence",
        "forecast",
        "crypto"
      ],
      "examples": [
        "give me a calibrated 24h range for BTC with risk state"
      ]
    }
  ],
  "iconUrl": "https://coinopai.com/favicon.ico",
  "supportedInterfaces": [
    {
      "url": "https://x402.coinopai.com",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "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": []
    }
  ]
}
