Datavidence Financials for Claude Desktop
ai.datavidence/datavidence-financials
Normalized US-GAAP financial statements & fundamentals from SEC EDGAR, as MCP tools for LLM agents.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Datavidence Financials in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs