mcp-rosreestr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ROSREESTR_API_KEY | No | Pro-фичи (не требуется для open client) | |
| MCP_ROSREESTR_LOG_LEVEL | No | Уровень логирования (DEBUG…CRITICAL) | INFO |
| MCP_ROSREESTR_CACHE_PATH | No | Путь к локальной SQLite-базе с кэшем | ./mcp_rosreestr_cache.sqlite |
| MCP_ROSREESTR_USER_AGENT | No | Кастомный User-Agent для upstream | atomno-mcp-rosreestr/<version> ... |
| MCP_ROSREESTR_HTTP_TIMEOUT | No | HTTP-таймаут для upstream-запросов (секунды) | 15.0 |
| MCP_ROSREESTR_CACHE_TTL_LIVE | No | TTL «живых» данных (стоимость) в секундах | 86400 |
| MCP_ROSREESTR_CACHE_TTL_STATIC | No | TTL «статичных» данных (площадь, год) в секундах | 604800 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_by_cadastralB | Get the public characteristics of a Russian cadastral object by cadastral number (formatted XX:XX:XXXXXXX:XXXX, for example 77:01:0001066:1234). Returns area, year built, cadastral cost, permitted use and address. Open data only — no owner PII. |
| lookup_by_addressA | Find Russian cadastral objects matching a free-text address. Searches the public NSPD geoportal index. Returns up to |
| lookup_by_coordsA | Show Russian cadastral objects (parcels and buildings) at a given geographic point. Coordinates are WGS84 (EPSG:4326). Useful for 'what's at this dot on the map' lookups. |
| get_cadastral_valueA | Return the current cadastral value of a Russian property by cadastral number, plus any locally cached revaluation history. Tax base for property tax. Note: full audit trail of historical revaluations is only available via Pro tools or an EGRN extract. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atomno-mcp/mcp-rosreestr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server