Back to Korean Public Data Agent

Card snapshot

publicdata-agent.songt50.us · 2026-05-18 15:49:09 UTC · d0c67afc53043bf2610b7deb08796a0bbde3ad91ea644545a70c3912b2bc7945

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "capabilities": {
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "description": "Access Korean government open data: weather forecasts, air quality (PM2.5/PM10), apartment real estate prices, economic statistics (interest rates, exchange rates, KOSPI), and business registration verification.",
  "name": "Korean Public Data Agent",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "sapjilcoding",
    "url": "https://publicdata-agent.songt50.us"
  },
  "skills": [
    {
      "description": "Get weather forecast for Korean cities: Seoul, Busan, Daegu, Incheon, Jeju, etc.",
      "examples": [
        "Seoul weather",
        "Busan forecast tomorrow"
      ],
      "id": "weather",
      "inputModes": [
        "text/plain"
      ],
      "name": "Korea Weather Forecast",
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "weather",
        "forecast",
        "korea",
        "temperature"
      ]
    },
    {
      "description": "Real-time air quality: PM2.5, PM10, ozone levels for Korean cities",
      "examples": [
        "Seoul air quality",
        "PM2.5 Busan"
      ],
      "id": "air_quality",
      "inputModes": [
        "text/plain"
      ],
      "name": "Korea Air Quality",
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "air",
        "quality",
        "pm25",
        "pollution",
        "korea"
      ]
    },
    {
      "description": "Apartment real estate transaction prices in Korean districts (Gangnam, Seocho, etc.)",
      "examples": [
        "Gangnam apartment prices",
        "Seoul real estate trades"
      ],
      "id": "real_estate",
      "inputModes": [
        "text/plain"
      ],
      "name": "Korea Apartment Prices",
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "real-estate",
        "apartment",
        "price",
        "korea",
        "property"
      ]
    },
    {
      "description": "Korean economic data: interest rates, CPI, unemployment, GDP, exports, imports, KRW/USD exchange rate, KOSPI index",
      "examples": [
        "Korea interest rate",
        "KRW USD exchange rate",
        "KOSPI today"
      ],
      "id": "economic_stats",
      "inputModes": [
        "text/plain"
      ],
      "name": "Korea Economic Statistics",
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "economy",
        "statistics",
        "interest-rate",
        "exchange-rate",
        "kospi"
      ]
    },
    {
      "description": "Verify Korean business registration numbers (active, suspended, closed status)",
      "examples": [
        "Check business 1234567890"
      ],
      "id": "business_check",
      "inputModes": [
        "text/plain"
      ],
      "name": "Business Registration Check",
      "outputModes": [
        "text/plain"
      ],
      "tags": [
        "business",
        "registration",
        "verification",
        "korea"
      ]
    }
  ],
  "url": "https://publicdata-agent.songt50.us",
  "version": "1.0.0"
}