FRED MCP Server

search

Search for FRED data series with advanced filtering options

Input Schema

NameRequiredDescriptionDefault
excludeTagNamesNoSeries tags to exclude
filterValueNoValue of filter variable
filterVariableNoVariable to filter results by
limitNoMaximum number of results to return (default: 1000)
orderByNoOrder results by this property
searchTextYesSearch text for FRED series
sortOrderNoSort order (default: asc)
tagNamesNoSeries tags to include

Input Schema (JSON Schema)

{ "properties": { "excludeTagNames": { "description": "Series tags to exclude", "items": { "type": "string" }, "type": "array" }, "filterValue": { "description": "Value of filter variable", "type": "string" }, "filterVariable": { "description": "Variable to filter results by", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 1000)", "type": "number" }, "orderBy": { "description": "Order results by this property", "enum": [ "searchrank", "series_id", "title", "units", "frequency", "seasonal_adjustment", "realtime_start", "realtime_end", "last_updated", "observation_start", "observation_end", "popularity" ], "type": "string" }, "searchText": { "description": "Search text for FRED series", "type": "string" }, "sortOrder": { "description": "Sort order (default: asc)", "enum": [ "asc", "desc" ], "type": "string" }, "tagNames": { "description": "Series tags to include", "items": { "type": "string" }, "type": "array" } }, "required": [ "searchText" ], "type": "object" }

You must be authenticated.

Other Tools