mcp-fundraise

zavora-ai/mcp-fundraise
★ 2 stars Rust Search Updated today
MCP server for startup fundraising — SAFE conversion, dilution modeling, valuation, YC search, SEC filings, investor pipeline (16 tools) for ADK-Rust Enterprise
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-fundraise": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-fundraise"
      ]
    }
  }
}