fsnb-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fsnb-mcpget details for GESN 01-01-001-01"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fsnb-mcp
Offline MCP access to official Russian construction norms (ФСНБ-2022 / ГЭСН).
Agents look up rates, search text, and pull resource composition from a local SQLite DB — no network after ingest.
Proof — five tools
Tool | Job |
| Rate by code ( |
| Full-text search (FTS5, Cyrillic) |
| Labor / machines / materials consumption norms |
| Does this code exist? |
| Manifest + legal basis for the data set |
Sample DB ships with 10 real rates. Full base is built locally from FGISC XML (not vendored in the npm package).
Related MCP server: Outline knowledge base MCP Server
First use
npm install && npm run build && npm run build:sampleRequires Node.js ≥ 22 (node:sqlite + FTS5).
MCP client config:
{
"mcpServers": {
"fsnb-mcp": {
"command": "node",
"args": ["/path/to/fsnb-mcp/dist/index.js"],
"env": {
"FSNB_DB": "/path/to/fsnb-mcp/samples/sample.sqlite"
}
}
}
}Env:
FSNB_DB— path to sqlite (wins)FSNB_DATA_DIR— data dir (default~/.fsnb-mcp/data, filefsnb.sqlite)
Full DB after downloading FGISC open data: node scripts/ingest/fgiscs-xml.mjs.
Data & attribution (required)
Normative data comes from the official FGISC open-data set «ФСНБ-2022» (Minstroy):
https://fgiscs.minstroyrf.ru/opendata/7707082071-fsnb
Use (including commercial) is allowed only with attribution to that portal.
Software legal basis: Minstroy letter №4350-ИТ/09 (2021-02-08) — no ban on software that automates estimate docs from FRSN/FGISC norms.
The server is read-only and does not call the network at runtime.
Develop
npm install
npm run build
npm test
npm run build:sampleLicense
MIT (code). FSNB data is licensed separately — see Data & attribution.
Русский (кратко)
MCP-сервер для офлайн доступа к нормам ФСНБ-2022 (ГЭСН) через SQLite + FTS5. Данные — из открытого набора ФГИС ЦС; ссылка на первоисточник обязательна. Пять инструментов в таблице выше. Код — MIT; данные — по условиям портала Минстроя.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceUniversal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.Last updated283,256MIT
- Alicense-qualityCmaintenanceMCP server for Outline knowledge base implemented on Rust as one statically linked executable file for Linux/MacOS/Windows.Last updated7MIT
- AlicenseAqualityAmaintenanceMCP server for the Russian state registries EGRUL (legal entities) and EGRIP (individual entrepreneurs), built on official Federal Tax Service open-data dumps. Self-hosted via local SQLite.Last updated82MIT
- Flicense-qualityCmaintenanceMCP server for searching and analyzing 1C enterprise metadata and BSL code using a SQLite backend. Enables querying configuration structure, code routines, and performing compliance checks via natural language.Last updated
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server for Blockscout
MCP server for skill documentation, generated by doc2mcp.
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/pyrfor/fsnb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server