Odel
startup finance metrics

startup finance metrics

Local
@mayanktalwar0PythonMITUpdated 4mo ago

An MCP server for analyzing startup financial health and generating metrics reports locally.

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

PyPIstartup-finance-mcpv1.1.2

Run

uvx startup-finance-mcp

MCP client config

{
  "mcpServers": {
    "startup-finance-metrics": {
      "command": "uvx",
      "args": [
        "startup-finance-mcp"
      ]
    }
  }
}