{
  "markdown": "# @phasefolio/mcp\n\nThe PhaseFolio MCP client — exposes PhaseFolio's biotech rNPV / probability-of-success engine to any AI agent that speaks the [Model Context Protocol](https://modelcontextprotocol.io).\n\nPhaseFolio is an audit-grade asset valuation workspace for healthcare investors and tech transfer offices. This MCP server gives AI agents direct access to the same engine, scenarios, evidence registers, signed dossier exports, methodology, and competitive landscape that human analysts use in the product.\n\n## Install\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"phasefolio\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@phasefolio/mcp\"]\n    }\n  }\n}\n```\n\nFor org-scoped tools (your own scenarios, projects, evidence, signed exports), set your bearer token:\n\n```json\n{\n  \"mcpServers\": {\n    \"phasefolio\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@phasefolio/mcp\"],\n      \"env\": {\n        \"PHASEFOLIO_TOKEN\": \"pft_...\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop.\n\n### Claude Code\n\nHTTP-native — no wrapper needed:\n\n```bash\nclaude mcp add --scope user --transport http phasefolio https://app.phasefolio.com/api/mcp\n# with bearer:\nclaude mcp add --scope user --transport http phasefolio https://app.phasefolio.com/api/mcp \\\n  --header \"Authorization: Bearer pft_...\"\n```\n\n### Codex CLI\n\n```bash\ncodex mcp add phasefolio --http https://app.phasefolio.com/api/mcp\n```\n\n### Cursor / other MCP clients\n\nUse the Claude Desktop snippet above (stdio) or point your client at `https://app.phasefolio.com/api/mcp` if it speaks streamable HTTP.\n\n## Tools\n\nNine tools across two auth tiers.\n\n**Public (no token)**\n\n- `query_benchmarks` — anonymized network statistics across the PhaseFolio scenario base (PoS by indication × modality, cost / duration percentiles)\n- `verify_export` — verify a signed PhaseFolio dossier by content hash or URL; returns issued timestamp, methodology version, originating-org identifier\n- `get_methodology` — fetch any methodology section in citable form (backtest, PoS calibration, IRA framework, evidence standards, network benchmarks)\n\n**Bearer (`PHASEFOLIO_TOKEN` env var, scoped to your org)**\n\n- `get_project` — project metadata: indication, sub-indication, modality, biomarker, asset name, stage at entry\n- `list_scenarios` — scenarios in a project with top-line eNPV / rNPV\n- `get_scenario` — full scenario inputs + computed outputs (eNPV, rNPV, cumulative PoS, per-stage breakdown, top sensitivity drivers)\n- `get_evidence` — evidence-register entries: citations, sources, supporting documents\n- `get_dossier` — structured dossier JSON, mirroring the IC Dossier PDF / Excel exports\n- `query_landscape` — asset-anchored competitive landscape (comparable trials, competing programs, sponsor activity, biomarker overlap) sourced from CT.gov + FDA + curated enrichment\n\n## Get a bearer token\n\nBearer tokens are issued per organization. Sign up at [app.phasefolio.com](https://app.phasefolio.com) (free Research Tier available for academics) — token issuance is currently manual for design partners; contact us at [phasefolio.com/contact](https://app.phasefolio.com/contact) for access.\n\n## Verify a signed export\n\nEvery PhaseFolio dossier export carries a cryptographic signature that ties the file content to the engine version and methodology version that produced it. AI agents can verify any PhaseFolio file in one call:\n\n```\nverify_export({ hash: \"<sha256-of-the-file>\" })\n```\n\nor by URL:\n\n```\nverify_export({ artifact_url: \"https://...\" })\n```\n\nThe public key lives at [`https://app.phasefolio.com/.well-known/phasefolio-pubkey.pem`](https://app.phasefolio.com/.well-known/phasefolio-pubkey.pem). Methodology versions and the verify endpoint are documented at [`https://app.phasefolio.com/methodology`](https://app.phasefolio.com/methodology).\n\n## Links\n\n- Product: https://app.phasefolio.com\n- Methodology hub: https://app.phasefolio.com/methodology\n- Public verify endpoint: https://app.phasefolio.com/api/v1/verify\n- MCP discovery: https://app.phasefolio.com/.well-known/mcp.json\n- Official MCP Registry listing: https://registry.modelcontextprotocol.io/v0/servers?search=phasefolio\n- Smithery listing: https://smithery.ai/servers/phasefolio/mcp\n\n## License\n\nMIT",
  "bytes": 4364,
  "sha": "9626ff3a29e882b165431e91374448bea3e27c637ee52f7585e48630feb43d71",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_phasefolio_phasefolio_50cf01bb/readme"
}