fundos

fundos is a skill for Claude Code, Codex from 8vdx1/fundos-mcp. It costs 121 tokens per session (2,190 once invoked), scanned B, original, MIT.

A connection to FundOS, the operations and record-keeping system for venture capital, private equity, and private credit funds.

In plain words
What is it for?
It helps retrieve information about investors, deals, capital calls, valuations, distributions, covenants, documents, and the fund data room, and supports related fund-management tasks.
Why use it?
It provides current fund records instead of relying on remembered or outdated figures, while sending changes for human approval.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It helps retrieve information about investors, deals, capital calls, valuations, distributions, covenants, documents, and the fund data room, and supports related fund-management tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8vdx1/fundos-mcp/fundos
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 8vdx1/fundos-mcp --skill fundos
Clone the repo
git clone --depth 1 https://github.com/8vdx1/fundos-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fundos

README.md
[![agentmods](https://agentmods.dev/badge/skills/8vdx1/fundos-mcp/fundos/github.svg)](https://agentmods.dev/skills/8vdx1/fundos-mcp/fundos)
Your own site
<a href="https://agentmods.dev/skills/8vdx1/fundos-mcp/fundos"><img src="https://agentmods.dev/badge/skills/8vdx1/fundos-mcp/fundos/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fundos

Your own site · 80×15
<a href="https://agentmods.dev/skills/8vdx1/fundos-mcp/fundos"><img src="https://agentmods.dev/badge/skills/8vdx1/fundos-mcp/fundos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,190 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.02190
Opus 5 $0.00060 $0.01095
Sonnet 5 $0.00024 $0.00438
Haiku 4.5 $0.00012 $0.00219

Measured 10d ago against content hash d8a17b813a5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

fundos scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

*"this happened"*. Never tell the user a capital call was issued, a covenant was

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsS -X POST "$AGENT_API_URL/v1/credentials/broker" \
integrations/qm/skills/fundos/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FundOS

FundOS is the system of record for a fund manager's operations. If the user is asking about their fund — its LPs, its money, its portfolio, its documents — the answer lives here, not in your memory. Fetch it.

This skill covers access and safety. The domain skills do the actual work:

Ask Skill
Issue / calculate / draft a capital call fundos-capital-calls
Distributions, carry, hurdle, GP/LP split fundos-waterfall
NAV, DPI/RVPI/TVPI, capital accounts, fees fundos-fund-admin
Any letter or notice going to LPs fundos-lp-reporting
Portfolio company covenant compliance fundos-covenants
Data room, diligence, document gaps fundos-vdr

The safety contract — read this before any write

FundOS is a book of record for real money. Two rules, and they are not negotiable:

  1. Reads are free. Writes are proposals. Every write endpoint routes into a human approval queue inside FundOS. A 200 on a write means "a GP will see this", not "this happened". Never tell the user a capital call was issued, a covenant was recorded, or a notice was sent. Say it was drafted for approval, and say where.
  2. Never send anything to an LP. You draft; a human sends. This applies to capital call notices, distribution notices, quarterly letters, and write-down disclosures.

If a task seems to require executing a trade, deleting a room or LP record, or granting someone access — stop and hand it back to the user. Those are human-only in FundOS and the API will refuse them.

How to call FundOS

Base URL: https://fundos.vantedgeai.com/api/v1

FundOS is reached through one shared org credential, so you never hold the key. Your system prompt lists it under "Shared org credentials available to you" with the slug (normally fundos) and host fundos.vantedgeai.com. If that entry is absent, you have no FundOS access — say so and stop. Do not ask the user to paste an API key.

Define this helper once per session, then use it for everything:

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 179 lines · 121 tokens per session scan B d8a17b813a5a

Subscribe to this mod's changes

fundos is a skill published in the GitHub repository 8vdx1/fundos-mcp (1 stars, last pushed 27d ago), licensed MIT. It adds 121 tokens to every session and 2,190 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (subtle steering, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.