{
  "protocolVersion": "0.3.0",
  "name": "Bit Monk Kospi Signal",
  "description": "Korea stock market-timing agent: bottom/top verdict with a -100..+100 score for KOSPI/KOSDAQ names and the KOSPI index.",
  "url": "https://stock-signal-kr.airblock2026.workers.dev/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Air Block FZ",
    "url": "https://airblockfz.com"
  },
  "documentationUrl": "https://github.com/airblock2026/bit-monk-signal-mcp",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "evaluate_symbol",
      "name": "Bottom/top verdict",
      "description": "Return a bottom/top verdict (strong_buy..strong_sell) and a -100..+100 score for one asset in Korea stocks (KOSPI/KOSDAQ, 103), with daily/weekly/monthly breakdown.",
      "tags": [
        "finance",
        "signal",
        "technical-analysis"
      ],
      "examples": [
        "Is 005930.KS at a bottom right now?",
        "005930.KS verdict"
      ]
    },
    {
      "id": "scan_bottoms",
      "name": "Scan for bottoms",
      "description": "Rank Korea stocks (KOSPI/KOSDAQ, 103) and return what is most oversold (closest to a bottom) right now.",
      "tags": [
        "finance",
        "screener",
        "signal"
      ],
      "examples": [
        "scan bottoms",
        "what is oversold right now?"
      ]
    },
    {
      "id": "scan_tops",
      "name": "Scan for tops",
      "description": "Rank Korea stocks (KOSPI/KOSDAQ, 103) and return what is most overheated (closest to a top) right now.",
      "tags": [
        "finance",
        "screener",
        "signal"
      ],
      "examples": [
        "scan tops",
        "what is overheated right now?"
      ]
    }
  ]
}