Back to Browse

Market Ru MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Russian construction market: 3,395 contractors, 20,322 projects, 24 search/analytics tools.

About

Russian construction market: 3,395 contractors, 20,322 projects, 24 search/analytics tools.

Remote endpoints: streamable-http: https://mcp-market.ru/mcp/

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server has moderate security concerns that warrant user awareness. The primary issues are: (1) direct database connection strings passed through settings without strict validation, (2) Telegram bot tokens and chat IDs stored in environment variables with potential for exposure through error messages or logging, (3) insufficient input validation on user-supplied contact information in quote requests, and (4) the in-memory anonymous rate-limit tracker vulnerable to memory exhaustion attacks. The permissions are reasonable for a construction data API, but the implementation has quality gaps that could lead to information disclosure or DoS. Supply chain analysis found 9 known vulnerabilities in dependencies (3 critical, 3 high severity).

3 files analyzed · 19 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

database

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

MCP Market Russia 🏗️

MCP server for the Russian construction and real estate market. Search 3,395 construction companies, browse 4,468 house projects, compare prices, request quotes — all via the Model Context Protocol or REST API.

Live Stats Projects License

Listed in the official MCP Registry as io.github.devids77/mcp-market-ru.

What this is

A live, hosted MCP server that gives AI agents (Claude Desktop, Cursor, Cline, Continue, etc.) direct access to a curated catalog of Russian construction companies and home-building projects, complete with pricing, ratings, regions, photos and contact info aggregated from public sources.

No registration needed for the basic catalog — point your MCP client at https://mcp-market.ru/mcp and start asking questions.

Quick start — Claude Desktop

Open your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: `%APPDATA%\Claude\claude_desktop_config.json

Add:

{
  "mcpServers": {
    "mcp-market": {
      "url": "https://mcp-market.ru/mcp"
    }
  }
}

Restart Claude Desktop. The 24 tools are now available — Claude will call them automatically when you ask construction-related questions.

Quick start — Cursor

Settings → MCP → Add new MCP server. URL: https://mcp-market.ru/mcp

Quick start — REST API

Free tier works without an API key:

# Search companies
curl "https://mcp-market.ru/api/v1/search/companies?q=каркасные+дома+в+спб"

# Get a specific company
curl "https://mcp-market.ru/api/v1/companies/<company_id>"

# Search projects by area and budget
curl "https://mcp-market.ru/api/v1/search/projects?q=брус+150&min_price=3000000"

# Catalog stats
curl "https://mcp-market.ru/api/dashboard/stats"

Paid tiers (Analytics, AI Tools) require an API key — pass it as X-API-Key header or ?api_key= query param.

What you can ask

Example prompts that work well with the MCP server:

  • "Find frame houses (каркасные дома) in Moscow region under 12 million rubles"
  • "Compare timber (брус) projects between 120-150 m²"
  • "Show top-10 companies in Krasnodar region by rating"
  • "Send a quote request to company X with my contact details"
  • "What's the average price per m² for monolith houses in St Petersburg?"

The server supports both Russian and English queries with proper synonym handling for Russian regions (спб → Saint Petersburg, мск → Moscow, etc.) and construction terminology.

Available tools

ToolTierDescription
search_companiesFreeSearch construction companies by category, region, budget, tags
search_projectsFreeSearch house projects by area, price, material
get_companyFreeFull company details with all projects
get_projectFreeComplete project card (specs, price, photos)
get_categoriesFreeList all company categories with counts
get_regionsFreeList all regions with company counts
get_statsFreeCatalog statistics
smart_matchFreeMatch companies to budget + region + category
request_quoteFreeSend a lead/quote request to a company
compareFreeCompare multiple companies side-by-side
calculateFreeProject cost estimator
analytics/marketStarterRegional market analytics
analytics/best-companiesStarterTop companies with extended metrics
analytics/price-comparisonStarterPrice comparison across segments
analytics/reportStarterFull analytical report
ai/recommendProAI recommendations for client criteria
ai/estimateProAI cost estimate from project description
ai/reviewsProAI-summarized reviews per company
ai/trendsProAI market trend analysis
ai/deep-profileProDeep company profile with insights
ai/region-compareProAI comparison of regions

Pricing

PlanPriceRequests/dayTools
Free₽010024 (all Free-tier tools)
Starter₽2 990/mo1 00024 + Analytics
Pro₽7 990/mo5 00024 + Analytics + AI Tools
Enterprise₽24 990/mounlimited24 + custom, SLA, white-label

Get a key at https://mcp-market.ru/pricing.

Data

  • 3,395 companies aggregated from public sources (2GIS, Avito, construction catalogs, Yandex)
  • 4,468 projects with specs, materials, area, price, photos
  • 18 regions covered (Moscow, St Petersburg, Krasnodar, Yekaterinburg, …)
  • 67% tagged via regex + GLM-4.6 classifier — search by tag works for queries like "bath house in Krasnodar"
  • Live data: companies and projects refreshed periodically; check /dashboard for current counts

For construction companies

Your company is already in the catalog? Claim your profile to:

  • Edit your description, photos, and contact info
  • Add detailed project portfolios
  • Receive leads from AI agents directly to your inbox + Telegram
  • Get analytics on which AI queries reached your card

Email info@mcp-market.ru to claim.

Architecture

  • FastAPI + FastMCP for HTTP + MCP transport layered on the same /mcp/ endpoint
  • PostgreSQL 16 with full-text + GIN-indexed tag array
  • Docker Compose deployment
  • Nginx + Let's Encrypt for HTTPS termination
  • Single-flight cache on heavy endpoints (dashboard/overview is 30s)

Links

Error codes

CodeMeaning
200OK
400Bad request parameters
401API key required for this endpoint
403Your plan doesn't cover this endpoint
404Not found
429Daily request limit exceeded
500Server error — report to info@mcp-market.ru

License

MIT

Reviews

No reviews yet

Be the first to review this server!