fred-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRED_API_KEY | Yes | Your FRED API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | Search for economic data series by text query. Args: query: The search text (e.g., "gdp", "unemployment"). limit: Maximum number of results to return in preview (default: 10). offset: Number of results to skip (default: 0). file_path: Optional absolute path to save the full search results as JSON. |
| get_series_infoB | Get metadata for a specific data series. Args: series_id: The ID of the series (e.g., "GDP", "UNRATE"). |
| get_series_dataA | Get data points for a specific series. Args: series_id: The ID of the series (e.g., "GDP"). limit: Max data points to return in the markdown preview (default: 1000). offset: Data points to skip (default: 0). file_path: Optional absolute path to save the full data as JSON. If provided, the full dataset (ignoring limit/offset) is saved and response is minimized. |
| get_category_detailsB | Get details for a specific category (if supported). Args: category_id: The ID of the category (e.g., 125). |
| get_category_childrenA | Get child categories for a specific category. Args: category_id: The parent category ID. |
| get_category_seriesA | Get series in a specific category. Args: category_id: The category ID. limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON. |
| get_releasesB | Get all releases of economic data. Args: limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON. |
| get_release_seriesB | Get series in a specific release. Args: release_id: The release ID. limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON. |
| get_sourcesB | Get all sources of economic data. Args: file_path: Optional absolute path to save the sources list as JSON. |
| get_sourceB | Get details for a specific source. |
| search_related_tagsB | Get related tags for a set of tags. Args: tag_names: Semicolon separated list of tag names. limit: Max results. offset: Offset. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/fritzprix/fred-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server