com.phasefolio/phasefolio✓
com.phasefolio/phasefolio · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.phasefolio/phasefolio",
"description": "Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape.",
"version": "0.1.4",
"websiteUrl": "https://app.phasefolio.com",
"packages": [
{
"registryType": "npm",
"identifier": "@phasefolio/mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer token for org-scoped tools. Without it, only the 3 public tools are usable.",
"isSecret": true,
"name": "PHASEFOLIO_TOKEN"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://app.phasefolio.com/api/mcp",
"headers": [
{
"description": "Optional bearer token (Bearer pft_...) for org-scoped tools. Public tools work without auth.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}