Skip to main content
Glama
jsilvanus

skosmos-mcp

by jsilvanus

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, error (written to stderr)info
MCP_HTTP_HOSTNoBind address for the StreamableHTTP server127.0.0.1
MCP_HTTP_PORTNoTCP port for the StreamableHTTP server3000
SKOSMOS_TIMEOUTNoHTTP request timeout in milliseconds30000
SKOSMOS_BASE_URLYesBase URL of the Skosmos instance
SKOSMOS_CACHE_TTLNoCache entry TTL in seconds300
SKOSMOS_USER_AGENTNoUser-Agent header sent with API requestsskosmos-mcp/0.1.0
SKOSMOS_DEFAULT_LANGUAGENoDefault language code for labelsen
SKOSMOS_DEFAULT_VOCABULARYNoDefault vocabulary id when not specified in a tool call
SKOSMOS_MAX_TRAVERSAL_DEPTHNoHard cap on BFS traversal depth3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
vocabularies

Latest Blog Posts

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