{
  "protocolVersion": "0.3.0",
  "name": "247 Market News Agent",
  "description": "An A2A agent that retrieves real-time financial news, market videos, analyst posts, and the risk disclaimer from 247 Market News.",
  "url": "https://247marketnews.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://247marketnews.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://247marketnews.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "247 Market News",
    "url": "https://247marketnews.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://247marketnews.com/.well-known/api-docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "market-news",
      "name": "Market news & data lookup",
      "description": "Answers requests for the latest 247 Market News articles, market videos, analyst posts, and the risk disclaimer.",
      "tags": [
        "finance",
        "news",
        "markets",
        "stocks"
      ],
      "examples": [
        "Show me the latest market news",
        "What are the recent analyst posts?",
        "Get the latest finance videos",
        "What is your risk disclaimer?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}