mcp-newbuild
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_NEWBUILD_API_KEY | Yes | Ключ Pro (заголовок X-API-Key). Получить на https://atomno-mcp.ru/pricing#newbuild-pro | |
| MCP_NEWBUILD_TIMEOUT | No | Таймаут HTTP, сек (default 30) | 30 |
| MCP_NEWBUILD_API_BASE | No | URL hosted-бэкенда (по умолчанию — прод) | прод |
| MCP_NEWBUILD_LOG_LEVEL | No | Уровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING) | WARNING |
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| check_developerC | Карточка застройщика: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто — запрос не выдумываем. |
| get_project_declarationC | Проектная декларация: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто. |
| check_escrowC | Эскроу: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто. |
| check_construction_permitC | Разрешение на строительство: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто. |
| list_new_buildingsC | Каталог объектов: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто. |
| get_developer_risk_summaryC | Сводка риска: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct resource: developer card, project declaration, escrow, construction permit, building catalog, and risk summary. Even with terse shared descriptions, the names leave no meaningful overlap between tools.
All six tools follow a clear snake_case verb_noun pattern: check, get, or list plus a specific object. The naming is predictable and makes the intended action obvious.
Six tools is a well-scoped size for a read-only real-estate due-diligence server. Each tool covers a meaningful data source without unnecessary duplication or clutter.
The set covers the main aspects of new-build assessment: developer identity, project declaration, escrow safety, construction permit, building catalog, and an aggregated risk summary. Since the domain is read-only, no missing create/update/delete operations are expected.