Modules

11 modules — activate any combination. Each module exposes a set of MCP tools, integrates with relevant data sources, and can be gated per OAuth client.

Module scope on OAuth tokens

Agents can be restricted to specific modules by setting enabled_modules on their OAuth client. Tool calls for modules not in enabled_modules return 403 module_not_enabled. Example: a law firm integration that only needs document access and transaction data:

{
  "client_id": "lawfirm-closer",
  "enabled_modules": ["vdr", "transactions"],
  "scope": "read write"
}

All modules

Deal CRM
Manage your deal pipeline from sourcing to close. AI-powered pitch triage, contact tracking, and Google Calendar integration.
Key MCP tools
fundos_list_deals fundos_get_deal fundos_create_deal fundos_get_pipeline
Integrations
Google Calendar · Email inbox · VDR data rooms
Use cases
  • Automatically triage inbound pitch decks against fund thesis
  • AI-generated post-meeting summaries with follow-up actions
  • Configurable pipeline stages with per-user column views
LP CRM & Fundraising
Relationship management for investor relations. Track every LP interaction, meeting, and follow-up across the fundraising lifecycle.
Key MCP tools
fundos_list_lps fundos_get_lp fundos_create_capital_call fundos_compute_waterfall
Integrations
LP Self-Service Portal · ILPA 2025 templates · DocuSign
Use cases
  • Autopilot LP follow-up: AI drafts personalised outreach from last interaction
  • Upcoming meetings panel with AI prep from prior notes
  • Capital call scheduling with ILPA 2025 notice generation
ODD + VDR
AI-native virtual data room with operational due diligence. Every document is automatically analyzed, entities extracted, and red flags surfaced.
Key MCP tools
search_documents fundos_vdr_analyze fundos_generate_odd get_document_metadata
Integrations
DocuSign · Google Drive import · DigitalOcean Spaces
Use cases
  • Semantic search across thousands of documents with cited excerpts
  • Auto-generated ODD responses to LP DDQ questionnaires
  • Red flag detection: unusual clauses, data gaps, entity mismatches
Investor Portal
Self-service LP portal for capital calls, distributions, KYC documents, and fund performance. GPs control what each LP sees.
Key MCP tools
fundos_list_lps fundos_get_lp fundos_create_capital_call fundos_compute_waterfall
Integrations
ILPA 2025 · DocuSign · KYC providers
Use cases
  • LP access to capital calls, K-1s, and distribution notices
  • ILPA 2025-compliant capital call notice generation in one click
  • Automated reminder ladder for capital call deadlines
DSRI Risk Intelligence
Continuous covenant monitoring with automated breach detection. Daily risk scans across your entire portfolio.
Key MCP tools
fundos_list_covenants fundos_check_covenant fundos_list_risk_alerts
Integrations
Portfolio company financials · Bloomberg · Financial data feeds
Use cases
  • Daily automated covenant checks triggered by new financial filings
  • Breach simulation: stress-test covenants against adverse scenarios
  • Morning risk digest summarising all open alerts and headroom
Pricer + Pool Analytics
Institutional-grade pricing engine: IRR, MOIC, WAL, loan tape analysis, and full European waterfall distribution modelling.
Key MCP tools
fundos_run_pricer fundos_compute_waterfall fundos_compute_pnl
Integrations
Bloomberg · FactSet · Fund accounting systems
Use cases
  • Full cashflow schedule with IRR/MOIC/WAL for any private credit structure
  • European waterfall: LP/GP split with hurdle, catch-up, and carry
  • Pool-level analytics: bucket analysis, WAL sensitivity tables
Transaction Manager
Closing coordination from term sheet to fund transfer. AI extracts closing conditions and tracks completion.
Key MCP tools
fundos_list_transactions fundos_draft_transaction fundos_get_deal
Integrations
DocuSign · VDR data rooms · Deal CRM
Use cases
  • AI extracts closing conditions and assignees from term sheet text
  • Closing checklist with task assignment and automated progress tracking
  • Term sheet → data room → final close in one coordinated workflow
CIM / Report Builder
AI-powered investment memorandum generation. Section-by-section drafting with Gemini AI, VentureInsights enrichment, and Quill rich-text editing.
Key MCP tools
fundos_generate_cim fundos_list_cim_reports fundos_list_cim_templates
Integrations
VentureInsights · VDR rooms · AnswerBank
Use cases
  • Full CIM draft from uploaded pitch deck and data room in minutes
  • Per-section AI regeneration and 'Suggest edits' with accept/reject
  • Three templates: standard CIM, teaser, and one-pager
CFO Center
Fund accounting: general ledger, NAV calculation, K-1 documents, management fee computation, and waterfall distributions.
Key MCP tools
fundos_list_fund_accounts fundos_compute_pnl fundos_compute_waterfall
Integrations
QuickBooks (roadmap) · Carta · AngelList
Use cases
  • NAV calculation with full P&L by fund account and date range
  • Management fee and carry computations with full audit trail
  • Trial balance and chart of accounts with journal entry import
Syndication Engine
Co-investment management: multi-investor allocations, KYC tracking, funds-flow monitoring, and closing coordination.
Key MCP tools
fundos_list_syndications fundos_get_syndication fundos_allocate
Integrations
DocuSign · KYC providers · Deal CRM
Use cases
  • Allocation matrix with pro-rata calculations and LP-level adjustments
  • KYC status tracking with automated reminders for pending investors
  • Funds-flow monitoring from signed to funded for every LP
HF Ops
Hedge fund operations: daily trade reconciliation, settlement breaks, DTCC ITP connectivity, prime broker feeds, and regulatory filings.
Key MCP tools
hf_ops_dtcc_get_trade_status hf_ops_dtcc_list_unaffirmed hf_ops_dtcc_lookup_ssi hf_ops_dtcc_get_affirmation_scorecard
Integrations
DTCC CTM/TradeSuite · Prime brokers · Bloomberg
Use cases
  • T+0 affirmation chase: identify unaffirmed confirms with DK analysis
  • Settlement break investigation with SSI lookup and counterparty data
  • Form PF and Form ADV regulatory filing preparation

Enabling modules

Module access is controlled at the organisation level by FundOS admins. Go to FundOS → Admin → OAuth Clients to configure which modules each API client can access. Human users see only the modules enabled for their organisation.