← Back to Plugins
MCP Server MCP

FRED Economic Data

github By github 👁 1 views ▲ 0 votes

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "fred-economic-mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free FRED API key from https://fredaccount.stlouisfed.org/apikeys",
          "isRequired": true,
          "isSecret": true,
          "name": "FRED_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...