You're viewing a demo portfolio

Join the waitlist
PRSM

get_series

Active

Tool of econdata

declared in 0.1.0

Fetch any economic time series by ID (e.g., "CPUR0000SA0" for CPI, "LNS14000000" for unemployment). Returns historical data points with dates and values.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "series_id": "CUUR0000SA0"
    },
    {
      "end_year": "2024",
      "series_id": "LNS14000000",
      "start_year": "2020"
    }
  ],
  "required": [
    "series_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Optional BLS registration key (free, raises the daily cap from ~25 to 500). The gateway supplies a platform key; pass your own only to override."
    },
    "end_year": {
      "type": "string",
      "description": "End year as 4-digit string (e.g. \"2024\"). Optional."
    },
    "series_id": {
      "type": "string",
      "description": "BLS series ID (e.g. \"CUUR0000SA0\" for CPI)"
    },
    "start_year": {
      "type": "string",
      "description": "Start year as 4-digit string (e.g. \"2020\"). Optional."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

econdata

https://github.com/pipeworx-io/mcp-econdata

1/7 registries
View full server →