MCP server for Federal Reserve Economic Data (FRED)
Project description
FRED MCP Server
An MCP server for the Federal Reserve Economic Data (FRED) API.
Features
- Search for economic data series.
- Retrieve data points for series.
- Explore Categories, Releases, Sources, and Tags.
- Pagination support for large datasets.
- Option to save data as JSON files.
Configuration
Set the FRED_API_KEY environment variable to your FRED API key.
Usage
Run with uvx (if published):
uvx fred-data-mcp
Installation from PyPI
Once published, you can install and run directly:
pip install fred-data-mcp
# or
uvx fred-data-mcp
Claude Desktop Configuration
To use this server with the Claude Desktop app, add the following to your claude_desktop_config.json:
Published Package (Recommended)
If you have published the package to PyPI, you can key off the package name directly:
{
"mcpServers": {
"fred": {
"command": "uvx",
"args": [
"fred-data-mcp"
],
"env": {
"FRED_API_KEY": "your_api_key_here"
}
}
}
}
Local Development
If you are running from the source code repository:
{
"mcpServers": {
"fred": {
"command": "uvx",
"args": [
"--from",
"/absolute/path/to/fred-mcp",
"fred-data-mcp"
],
"env": {
"FRED_API_KEY": "your_api_key_here"
}
}
}
}
Replace /absolute/path/to/fred-mcp with the actual path to this repository.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fred_data_mcp-0.1.0.tar.gz.
File metadata
- Download URL: fred_data_mcp-0.1.0.tar.gz
- Upload date:
- Size: 108.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ae1e876f950583e4907680ce2c8d0fe1b58833f7c767b2ab3e3e1ae0d64d855
|
|
| MD5 |
af25a5c4f7b6f872ad5e351a729f5bfc
|
|
| BLAKE2b-256 |
c568a955535ae569dcfc95757959e7b9030d5025e52edd628e3e4c38da4b5747
|
File details
Details for the file fred_data_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fred_data_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2500d630c7a6d197bcf55c2b631cd84fad6c9240145c5a71d2935ea83141a4b0
|
|
| MD5 |
cbe58cd026219894a9efe0555b5d5f7c
|
|
| BLAKE2b-256 |
5f48fa84b205a16f0c2723b85f467eef94698a564a5a1d51f9df188416465d88
|