fundos-mcp
AI-native MCP server for fund managers — deal pipeline, LP management, covenant monitoring, VDR document intelligence, fund accounting (K-1, waterfall, audit packs), and HF ops (DTCC CTM, OMS, FIX). 47 tools.
README
fundos-mcp
MCP server for FundOS — connect Claude Code, Cursor, Codex CLI, and any AI agent to your fund operations.
What is FundOS?
FundOS is an AI-native operating system for fund managers — private equity, private credit, hedge funds, and venture capital. It replaces disconnected tools (Allvue, Juniper Square, Datasite, Salesforce) with a unified agentic platform across the full fund lifecycle.
Two ways to integrate
Option A — MCP server (full FundOS account)
Connect Claude Code, Codex CLI, or any MCP client to your live FundOS data.
Claude Code (SSE):
claude mcp add --transport sse fundos https://www.kela.com/mcp/sse
Codex CLI (Streamable HTTP):
# Step 1 — add the MCP server
codex mcp add fundos --url https://www.kela.com/mcp \
--bearer-token-env-var FUNDOS_API_KEY
# Step 2 — get a vdr_ key at https://kela.com/admin/api-keys
# Add to ~/.zshenv (not ~/.zshrc — Codex uses non-interactive shells)
export FUNDOS_API_KEY=vdr_your_key_here
# Step 3 — run (--sandbox danger-full-access is required for MCP tool calls)
codex exec --skip-git-repo-check \
--sandbox danger-full-access \
"Use the fundos MCP server to check my deals"
Codex CLI uses Bearer API key auth. Claude Code uses OAuth 2.0 PKCE — it opens a browser window on first use.
47 tools across: deal rooms, deal CRM, LP CRM, risk, pricer, CFO, OMS, syndication, HF Ops (DTCC), compliance, and more.
Option B — Stateless Document API (no FundOS account required)
Law firms, fund admins, LPs, and placement agents can generate K-1s, ODD/DDQs, and document analyses without creating a FundOS account or loading any fund data.
Get a doc_ key at https://kela.com/developers/register — email + password, key appears immediately. First 30 days free.
curl -X POST https://kela.com/api/v1/documents/k1 \
-H "Authorization: Bearer doc_your_key" \
-H "Content-Type: application/json" \
-d '{
"fund_name": "Eight Capital Fund II",
"tax_year": 2025,
"partner_name": "Aksia LP",
"lp_share_pct": 0.15,
"box_1_ordinary_income": 45000,
"box_9a_lt_gain": 105000
}'
# → { "html": "<!DOCTYPE html>...", "filename": "k1_2025_aksia_lp.html",
# "charged_usd": 5.00 }
Five endpoints — no account needed:
| Endpoint | Purpose | Price |
|---|---|---|
POST /api/v1/documents/k1 |
Schedule K-1 (Form 1065) | $5/call |
POST /api/v1/documents/odd |
ODD/DDQ completion | $25/call |
POST /api/v1/documents/analyze |
Document red-flag + entity-map | $3/call |
POST /api/v1/documents/waterfall |
European waterfall | Free |
POST /api/v1/documents/pricer |
IRR/MOIC/WAL pricer | Free |
Quick links
| 📚 Docs | docs/quickstart.md |
| 🔑 Stateless API | docs/stateless-api.md |
| 🛠 MCP Tools | docs/mcp-tools.md |
| 🔒 Auth | docs/authentication.md |
| 🐍 Python example | examples/python-client.py |
| 🖥 Cursor setup | examples/cursor-setup.md |
| 🌐 API reference | https://kela.com/api/docs |
| 💬 Support | support@kela.com |
Discovery files
https://kela.com/CLAUDE.md — canonical agent guide
https://kela.com/llms.txt — short FundOS overview for LLMs
https://kela.com/llms-full.txt — full developer + integration reference
https://kela.com/.well-known/mcp.json — MCP server discovery
https://kela.com/.well-known/oauth-authorization-server
https://kela.com/.well-known/oauth-protected-resource
Pricing (MCP / full account)
- $299/paying-seat/month includes 6,000 credits
- 1 credit = $0.01 — same for humans and agents
- Tool tiers: read_fast 1cr → ai_heavy 50cr
- Outcome fees (waived during 30-day trial): K-1 $50, ODD $150, CIM $250, audit pack $100
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。