← Back to Plugins
MCP Server MCP

io.github.ojhermann-org/ferric-fred-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...