← Index

io.github.cyanheads/federal-reserve-mcp-server

io.github.cyanheads/federal-reserve-mcp-server·v0.2.0·Search
Quality Score
80
/100

Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "federal-reserve-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/federal-reserve-mcp-server"
      ],
      "env": {
        "FRED_API_KEY": "<fred_api_key>",
        "FRED_BASE_URL": "https://api.stlouisfed.org/fred",
        "FRED_DATASET_TTL_SECONDS": "86400",
        "FRED_DATAFRAME_DROP_ENABLED": "false",
        "MCP_LOG_LEVEL": "info",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "federal-reserve-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/federal-reserve-mcp-server"
      ],
      "env": {
        "FRED_API_KEY": "<fred_api_key>",
        "FRED_BASE_URL": "https://api.stlouisfed.org/fred",
        "FRED_DATASET_TTL_SECONDS": "86400",
        "FRED_DATAFRAME_DROP_ENABLED": "false",
        "MCP_LOG_LEVEL": "info",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cyanheads/federal-reserve-mcp-server
§02  Environment variables
FRED_API_KEY
required

FRED API key from stlouisfed.org. Required to make any API calls.

FRED_BASE_URL

Override the FRED API base URL.

FRED_DATASET_TTL_SECONDS

Sliding TTL for DataCanvas-registered observation tables (seconds).

FRED_DATAFRAME_DROP_ENABLED

Set to 'true' to expose the fedreserve_dataframe_drop tool.

MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

FRED_API_KEY
required

FRED API key from stlouisfed.org. Required to make any API calls.

FRED_BASE_URL

Override the FRED API base URL.

FRED_DATASET_TTL_SECONDS

Sliding TTL for DataCanvas-registered observation tables (seconds).

FRED_DATAFRAME_DROP_ENABLED

Set to 'true' to expose the fedreserve_dataframe_drop tool.

MCP_HTTP_HOST

The hostname for the HTTP server.

MCP_HTTP_PORT

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH

The endpoint path for the MCP server.

MCP_AUTH_MODE

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search