
Phasefolio
com.phasefolio/phasefolio is an MCP server that models biotech rNPV/PoS with signed exports, evidence registers, and asset landscape data for agents.
About
com.phasefolio/phasefolio is a Model Context Protocol server and npm package that brings biotech-style risk-adjusted net present value (rNPV), probability of success (PoS), signed exports, an evidence register, and asset landscape context into AI agent workflows. developers are rarely the core audience—this targets founders, analysts, and agent developers in life sciences who otherwise juggle spreadsheets and opaque models. During validation you can sanity-check asset narratives and deal thresholds; during build you wire the MCP remote or @phasefolio/mcp stdio transport into internal tools; during operate you iterate models as new trial readouts land. Public tooling works without a token; org-scoped capabilities need PHASEFOLIO_TOKEN or an Authorization Bearer pft_ header. The surface is finance-grade, not a generic calculator MCP—expect domain vocabulary and structured outputs meant for diligence memos rather than consumer apps.
- Biotech rNPV/PoS engine with signed exports and evidence register
- Asset landscape views for pipeline and competitive context
- Streamable-HTTP remote at app.phasefolio.com/api/mcp (v0.1.4)
- npm stdio package @phasefolio/mcp with PHASEFOLIO_TOKEN for org-scoped tools
- 3 public tools work without auth; bearer pft_ token unlocks org-scoped tools
Phasefolio by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env PHASEFOLIO_TOKEN=YOUR_PHASEFOLIO_TOKEN phasefolio -- npx -y @phasefolio/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @phasefolio/mcp |
|---|---|
| Transport | STDIO, HTTP |
| Auth | Required |
What it does
Run biotech risk-adjusted NPV and probability-of-success models from your agent with signed exports and an evidence register.
Who is it for?
Best when you're automating diligence and need Phasefolio’s rNPV/PoS MCP with optional org auth.
Skip if: Consumer SaaS pricing pages, e-commerce A/B tests, or developers with no life-sciences valuation workflow.
What you get
Your agent can produce signed, evidence-backed valuation outputs and landscape context so go/no-go and partnering conversations start from the same quantitative baseline.
- rNPV/PoS scenario outputs from agent-invoked tools
- Signed export artifacts suitable for audit trails
- Evidence register entries and asset landscape snapshots tied to models
By the numbers
- Package and server version 0.1.4
- 3 public MCP tools without authentication
- Dual transport: streamable-HTTP remote and npm stdio @phasefolio/mcp
Recommended MCP Servers
How it compares
Biotech finance MCP engine, not a Stripe billing skill or generic spreadsheet plugin.
FAQ
Who is com.phasefolio/phasefolio for?
Developers and analysts in biotech and pharma-adjacent workflows who want agent-driven rNPV, PoS, and evidence-backed exports via MCP.
When should I use com.phasefolio/phasefolio?
Use it when validating asset value, updating PoS after new data, or generating signed exports for internal or partner review before you scale wet-lab or platform build-out.
How do I add com.phasefolio/phasefolio to my agent?
Either connect the HTTPS MCP remote at https://app.phasefolio.com/api/mcp (optional Authorization Bearer pft_...) or install @phasefolio/mcp from npm for stdio and set PHASEFOLIO_TOKEN for org-scoped tools.