Analytics
phasefolio.com
Provides project and scenario metadata, financial metrics, and evidence management for pharmaceutical portfolio decision-making.
ENDPOINT 1
https://app.phasefolio.com/api/mcp
MCP server metadata
- Name
- phasefolio
- Version
- 1.0.0
Known tools 13
get_projectFetch a PhaseFolio project's metadata: indication, sub-indication, modality, biomarker, asset name, and stage at entry.
Inferred read-onlyget_scenarioFetch a PhaseFolio scenario's complete inputs (stage costs, durations, PoS, commercial assumptions, IRA settings) and computed outputs (eNPV, rNPV, cumulative PoS, per-stage breakdown, top sensitivity drivers).
Inferred read-onlyget_evidenceFetch the evidence register entries for a scenario — the citations, sources, and supporting documents the analyst attached to back the assumptions.
Inferred read-onlyget_dossierFetch the structured asset snapshot JSON for a scenario — the same content rendered in the PDF/Excel exports, in machine-readable form.
Inferred read-onlyquery_landscapeFetch the asset-anchored competitive landscape for a project — comparable trials, competing programs, sponsor activity, and biomarker overlap.
Inferred read-onlyquery_evidence_atlasFetch the published Evidence Atlas program universe for a sub-indication.
Inferred read-onlyquery_drug_riskFetch human-reviewed drug-specific clinical-risk signals for a project, including biomarker quality, Phase 1 ORR flag-only data, provenance, extractor versions, and pending-review counts.
Inferred read-onlyquery_sec_deal_termsQuery SEC EDGAR deal-term extractions by indication, deal type, date range, confidence, and review state.
Inferred read-onlytriage_assetProduce a transparent, provenance-linked CONDITIONAL READ on a drug asset for deal triage.
Inferred read-onlyget_methodologyFetch a PhaseFolio methodology section's full content (rNPV engine, backtest, PoS calibration, IRA framework, development paths, clinical stage normalization, evidence standards, network benchmarks, COGS benchmark, SG&A benchmark, tax benchmark, SEC EDGAR deal-term extraction).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.phasefolio]
url = "https://app.phasefolio.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"phasefolio": {
"type": "http",
"url": "https://app.phasefolio.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: phasefolio
Remote MCP URL: https://app.phasefolio.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"phasefolio": {
"url": "https://app.phasefolio.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"phasefolio": {
"type": "http",
"url": "https://app.phasefolio.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "phasefolio",
"transport": "streamable-http",
"url": "https://app.phasefolio.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.