# PhaseFolio

**Biotech rNPV / probability-of-success engine for AI agents.** Audit-grade asset valuation with signed dossier exports, cell-level evidence registers, and asset-anchored competitive landscape — the …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add phasefolio/mcp

# Browse available tools
npx -y smithery tool list phasefolio/mcp

# Get full schema for a tool
npx -y smithery tool get phasefolio/mcp get_project

# Call a tool
npx -y smithery tool call phasefolio/mcp get_project '{}'
```

## Direct MCP Connection

Endpoint: `https://phasefolio.run.tools`

**Optional config:**
- `bearer_token` (query) — Required for org-scoped tools (6 of 9). Format: 'Bearer pft_...'. Get a token at /contact.

## Tools (9)

- `get_project` — Fetch a PhaseFolio project's metadata: indication, sub-indication, modality, biomarker, asset name, and stage at entry.…
- `list_scenarios` — List all scenarios in a PhaseFolio project. Returns scenario IDs, names, created/updated timestamps, and top-line eNPV/…
- `get_scenario` — Fetch a PhaseFolio scenario's complete inputs (stage costs, durations, PoS, commercial assumptions, IRA settings) and c…
- `get_evidence` — Fetch the evidence register entries for a scenario — the citations, sources, and supporting documents the analyst attac…
- `get_dossier` — Fetch the structured dossier JSON for a scenario — the same content rendered in the IC Dossier PDF/Excel exports, in ma…
- `query_landscape` — Fetch the asset-anchored competitive landscape for a project — comparable trials, competing programs, sponsor activity,…
- `query_benchmarks` — Query PhaseFolio's network benchmarks — anonymized aggregate statistics across the network of scenarios (PoS by indicat…
- `verify_export` — Verify a signed PhaseFolio export. Accepts either a content hash (from a signed PDF/Excel) or a URL to a hosted artifac…
- `get_methodology` — Fetch a PhaseFolio methodology section's full content (backtest, PoS calibration, IRA framework, evidence standards, ne…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get phasefolio/mcp <tool-name>
```
