A complete inventory of the skills, agent profiles, and MCP data servers behind Anthropic's scientific computing assistant — 29 workflows, 4 agents, and 247 retrieval tools over 62 bio-database packages. Every SKILL.md is readable and downloadable in full.
Domain workflows the agent loads on demand. Each skill is a SKILL.md with YAML front matter — operational procedure, inputs, failure modes, and validation steps. Click View source to read the full file, or Download to save it.
Specialized agent personas defined under agents/<name>/metadata.yaml. The orchestrator spawns these for distinct roles. Full YAML is viewable and downloadable.
Bundled model-context-protocol servers exposing scientific databases. mcp_bio aggregates all 23 domain servers into one process; the rest are standalone stdio servers backed by accuracy-gated fleet packages.
62 Python packages under mcp-servers/bio-tools/lib/ that do the actual API retrieval — pacing, retries, pagination, and honest totals. MCP servers are thin marshalling layers over these.
How the layers fit together — from the user's prompt down to the database API call.
mcp_bio aggregates all 23 domain servers (247 tools) into one process. Tier-1 servers use captured schemas.json; tier-2 servers use clean FastMCP schemas. All tools are read-only retrieval.