fred_series_info
ActiveTool of Fred
declared in 0.1.0
Get metadata for a series: title, units, frequency, seasonal adjustment, notes, and date range. Check this before fetching historical data.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-fred-api-key",
"series_id": "MORTGAGE30US"
}
],
"required": [
"series_id",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "FRED API key"
},
"series_id": {
"type": "string",
"description": "FRED series ID (e.g., \"MORTGAGE30US\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fred
https://github.com/pipeworx-io/mcp-fred
1/7 registries