Skip to content

Datavidence Financials for Zed

ai.datavidence/datavidence-financials

Normalized US-GAAP financial statements & fundamentals from SEC EDGAR, as MCP tools for LLM agents.

client:Zed transport:stdio runtime:pypi

Install Datavidence Financials in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "datavidence-financials": {
      "command": "uvx",
      "args": [
        "datavidence-financials"
      ],
      "env": {
        "FL_API_KEY": "<FL_API_KEY>",
        "FL_API_BASE_URL": "<FL_API_BASE_URL>",
        "FL_API_KEY_HEADER": "<FL_API_KEY_HEADER>",
        "FL_API_TIMEOUT": "<FL_API_TIMEOUT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Datavidence Financials in other clients