Odel
finance mcp

finance mcp

Local
@adityasbisht1JavaScriptMITUpdated 1mo ago

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

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).

npmfinance-data-mcpv0.1.2

Run

npx -y finance-data-mcp

MCP client config

{
  "mcpServers": {
    "finance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "finance-data-mcp"
      ]
    }
  }
}