fred-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRED_API_KEY | Yes | Your free FRED API key from https://fred.stlouisfed.org/docs/api/api_key_request.html | |
| FRED_MCP_CACHE | No | Set to '0' to disable caching (optional) | |
| FRED_MCP_USER_AGENT | No | Custom user agent string to identify your deployment (optional) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_seriesA | Find FRED series by free-text search, best matches first. |
| get_seriesA | Full metadata for one series: units, frequency, range, and notes. |
| get_observationsA | A series' values in a date window, optionally transformed/downsampled. |
| get_latestA | The most recent value of a series, plus its next scheduled release. |
| compare_seriesA | Align 2-5 series on one date axis for comparison. |
| get_release_calendarA | Upcoming data-release dates ("when is the next jobs report / CPI?"). |
| get_series_as_ofA | A series EXACTLY as it was known on a past date — before later revisions. |
| get_revision_historyA | One data point's life across revisions: earliest archived print -> today. |
| get_vintage_datesA | When a series' data was released or revised (its ALFRED vintages). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpwright/fred-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server