skosmos-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error (written to stderr) | info |
| MCP_HTTP_HOST | No | Bind address for the StreamableHTTP server | 127.0.0.1 |
| MCP_HTTP_PORT | No | TCP port for the StreamableHTTP server | 3000 |
| SKOSMOS_TIMEOUT | No | HTTP request timeout in milliseconds | 30000 |
| SKOSMOS_BASE_URL | Yes | Base URL of the Skosmos instance | |
| SKOSMOS_CACHE_TTL | No | Cache entry TTL in seconds | 300 |
| SKOSMOS_USER_AGENT | No | User-Agent header sent with API requests | skosmos-mcp/0.1.0 |
| SKOSMOS_DEFAULT_LANGUAGE | No | Default language code for labels | en |
| SKOSMOS_DEFAULT_VOCABULARY | No | Default vocabulary id when not specified in a tool call | |
| SKOSMOS_MAX_TRAVERSAL_DEPTH | No | Hard cap on BFS traversal depth | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_vocabulariesC | List all available vocabularies in the Skosmos instance |
| get_vocabularyC | Get details of a specific vocabulary including top concepts |
| get_conceptC | Get full concept details including broader, narrower, and related concepts |
| get_concept_labelB | Get all labels (prefLabel, altLabel, hiddenLabel) for a concept URI |
| concept_pathA | Get the hierarchy path from a concept to its root via broader transitive relations |
| search_conceptsA | Full-text search for concepts across one or all vocabularies |
| autocompleteB | Autocomplete concept labels by prefix |
| resolve_labelC | Resolve a label text to concepts in a vocabulary |
| labelsA | Get all labels for a concept URI in a vocabulary |
| broader_conceptsA | BFS traversal of broader (parent) concepts up to a specified depth |
| narrower_conceptsB | BFS traversal of narrower (child) concepts down to a specified depth |
| related_conceptsB | BFS traversal of related concepts up to a specified depth |
| traverse_conceptsB | BFS traversal using a mix of broader, narrower, and/or related relationships |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| vocabularies |
Latest Blog Posts
- 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/jsilvanus/skosmos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server