Skip to main content
Glama
osviel91

geo-osiris-mcp

by osviel91

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEO_API_URLNoGeo Hub base URL
GEO_MCP_HOSTNoListener bind address (HTTP only)
GEO_MCP_PATHNoStreamable HTTP path/mcp
GEO_MCP_PORTNoListener bind port (HTTP only)
GEO_READ_TOKENNoGeo API geo.read bearer; server-side only (required in read mode)
GEO_STAGE_TOKENNoGeo API geo.read + geo.stage bearer; server-side only (required in staging mode)
GEO_HUB_MCP_MODENoread or staging; anything else aborts startupread
GEO_MCP_TRANSPORTNostdio or authenticated Streamable HTTP (http)stdio
GEO_MCP_ALLOWED_HOSTSNoExact allowed Host headers, comma-separated (HTTP only)
GEO_MCP_CLIENT_TOKENS_FILENoRead-only JSON file containing client-token SHA-256 hashes (HTTP only)

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthA

Report MCP liveness, Geo Hub reachability and readiness, and mode.

list_layersA

List Geo Hub layers as compact summaries.

get_layerC

Return the complete generic configuration for one layer.

list_featuresB

List compact feature summaries for a layer.

Omitting status preserves the Geo Hub default (non-archived features).

get_featureB

Return one feature in full, including its ordered provenance.

list_importsC

List staged imports, optionally filtered by layer.

get_importB

Return one import summary with its CSV mapping.

list_import_rowsC

List import rows, optionally filtered by state (valid/invalid/candidate).

list_sourcesC

List configured external sources.

get_sourceB

Return one external source's configuration and health.

inspect_layerB

Bounded operational summary for a layer, by UUID or slug.

summarize_importC

Import status and commit readiness from backend aggregate state.

infer_csv_mappingB

Deterministic, local CSV mapping inference. No network, no staging.

Returns coordinates, an external_id guess, typed property mappings, a confidence map, and explanatory notes for ambiguous signals.

compare_dataset_to_layerA

Advisory dataset-vs-layer comparison.

With stage=false it performs zero writes and reports advisory-only signals. With stage=true (staging mode only) it creates exactly one staging import and previews bounded candidates; it never resolves, commits, publishes, or archives.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 14 tools

Disambiguation4/5

Most tools are clearly separated by resource and action (list_*, get_*, infer_*, compare_*). A few operational summaries like inspect_layer and summarize_import overlap somewhat with their get_* counterparts, but the descriptions provide enough distinction to avoid serious misselection.

Naming Consistency4/5

Tool names overwhelmingly follow a consistent verb_noun snake_case pattern such as list_layers, get_feature, and list_import_rows. The only minor deviation is health, which is a single noun rather than a verb_noun form, but it is a conventional health-check name and does not create confusion.

Tool Count5/5

Fourteen tools is well within the ideal range for a domain-specific server. Each tool covers a distinct resource or operation in the Geo Hub/import workflow, and none feel redundant or excessive.

Completeness3/5

The tool surface is strong for read-only inspection, listing, CSV inference, and advisory comparison. However, there are notable gaps around the import lifecycle: no tool commits, publishes, or archives an import, and there is no create/update/delete coverage for layers or sources, leaving the workflow incomplete for agents that need to act rather than only inspect.

Maintenance

ActivityMaintained
ResponsivenessNo issues