Gaia MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TREE_URL | No | Override the public projection endpoint for the tree. | |
| TREE_NAMED_URL | No | Override the public projection endpoint for named skills. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gaia_searchA | Find generic and Named Skills in the public Gaia Registry. Returns ranked structured results with trust and source freshness metadata. |
| gaia_inspectA | Return an evidence-backed dossier for one generic or Named Skill, including relationships, implementations, trust, sources, and data freshness. |
| gaia_statusA | Report server version, Registry mode, data-contract compatibility, source freshness, counts, and available tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: gaia_inspect provides detailed information on a specific skill, gaia_search finds skills in the registry, and gaia_status reports server metadata. No overlap or ambiguity.
All tool names follow the consistent pattern 'gaia_<verb>' (gaia_inspect, gaia_search, gaia_status), making it predictable and easy to understand.
With 3 tools, the set is well-scoped for a registry querying server. Each tool serves a necessary function without redundancy.
Covers core query operations (search, inspect, status). Minor gaps like bulk listing or category browsing are absent, but the surface is adequate for typical tasks.