MCP-FRED
by cfdude
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRED_API_KEY | Yes | Your FRED API key (required). Obtain from fred.stlouisfed.org. | |
| MCPFRED_LEGACY | No | Set to '1' to use legacy STDIO transport instead of FastMCP. | 0 |
| FRED_OUTPUT_MODE | No | Output mode: auto, screen, or file. Default: auto | auto |
| FRED_STORAGE_DIR | No | Storage location for data files. Default: ./fred-data | ./fred-data |
| FRED_PROJECT_NAME | No | Default project name. Default: default | default |
| FRED_OUTPUT_FORMAT | No | Default output format: csv or json. Default: csv | csv |
| FRED_JOB_RETENTION_HOURS | No | Job retention period in hours. Default: 24 | 24 |
| FRED_OUTPUT_FILE_CHUNK_SIZE | No | Rows per CSV flush. Default: 1000 | 1000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/cfdude/mcp-fred'
If you have feedback or need assistance with the MCP directory API, please join our Discord server