Odel
toolstem mcp server

toolstem mcp server

Local
@toolstem1TypeScriptMITUpdated 2mo ago

Financial intelligence MCP for AI agents — DCF, ratios, comparisons. Pre-computed signals.

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

npmtoolstem-mcp-serverv1.2.16

Run

npx -y toolstem-mcp-server

MCP client config

{
  "mcpServers": {
    "toolstem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ]
    }
  }
}