← Registry

Analytics

phasefolio.com

Provides project and scenario metadata, financial metrics, and evidence management for pharmaceutical portfolio decision-making.

1 endpoint13 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://app.phasefolio.com/api/mcp

No auth detected

MCP server metadata

Name
phasefolio
Version
1.0.0
Capabilities
tools

Known tools 13

get_project

Fetch a PhaseFolio project's metadata: indication, sub-indication, modality, biomarker, asset name, and stage at entry.

Inferred read-only
list_scenarios

List all scenarios in a PhaseFolio project.

Inferred read-only
get_scenario

Fetch 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-only
get_evidence

Fetch the evidence register entries for a scenario — the citations, sources, and supporting documents the analyst attached to back the assumptions.

Inferred read-only
get_dossier

Fetch the structured asset snapshot JSON for a scenario — the same content rendered in the PDF/Excel exports, in machine-readable form.

Inferred read-only
query_landscape

Fetch the asset-anchored competitive landscape for a project — comparable trials, competing programs, sponsor activity, and biomarker overlap.

Inferred read-only
query_evidence_atlas

Fetch the published Evidence Atlas program universe for a sub-indication.

Inferred read-only
query_drug_risk

Fetch 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-only
query_benchmarks

Query PhaseFolio benchmark availability.

Inferred read-only
verify_export

Verify a signed PhaseFolio export by content hash.

Inferred read-only
query_sec_deal_terms

Query SEC EDGAR deal-term extractions by indication, deal type, date range, confidence, and review state.

Inferred read-only
triage_asset

Produce a transparent, provenance-linked CONDITIONAL READ on a drug asset for deal triage.

Inferred read-only
get_methodology

Fetch 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.