Skip to main content
Glama
sanyo4ever

ukraine.com.ua MCP

by sanyo4ever

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADMTOOLS_API_TOKENNoAPI token for adm.tools
UKRAINE_COM_UA_API_TOKENNoFallback API token for ukraine.com.ua

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
adm_get_servicesC

List available adm.tools services/hosts for the authenticated account

adm_hosting_accountsB

List hosting accounts available to the authenticated adm.tools account

adm_hosting_sitesC

List sites and subdomains for a hosting account

adm_hosting_webapp_infoB

Get web application systemd/startup information for a hosting site host

adm_api_rawB

Call a raw adm.tools action endpoint. Advanced use only.

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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: raw API call, listing services, listing accounts, listing sites, and getting web app info. Descriptions are specific and non-overlapping.

Naming Consistency3/5

All tools share the 'adm_' prefix, but naming conventions vary: 'adm_api_raw' uses a noun phrase, 'adm_get_services' uses verb-noun, and the remaining three use noun phrases without a verb. This mix is somewhat inconsistent.

Tool Count5/5

With 5 tools, the count is well-scoped for the domain of adm.tools hosting management. It covers the core listing and info operations without being overwhelming.

Completeness2/5

The tool set is limited to read-only operations (list, info). Missing CRUD functionality such as creating, updating, or deleting services, accounts, or sites, which are significant gaps for a management server.

Maintenance

ActivityInactive
ResponsivenessNo issues