Odel
dingdawg finance agent

dingdawg finance agent

Local
@dingdawg1JavaScriptUpdated 5mo ago

Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdingdawg-finance-agentv2.0.7

Run

npx -y dingdawg-finance-agent

MCP client config

{
  "mcpServers": {
    "dingdawg-finance-agent": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-finance-agent"
      ]
    }
  }
}