MCP Server
MCP
io.github.ojhermann-org/ferric-fred-mcp
MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.
Install
cargo:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "ferric-fred-mcp",
"version": "0.3.11",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "FRED API key (free from the St. Louis Fed: https://fredaccount.stlouisfed.org/apikeys). Required for the server to start.",
"isRequired": true,
"isSecret": true,
"name": "FRED_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
cargo
By
Comments
Sign in to leave a comment