ecos_series_items
ActiveTool of Ecos Kr
List the items (sub-series) within a Bank of Korea ECOS statistic table. Most stat_codes have multiple sub-items (e.g., the exchange-rate table has rows per currency: USD, JPY, EUR, ...). Pass the stat_code from ecos_search_tables; returns item_code, item_name, cycle, data_count, start/end period. Use to discover the exact item codes needed by ecos_get_series.
Parameters schema
{
"type": "object",
"required": [
"stat_code"
],
"properties": {
"limit": {
"type": "number",
"description": "Max items to return (default 30, max 100)."
},
"stat_code": {
"type": "string",
"description": "Statistic table code from ecos_search_tables (e.g., \"731Y001\" for exchange rates)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ecos Kr
https://github.com/pipeworx-io/mcp-ecos-kr
1/7 registries