phylokit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| infer_treeA | Build a maximum-likelihood tree and measure how well the data support it. Always bootstraps. There is deliberately no option to skip it: an unsupported topology is the failure mode this server exists to prevent. Args:
fasta: Aligned nucleotide sequences in FASTA. All sequences must be the
same length — this server does not align.
model: Substitution model, e.g. "JC", "HKY", "GTR+G". Run |
| select_substitution_modelA | Compare substitution models and report how much the winner won by. A single model name reads as a finding. The ranking, the delta to the next model, and whether AIC/AICc/BIC agree are what make it one. Args: fasta: Aligned nucleotide sequences in FASTA. criterion: "AIC", "AICc" or "BIC". BIC penalises parameters more heavily. seed: Fixes the engine's search. top_n: How many ranked models to return. sequence_type: "dna" (default) or "protein". Ranks within that molecule type's model set — nucleotide and protein models are not comparable. |
| compare_treesA | Robinson-Foulds distance between two trees, and which clades differ. Compares SPLITS, not strings: the same topology has many valid Newick representations, so string equality answers a different question. Args: newick_a: First tree in Newick format. newick_b: Second tree in Newick format. |
| simulate_alignmentA | Generate sequences along a tree you specify, so the true answer is known. This is the positive control for everything else here: infer a tree from the
output and compare it back with Args: newick: The true tree, with branch lengths. model: Substitution model to simulate under. length: Number of sites. seed: Fixes the simulation. |
| capabilitiesA | What this server can do, and the bounds it enforces. Args: include_models: Include the full substitution-model list (long). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/musharna/phylokit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server