← Back to browse

Fundamentals MCP

Indexed by io.github.SimonTarara62

About

Unofficial read-only MCP for fundamentals, macro & news (EDGAR + FRED + Tavily, BYO-key).

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFUND_ENV_FILE FUND_EDGAR_USER_AGENT FUND_FRED_API_KEY FUND_TAVILY_API_KEY FUND_EDGAR_MIN_INTERVAL FUND_FRED_MIN_INTERVAL FUND_TAVILY_MIN_INTERVAL
Claude Code
claude mcp add --env FUND_ENV_FILE= --env FUND_EDGAR_USER_AGENT= --env FUND_FRED_API_KEY= --env FUND_TAVILY_API_KEY= --env FUND_EDGAR_MIN_INTERVAL= --env FUND_FRED_MIN_INTERVAL= --env FUND_TAVILY_MIN_INTERVAL= fundamentals-mcp -- uvx fundamentals-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"fundamentals-mcp","command":"uvx","args":["fundamentals-mcp"],"env":{"FUND_ENV_FILE":"","FUND_EDGAR_USER_AGENT":"","FUND_FRED_API_KEY":"","FUND_TAVILY_API_KEY":"","FUND_EDGAR_MIN_INTERVAL":"","FUND_FRED_MIN_INTERVAL":"","FUND_TAVILY_MIN_INTERVAL":""}}'
JSON
{
  "mcpServers": {
    "fundamentals-mcp": {
      "command": "uvx",
      "args": [
        "fundamentals-mcp"
      ],
      "env": {
        "FUND_ENV_FILE": "",
        "FUND_EDGAR_USER_AGENT": "",
        "FUND_FRED_API_KEY": "",
        "FUND_TAVILY_API_KEY": "",
        "FUND_EDGAR_MIN_INTERVAL": "",
        "FUND_FRED_MIN_INTERVAL": "",
        "FUND_TAVILY_MIN_INTERVAL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.