Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_NEWBUILD_API_KEYYesКлюч Pro (заголовок X-API-Key). Получить на https://atomno-mcp.ru/pricing#newbuild-pro
MCP_NEWBUILD_TIMEOUTNoТаймаут HTTP, сек (default 30)30
MCP_NEWBUILD_API_BASENoURL hosted-бэкенда (по умолчанию — прод)прод
MCP_NEWBUILD_LOG_LEVELNoУровень логирования (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

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
check_developerC

Карточка застройщика: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто — запрос не выдумываем.

get_project_declarationC

Проектная декларация: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто.

check_escrowC

Эскроу: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто.

check_construction_permitC

Разрешение на строительство: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто.

list_new_buildingsC

Каталог объектов: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто.

get_developer_risk_summaryC

Сводка риска: ключ ЕИСЖС клиента или честный отказ. Описание методов закрыто.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues