fred_category
ActiveTool of Fred
declared in 0.1.0
Browse economic data by category (housing, employment, money/banking, etc.). Returns subcategories and related series IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-fred-api-key",
"category_id": 0
},
{
"_apiKey": "your-fred-api-key",
"category_id": 113
}
],
"required": [
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "FRED API key"
},
"category_id": {
"type": "number",
"description": "Category ID to browse children of (default: 0 for root)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fred
https://github.com/pipeworx-io/mcp-fred
1/7 registries