Odel
US Macro

US Macro

Local
@hgus107PythonMITUpdated 1w ago

US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIus-macro-mcpv0.1.2

Run

uvx us-macro-mcp

MCP client config

{
  "mcpServers": {
    "us-macro": {
      "command": "uvx",
      "args": [
        "us-macro-mcp"
      ]
    }
  }
}