MCP server for startup fundraising — SAFE conversion, dilution modeling, valuation, YC search, SEC filings, investor pipeline (16 tools) for ADK-Rust Enterprise
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-fundraise cargo run -- mcp-fundraise
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-fundraise": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-fundraise"
]
}
}
}