PluginBench
MCP Server
Maintained
MIT

mcp-newbuild MCP Server

io.github.atomno-mcp/mcp-newbuild

What is the mcp-newbuild MCP server?

Russian new-build (214-FZ) checker: developers, declarations, escrow, permits, risk.

How to install mcp-newbuild

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_NEWBUILD_API_KEY
    required
    secret

    API key (Pro tier) for developer, declaration, escrow, permit, search and risk-summary lookups via the ЕИСЖС/наш.дом.рф hosted backend.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-newbuild": {
      "command": "uvx",
      "args": [
        "atomno-mcp-newbuild"
      ],
      "env": {
        "MCP_NEWBUILD_API_KEY": "<YOUR_MCP_NEWBUILD_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-newbuild": {
      "command": "uvx",
      "args": [
        "atomno-mcp-newbuild"
      ],
      "env": {
        "MCP_NEWBUILD_API_KEY": "<YOUR_MCP_NEWBUILD_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-newbuild": {
      "command": "uvx",
      "args": [
        "atomno-mcp-newbuild"
      ],
      "env": {
        "MCP_NEWBUILD_API_KEY": "<YOUR_MCP_NEWBUILD_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-newbuild": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-newbuild"
      ],
      "env": {
        "MCP_NEWBUILD_API_KEY": "<YOUR_MCP_NEWBUILD_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-newbuild --env MCP_NEWBUILD_API_KEY=<YOUR_MCP_NEWBUILD_API_KEY> -- uvx atomno-mcp-newbuild

Related MCP servers

mcp-fns-check

Maintained

Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.

15
Python
MIT
View repository →

mcp-cbr-rates

Maintained

CBR exchange rates and key rates for Russia. MCP tools for finance agents.

2
Python
MIT
View repository →

mcp-egrul

Maintained

EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.

2
Python
MIT
View repository →

mcp-sudact

Maintained

Russian court practice (Sudact): case search by article, court, dates; full decision text.

2
Python
MIT
View repository →

mcp-seo-audit

Maintained

Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.

1
Python
MIT
View repository →

mcp-zakupki

Maintained

MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).

1
Python
MIT
View repository →