ukraine.com.ua MCP
MCP server for the adm.tools / ukraine.com.ua hosting API, providing tools to manage hosting services, accounts, sites, and web apps.
README
ukraine.com.ua MCP
MCP server for the adm.tools / ukraine.com.ua hosting API.
This project is public and is being built around confirmed API behavior from the adm.tools panel and dynamic API documentation.
Current Tools
adm_get_services: read-only service inventory viaPOST https://adm.tools/action/get_services/.adm_hosting_accounts: read-only hosting account inventory viaGET https://adm.tools/action/hosting/account/list/.adm_hosting_sites: read-only site/subdomain inventory viaPOST https://adm.tools/action/hosting/virtual/list/.adm_hosting_webapp_info: read-only web-app process/start command info viaPOST https://adm.tools/action/hosting/account/app/systemd/info/.adm_api_catalog_search: search the generated full API catalog.adm_api_action_info: inspect generated metadata for one documented action.adm_api_call: call any documented action through the generated catalog.adm_api_raw: advanced raw call tohttps://adm.tools/action/{action}/.
Setup
npm install
npm run postinstall:playwright
cp .env.example .env
Set one local token variable:
ADMTOOLS_API_TOKEN=...
UKRAINE_COM_UA_API_TOKEN is also accepted as a compatibility fallback.
Run locally:
npm run build
npm run dev
MCP Client Config
{
"mcpServers": {
"ukraine-com-ua": {
"command": "node",
"args": ["/absolute/path/to/ukraine.com.ua-mcp/dist/index.js"],
"env": {
"ADMTOOLS_API_TOKEN": "your-token"
}
}
}
}
Dynamic API Docs Capture
The authenticated API docs page is:
https://adm.tools/user/api/#/tab-sandbox
Without a session it redirects to auth.adm.tools. The hash route is not sent
to the server, so after authentication the capture script navigates back to the
full docs URL.
Start a headed browser and save the authenticated storage state:
npm run docs:capture -- --headed --save-auth
Log in manually in the browser window, wait for the API docs page to load, then
press Enter in the terminal. Captures are written to .cache/admtools-docs/ and
auth state is written to .auth/admtools.json; both are ignored by git.
If bundled Chromium is unstable on your machine, run the same flow with the installed Google Chrome binary:
npm run docs:capture -- --headed --save-auth --browser chrome
This opens a Playwright-controlled Chrome window with an isolated automation profile. Attaching to an already-open personal Chrome window requires Chrome to have been started with a remote debugging port.
For Google OAuth flows that reject automation-controlled browsers, start a separate normal Chrome instance with a local DevTools port:
open -na "Google Chrome" --args \
--remote-debugging-port=9222 \
--user-data-dir="$PWD/.chrome-debug-profile"
Then run the capture against that Chrome:
npm run docs:capture -- --save-auth --cdp http://127.0.0.1:9222
The .chrome-debug-profile, .auth, and .cache directories must stay local
and are ignored by git.
Next runs can reuse the saved auth state:
npm run docs:capture
Export a sanitized local index from the captured actions_tree response:
npm run docs:export
Export selected detail docs through the debug Chrome session:
npm run docs:export -- --details --filter '^hosting/account/(list|app/systemd/info)$' --cdp http://127.0.0.1:9222
Export the full docs catalog through the HTTP detail exporter:
npm run docs:export -- --details --http --delay-ms 2500
Exporter output stays in .cache/admtools-docs/ for review before any public
documentation is curated.
Generate the public TypeScript/Markdown catalog after exporting details:
npm run docs:generate
See docs/admtools-docs-extraction.md for the extraction workflow.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。