Analytics
pipette.bio
Provides access to a bioinformatics knowledge graph for exploring skills, pipelines, and data flows.
ENDPOINT 1
https://skillgraph.pipette.bio/mcp
MCP server metadata
- Name
- skillgraph
- Version
- 0.1.0
Known tools 6
get_skillReturns full SKILL.md documentation for a bioinformatics skill, plus its overview, tools, I/O data types, and upstream/downstream connections.
Inferred read-onlylist_skillsLists all available bioinformatics skills in the graph, optionally filtered by a domain keyword (e.g., 'rna-seq', 'variant', 'drug').
Inferred read-onlyget_transitionsReturns upstream and/or downstream skills connected to a given skill in the pipeline graph, with edge evidence (paper counts, data types, ground truth status).
Inferred read-onlyfind_pathFinds the shortest pipeline path between two skills, annotated with data flow (what data types pass between each step), paper counts, and evidence.
Inferred read-onlyget_graph_statsReturns summary statistics about the SkillGraph knowledge graph: total skills, edges, literature vs inferred edges, and a breakdown of skills by domain (single-cell, variant analysis, drug discovery, etc.).
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.skillgraph]
url = "https://skillgraph.pipette.bio/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skillgraph": {
"type": "http",
"url": "https://skillgraph.pipette.bio/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skillgraph
Remote MCP URL: https://skillgraph.pipette.bio/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": {
"skillgraph": {
"url": "https://skillgraph.pipette.bio/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skillgraph": {
"type": "http",
"url": "https://skillgraph.pipette.bio/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skillgraph",
"transport": "streamable-http",
"url": "https://skillgraph.pipette.bio/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pipette.bio was fetched 2026-08-01T10:33:52.702Z and is being refreshed.
pipette.bio is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.