BioCosm
io.github.nhoverte/biocosmBiotech intelligence for AI agents: drugs, targets, diagnostics, PoS estimates, and writeups.
Tools · 13
Search BioCosm nodes by name, gene symbol, target, therapeutic area, or company. Results are ranked: exact name/brand matches first, then partial name matches, with a node-type prior (canonical drug/…
Get full details for a single BioCosm node: identity and all name aliases, classification, gene targets and mechanism, therapeutic areas, companies, revenue history where available (sparse: ~100 drugs…
Get the full writeup for a BioCosm node, including all sections, citations, structured data, and validation score.
List all nodes in a given therapeutic area.
Get a company's full drug/diagnostic portfolio from BioCosm.
Get a high-level overview of the BioCosm database: total nodes, writeups, companies, breakdowns by type/status/domain, validation scores, and recent pipeline runs.
Get writeup staleness report: overall stats, top stale nodes, data source freshness.
Get freshness details for a single node: writeup age, enrichment hash match, staleness score, validation score.
Find all drugs that target a specific gene/protein.
List drugs/diagnostics at a specific clinical phase.
Find nodes connected to a given node. Three relationship types are derived on-the-fly: - "drug_target": for a drug, the targets it hits (and vice versa for a target node, the drug…
Get the Probability of Success estimate for a node, including the base rate, adjustment factors with reasoning, confidence interval, and model version. Returns None for nodes without a PoS score (typ…
Report BioCosm's actual data coverage so you never mistake missing data for a real-world zero. An empty or absent field on a node means "not in BioCosm's data," never a true zero. BioCosm is AI-genera…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"biocosm": {
"url": "https://biocosm-mcp.fly.dev/mcp",
"transport": "streamable-http"
}
}
}