{
  "markdown": "# PhaseFolio for Claude Code\n\n> Bring your PhaseFolio biotech-diligence work directly into Claude Code.\n\n[PhaseFolio](https://phasefolio.com) is a financial-modeling platform for biotech assets — risk-adjusted NPV (rNPV), competitive landscape, evidence registers, and signed IC dossiers. This plugin connects Claude to PhaseFolio's read-only MCP API so you can pull projects, scenarios, dossiers, and benchmarks into the conversation, and verify signed reports — without leaving your terminal.\n\n## Install\n\nIn any Claude Code session:\n\n```text\n/plugin marketplace add TamalAdebisi/phasefolio-claude-plugin\n/plugin install phasefolio@phasefolio\n```\n\nThe plugin connects directly to `https://app.phasefolio.com/api/mcp` over HTTP — no Node.js install, no `npx`, no local subprocess.\n\n## What you can ask Claude\n\nOnce installed, prompts like these will Just Work:\n\n- *\"Pull project ABC from PhaseFolio and summarize the asset I'm valuing.\"*\n- *\"List all scenarios in my project and tell me which has the highest rNPV.\"*\n- *\"Fetch the IC dossier for scenario X and draft a partner memo from it.\"*\n- *\"Surface comparable trials and competing programs for our anti-PD-L1 asset.\"*\n- *\"What do the network benchmarks say for Phase II oncology PoS?\"*\n- *\"Verify this signed PhaseFolio export and tell me which methodology version produced it.\"*\n- *\"What does PhaseFolio do?\"* — the bundled onboarding skill answers.\n\nClaude discovers each tool's input schema automatically — you don't need to memorize tool names.\n\n## What's inside\n\nThe plugin exposes **9 read-only MCP tools** in two tiers:\n\n### Project-scoped (require a token)\n\n| Tool | What it returns |\n| :--- | :--- |\n| `get_project` | Project metadata — indication, modality, biomarker, current stage |\n| `list_scenarios` | All scenarios in a project, with IDs and timestamps |\n| `get_scenario` | Full scenario inputs — stage costs, durations, PoS, commercial assumptions |\n| `get_evidence` | Evidence register entries — citations, sources, notes |\n| `get_dossier` | Structured IC dossier JSON — same content as the rendered PDF |\n| `query_landscape` | Asset-anchored competitive landscape — comparable trials, competing programs |\n\n### Public (no auth)\n\n| Tool | What it returns |\n| :--- | :--- |\n| `query_benchmarks` | Anonymized aggregate statistics across the PhaseFolio network |\n| `verify_export` | Verifies a signed PhaseFolio export — content hash, engine + methodology versions |\n| `get_methodology` | Methodology section content with stable citation URL and version stamp |\n\nComputation (rNPV, sensitivity, Monte Carlo) happens in the web app. The MCP surface is for retrieval and analysis of work already done at <https://app.phasefolio.com>.\n\n## Authentication\n\nTo unlock the six project-scoped tools, set `PHASEFOLIO_TOKEN` in your environment before starting Claude Code:\n\n```bash\nexport PHASEFOLIO_TOKEN=\"your-token-here\"\n```\n\nTokens are issued from your account at <https://app.phasefolio.com>. Without a token, the three public tools still work.\n\n## Trust artifacts\n\nEvery PhaseFolio export embeds the exact `engine_version`, `methodology_version`, and `benchmark_dataset_versions` that produced it, so any number you produce is reproducible by a counterparty. The verify endpoint is public:\n\n- **Methodology hub** — <https://phasefolio.com/methodology>\n- **Public benchmarks** — <https://phasefolio.com/benchmarks>\n- **Verify a signed export** — <https://phasefolio.com/verify>\n- **Privacy policy** — <https://phasefolio.com/privacy>\n\n## Important notes\n\n- **Not financial advice.** PhaseFolio outputs are decision-support inputs. Investment decisions are yours.\n- **No PHI.** The engine consumes anonymized clinical-asset metadata only. Do not paste patient-level data into prompts.\n- **Free academic access.** A Research Tier exists for academic and nonprofit use — see the [contact page](https://phasefolio.com/contact).\n\n## Source\n\n| Component | Where |\n| :--- | :--- |\n| This Claude Code plugin | [TamalAdebisi/phasefolio-claude-plugin](https://github.com/TamalAdebisi/phasefolio-claude-plugin) |\n| MCP endpoint | `https://app.phasefolio.com/api/mcp` |\n| MCP server (npm fallback) | [`@phasefolio/mcp`](https://www.npmjs.com/package/@phasefolio/mcp) |\n| MCP server (Official Registry) | `com.phasefolio/phasefolio` |\n| Web app | <https://phasefolio.com> |\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 4371,
  "sha": "c1b144a99ad6300aa0b5d9f7f40c6f7be99e56753d8845767fdf99103623a988",
  "repo_slug": "tamaladebisi/phasefolio-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_tamaladebisi_phasefolio_claude_plugin_ph_abbbaecf/readme"
}