Fund operating system for AI agents — 48 MCP tools for deals, LPs, capital calls, audit, compliance. 10,000 free credits, no card required.
概览
Kela FundOS — MCP server for fund managers
Connect Claude, Cursor, ChatGPT, or your custom agent to live fund data. 48 MCP tools spanning deal sourcing, LP relationships, due diligence, capital calls, fund accounting, K-1 generation, audit packs, compliance workflows, and (optionally) hedge-fund OMS + DTCC operations.
Why Kela
- 48 tools, MCP 2024-11-05 protocol — full coverage of the fund lifecycle
- Same price for humans and agents — 1 credit = $0.01, 6 pricing tiers
- Try-before-you-pay — packaged tasks (audit pack, ODD, CIM, K-1) charge only when the customer downloads or accepts the output
- Bring-your-own-data — read from Google Drive, SharePoint, Egnyte via MCP connectors; your docs never leave your stack
- Human approval gates — every write tool queues for GP review; no surprise capital calls
- 10,000 free credits on signup, no card required
Quick start
One-line setup for Claude Code:
claude mcp add kela https://www.kela.com/mcp
Then ask Claude:
"Find the LP with the largest commitment to Fund III who hasn't been contacted in 60 days, and draft a follow-up email."
Discovery files
- /.well-known/mcp.json — server descriptor
- /.well-known/tools.json — 48 tools + prices + 30-day trust signals
- /.well-known/agents.json — 8 built-in agents
- /llms-full.txt — full integration reference
Links
服务器配置
{
"mcpServers": {
"kela": {
"url": "https://www.kela.com/mcp",
"auth": {
"type": "bearer",
"token": "vdr_YOUR_API_KEY"
}
}
}
}