You're viewing a demo portfolio

Join the waitlist
PRSM

ecos_get_series

Active

Tool of Ecos Kr

declared in 0.1.0

Fetch a time series from Bank of Korea ECOS. Pass stat_code + cycle (A/Q/M/D) + start/end period. Date format matches the cycle: yearly = "2024", quarterly = "2024Q3", monthly = "202403", daily = "20240315". Optionally narrow to specific item_code(s) via item1/item2/item3/item4. Returns rows with stat_name, item_name, unit, time, data_value. Use after ecos_search_tables + ecos_series_items to discover codes.

Parameters schema

{
  "type": "object",
  "required": [
    "stat_code",
    "cycle",
    "start",
    "end"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End period (same format as start)."
    },
    "cycle": {
      "type": "string",
      "description": "Cycle: A (annual), Q (quarterly), M (monthly), D (daily), SM (semi-monthly)."
    },
    "item1": {
      "type": "string",
      "description": "Optional item filter (e.g., \"0000001\" for USD in the exchange-rate table)."
    },
    "item2": {
      "type": "string",
      "description": "Optional second item filter."
    },
    "item3": {
      "type": "string",
      "description": "Optional third item filter."
    },
    "item4": {
      "type": "string",
      "description": "Optional fourth item filter."
    },
    "limit": {
      "type": "number",
      "description": "Max rows to return (default 100, max 1000)."
    },
    "start": {
      "type": "string",
      "description": "Start period in cycle's native format (e.g., \"2024\" / \"2024Q1\" / \"202401\" / \"20240101\")."
    },
    "stat_code": {
      "type": "string",
      "description": "Statistic code (e.g., \"901Y009\" for CPI, \"731Y001\" for exchange rates)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ecos Kr

https://github.com/pipeworx-io/mcp-ecos-kr

1/7 registries
View full server →