ecos_key_indicators
Pack: ecos-kr · Endpoint: https://gateway.pipeworx.io/ecos-kr/mcp
Bank of Korea headline economic indicators: M1/M2 money supply, KRW/USD + KRW/JPY exchange rates, base interest rate, CPI, PPI, GDP growth, current account balance, household debt, unemployment, housing index — 101 series total in one call. Each row: indicator name, current value, cycle date, unit. Use for “what is Korea’s [exchange rate / interest rate / CPI / GDP] right now”. Updates daily.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max indicators to return (default 50, max 100). |
Example call
curl -X POST https://gateway.pipeworx.io/ecos-kr/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ecos_key_indicators","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ecos-kr": {
"url": "https://gateway.pipeworx.io/ecos-kr/mcp"
}
}
}
See Getting Started for client-specific install steps.