Skip to content
Cursor

Fundamentals MCP for Cursor

io.github.simontarara62/fundamentals-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Fundamentals MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fundamentals-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fundamentals-mcp"
      ],
      "env": {
        "FUND_ENV_FILE": "<FUND_ENV_FILE>",
        "FUND_EDGAR_USER_AGENT": "<FUND_EDGAR_USER_AGENT>",
        "FUND_FRED_API_KEY": "<FUND_FRED_API_KEY>",
        "FUND_TAVILY_API_KEY": "<FUND_TAVILY_API_KEY>",
        "FUND_EDGAR_MIN_INTERVAL": "<FUND_EDGAR_MIN_INTERVAL>",
        "FUND_FRED_MIN_INTERVAL": "<FUND_FRED_MIN_INTERVAL>",
        "FUND_TAVILY_MIN_INTERVAL": "<FUND_TAVILY_MIN_INTERVAL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Fundamentals MCP in other clients