← Back to Plugins
MCP Server MCP

FRED (economic data)

github By github 👁 1 views ▲ 0 votes

FRED economic time series + ALFRED vintages: data as originally published, before revisions.

Homepage Verified source GitHub

Install

uvx mcpwright-fred

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcpwright-fred",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your own free FRED API key (get one at fred.stlouisfed.org/docs/api/api_key_request.html). Keys are personal under the FRED API Terms of Use.",
          "isRequired": true,
          "format": "string",
          "name": "FRED_API_KEY"
        },
        {
          "description": "Descriptive User-Agent identifying your deployment. Optional.",
          "format": "string",
          "name": "FRED_MCP_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...