MCP Hub
Back to servers

mcp-market-ru

MCP server for the Russian construction market — 3,395 contractor companies and 13,436 house-building projects across 18 regions. 21 tools for search, comparison, cost analytics, contractor recommendations, and quote requests.

glama
Updated
Apr 20, 2026

MCP Market Russia

License: MIT MCP Protocol Live

Hosted Model Context Protocol (MCP) server providing AI agents with structured access to the Russian construction market: 3,395 contractor companies, 13,436 house-building projects, across 18 regions, exposed through 24 specialized tools.

Why this server

Russia's construction market is fragmented across regional registries, vendor websites, and aggregators. AI assistants that try to answer "какие каркасные дома под ключ в Подмосковье до 3 млн руб?" end up hallucinating companies or linking to dead pages. mcp-market-ru exposes curated, structured data so agents can:

  • recommend vetted contractors by category / region / budget / rating,
  • estimate project cost from real market prices,
  • send qualified quote requests straight to a vendor (Telegram + email notification),
  • compare regions, prices, and companies analytically.

Quick start

Claude Desktop

Add the server to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "mcp-market-ru": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp-market.ru/mcp/"]
    }
  }
}

Restart Claude Desktop. The 24 tools appear under the MCP icon.

Cursor, Windsurf, any Streamable-HTTP client

Point the client directly at https://mcp-market.ru/mcp/ — no wrapper required.

Python (mcp client)

from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client

async with streamablehttp_client("https://mcp-market.ru/mcp/") as (read, write, _):
    async with ClientSession(read, write) as session:
        await session.initialize()
        result = await session.call_tool("smart_match", {"brief": "каркасный дом 180 кв.м в Подмосковье до 15 млн"})
        print(result)

Tools (24)

Search & catalog

ToolPurpose
search_companiesSearch 3 395 contractors by category / region / budget / free-text query
search_projectsSearch 13 436 house projects by area, floors, material, price
get_companyFull company profile: contacts, prices, rating, reviews, projects
get_projectProject specs, pricing, features, company contacts
get_categoriesAll categories + company count per category
get_regionsAll 18 regions + company count per region
get_statsCatalog totals + daily agent-query / lead counters
export_search_csvExport companies/projects search results as CSV (UTF-8 with BOM, Excel-friendly)

Analytics

ToolPurpose
market_analyticsAggregate market view: segments, pricing bands, regional density
market_reportNarrative market report for a specified region
trend_analyzerCompany growth, price dynamics, rating changes over time
price_comparisonPrices across regions and categories side-by-side
region_comparisonCompare multiple regions on companies / projects / prices
compare_companiesHead-to-head comparison of 2–3 companies

Recommendation & estimation

ToolPurpose
find_best_companiesRank contractors matching budget, region, rating floor
contractor_recommendationAI-weighted top picks with reasoning
smart_matchNatural-language Russian brief → parsed filters + top-N contractors
calculate_costQuick cost estimate from category + region + area
project_estimatorDetailed estimate with economy / standard / premium tiers

Deep profiles

ToolPurpose
company_portfolioFull portfolio: all projects, prices, reviews, contacts
company_deep_profileCompany profile plus reviews, categories, pricing history
review_analysisSentiment breakdown, themes, strengths & weaknesses

Lead generation

ToolPurpose
request_quoteSubmit a lead; vendor notified via Telegram + email
get_lead_statusCheck status of a previously-submitted lead (new / contacted / won / lost)

Pricing

TierLimitTools
Free100 req/daySearch + catalog tools
Starter1 000 req/day+ Analytics
Pro10 000 req/day+ Recommendations + Deep profiles
EnterprisecustomEverything + dedicated support

Get an API key: https://mcp-market.ru/register

Data freshness

Data is refreshed weekly from public registries, vendor sites, and project portals. Coverage stats:

FieldFill rate
Description100 %
Rating94 %
Website62 %
Phone44 %
Email30 %

Last refresh: April 2026.

Architecture

  • FastAPI + FastMCP over Streamable HTTP at /mcp/
  • PostgreSQL 16 for catalog & leads
  • Content-negotiated landing at /mcp/text/html returns docs, text/event-stream returns the MCP transport
  • TLS via Let's Encrypt, hosted in Moscow datacenter

REST mirror available at /api/v1/... for non-MCP clients (see /api/endpoints).

License

MIT — see LICENSE.

Contact

Reviews

No reviews yet

Sign in to write a review