# MCP Market Russia (remote · mcp-market.ru)

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

- Trust score: 63/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp-market.ru`: 63/100 (this document), [markdown](https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market.md), [page](https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market)

## Channel facts

- Endpoint: `https://mcp-market.ru/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `3.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 24 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 2417 tokens (~100/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http devids77-mcp-market-ru https://mcp-market.ru/mcp/
```

### Codex

```toml
[mcp_servers.devids77-mcp-market-ru]
url = "https://mcp-market.ru/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "devids77-mcp-market-ru": {
      "type": "remote",
      "url": "https://mcp-market.ru/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add devids77-mcp-market-ru --url https://mcp-market.ru/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  devids77-mcp-market-ru:
    url: "https://mcp-market.ru/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "devids77-mcp-market-ru": {
      "type": "http",
      "url": "https://mcp-market.ru/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 57, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 56)

First indexed and scored.

## MCP tools (24)

### `search_companies` (~199 tokens)

Search Russian construction companies by category, region, and budget.
Returns company name, rating, prices, website, and phone number.

Args:
    query: Free text search query (e.g. 'каркасные дома недорого', 'frame houses')
    category: Company category filter (каркасные_дома, дома_из_бруса, газобетон, кирпич, недвижимость, модульные_дома, СИП)
    region: Region or city name (e.g. 'Московская область', 'Санкт-Петербург', 'Краснодар')
    budget_max: Maximum budget in rubles. Set to 0 for no limit.
    limit: Number of results to return, maximum 20

Input parameters:

- `budget_max` (integer)
- `category` (string)
- `limit` (integer)
- `query` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `search_projects` (~241 tokens)

Search house building projects by area, floors, material, and price.
Returns project specifications, price, direct link, and company contacts.

Args:
    area_min: Minimum house area in square meters. Set to 0 for no limit.
    area_max: Maximum house area in square meters. Set to 0 for no limit.
    floors: Number of floors/stories. Set to 0 for any.
    material: Building material filter (каркас/frame, брус/timber, газобетон/aerated_concrete, кирпич/brick, СИП/SIP)
    budget_max: Maximum price in rubles. Set to 0 for no limit.
    region: Filter by company region or city name
    query: Free text search in project name and description
    limit: Number of results to return, maximum 20

Input parameters:

- `area_max` (integer)
- `area_min` (integer)
- `budget_max` (integer)
- `floors` (integer)
- `limit` (integer)
- `material` (string)
- `query` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `compare_companies` (~71 tokens)

Compare 2-3 construction companies side by side on prices, ratings, number of projects, and specialization.

Args:
    company_ids: Comma-separated company UUIDs to compare (2-3 IDs). Example: 'uuid1,uuid2,uuid3'

Input parameters:

- `company_ids` (string, required)

Output parameters:

- `result` (string)

### `calculate_cost` (~161 tokens)

Calculate estimated construction cost based on real market data from the catalog.
Uses average price per m² by material and region from actual company prices and projects.

Args:
    area: House area in square meters (required, e.g. 120)
    material: Building material (каркас/frame, брус/timber, газобетон/aerated_concrete, кирпич/brick, СИП/SIP). Empty = average across all.
    region: Region or city name for regional pricing. Empty = nationwide average.
    floors: Number of floors (1 or 2). 0 = no adjustment.

Input parameters:

- `area` (integer, required)
- `floors` (integer)
- `material` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `get_company` (~49 tokens)

Get full company profile including contacts, prices, rating, reviews, and list of house projects.

Args:
    company_id: Company UUID from search_companies results

Input parameters:

- `company_id` (string, required)

Output parameters:

- `result` (string)

### `get_project` (~45 tokens)

Get detailed house project information including specifications, price, features, and company contacts.

Args:
    project_id: Project UUID from search_projects results

Input parameters:

- `project_id` (string, required)

Output parameters:

- `result` (string)

### `get_categories` (~21 tokens)

Get all company categories with the number of companies in each category.

Output parameters:

- `result` (string)

### `get_regions` (~21 tokens)

Get all available regions with the number of companies in each region.

Output parameters:

- `result` (string)

### `get_stats` (~29 tokens)

Get catalog statistics: total companies, projects, regions, categories, agent queries today, and leads generated.

Output parameters:

- `result` (string)

### `request_quote` (~146 tokens)

Send a quote request to a construction company on behalf of the user.
Returns confirmation with lead ID and company contact details.

Args:
    company_id: Target company UUID (required)
    project_id: Specific project UUID if the user is interested in a particular house project
    name: Client's name for the quote request
    phone: Client's phone number for callback
    email: Client's email address
    comment: Additional comments or requirements for the quote

Input parameters:

- `comment` (string)
- `company_id` (string, required)
- `email` (string)
- `name` (string)
- `phone` (string)
- `project_id` (string)

Output parameters:

- `result` (string)

### `market_analytics` (~108 tokens)

Get comprehensive market analytics for the Russian construction market.
Returns: average prices, top companies by rating, market size, price distribution.
Perfect for investors, analysts, and companies entering the market.
Args:
    region: Filter by region (e.g. 'Москва', 'Санкт-Петербург'). Empty = all regions.
    category: Filter by category (e.g. 'Строительство домов'). Empty = all categories.

Input parameters:

- `category` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `find_best_companies` (~247 tokens)

Smart lead generation: find the best construction companies matching your criteria.
Perfect for finding contractors, generating leads, or market research.
Args:
    region: Filter by region name (e.g. 'Москва'). Empty = all.
    category: Filter by category/subcategory. Empty = all.
    min_rating: Minimum rating (0-5). 0 = no filter.
    max_price: Maximum price per m2 in thousands RUB. 0 = no filter.
    min_price: Minimum price per m2 in thousands RUB. 0 = no filter.
    has_phone: Only companies with phone number.
    has_projects: Only companies with project portfolio.
    sort_by: Sort by: 'rating', 'price_asc', 'price_desc', 'reviews', 'projects'.
    limit: Max results (1-50).

Input parameters:

- `category` (string)
- `has_phone` (boolean)
- `has_projects` (boolean)
- `limit` (integer)
- `max_price` (number)
- `min_price` (number)
- `min_rating` (number)
- `region` (string)
- `sort_by` (string)

Output parameters:

- `result` (string)

### `price_comparison` (~81 tokens)

Compare construction prices across regions and categories.
Returns detailed price statistics, percentiles, and regional rankings.
Args:
    regions: Comma-separated regions to compare (e.g. 'Москва,Санкт-Петербург'). Empty = all.
    category: Filter by category. Empty = all.

Input parameters:

- `category` (string)
- `regions` (string)

Output parameters:

- `result` (string)

### `company_portfolio` (~57 tokens)

Get FULL company portfolio: details, all projects, prices, reviews, contacts.
Comprehensive dossier for due diligence or hiring decisions.
Args:
    company_slug: Company slug identifier (from search results).

Input parameters:

- `company_slug` (string, required)

Output parameters:

- `result` (string)

### `market_report` (~75 tokens)

Generate a comprehensive market report for a specific region.
Includes: market size, price tiers, top players, contact availability, competitive landscape.
Perfect for investors, business development, and market entry analysis.
Args:
    region: Region name (e.g. 'Москва', 'Ленинградская область').

Input parameters:

- `region` (string, required)

Output parameters:

- `result` (string)

### `review_analysis` (~57 tokens)

Analyze company reviews - sentiment breakdown, common themes, strengths and weaknesses. Provide company_slug for specific company or region/category for market overview.

Input parameters:

- `category` (string)
- `company_slug` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `contractor_recommendation` (~91 tokens)

AI-powered contractor recommendation. Finds the best matching companies based on budget, region, quality requirements. Returns ranked list with match scores.

Input parameters:

- `budget_max` (number)
- `budget_min` (number)
- `category` (string)
- `min_rating` (number)
- `need_contacts` (boolean)
- `need_portfolio` (boolean)
- `region` (string)

Output parameters:

- `result` (string)

### `project_estimator` (~69 tokens)

Estimate construction project cost based on area, region, category and quality level (economy/standard/premium). Uses real market data from our database.

Input parameters:

- `area_sqm` (number, required)
- `category` (string)
- `quality` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `trend_analyzer` (~56 tokens)

Analyze market trends - company growth, price dynamics, rating changes by region/category.
Shows how the construction market is developing over time.

Input parameters:

- `category` (string)
- `period` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `company_deep_profile` (~47 tokens)

Get comprehensive company profile with all available data - contacts, projects, pricing, 
reviews analysis, market position, and comparison with competitors in same region.

Input parameters:

- `slug` (string, required)

Output parameters:

- `result` (string)

### `region_comparison` (~52 tokens)

Compare construction markets across regions. Provide comma-separated region names.
Shows companies count, ratings, prices, contact availability for each region side by side.

Input parameters:

- `category` (string)
- `regions` (string, required)

Output parameters:

- `result` (string)

### `export_search_csv` (~133 tokens)

Export search results as CSV text (UTF-8 with BOM, Excel-friendly).

entity: 'companies' or 'projects'
query: free-text search in name/description
category, region: filter fields
budget_max: for companies, cap on min_project_price
limit: 1..2000 rows (default 500)

Returns CSV text ready to save as .csv and open in Excel.

Input parameters:

- `budget_max` (number)
- `category` (string)
- `entity` (string)
- `limit` (integer)
- `query` (string)
- `region` (string)

Output parameters:

- `result` (string)

### `smart_match` (~88 tokens)

Natural-language contractor search. Pass a free-form Russian brief
(e.g. "хочу каркасный дом 180 кв.м в Подмосковье до 15 млн") and get
top-N matching contractors plus an explanation of how the brief was parsed.

Returns JSON with: parsed filters, matches list, explanation.

Input parameters:

- `brief` (string, required)
- `top_n` (integer)

Output parameters:

- `result` (string)

### `get_lead_status` (~82 tokens)

Check the status of a lead created via request_quote.

lead_id: UUID returned by request_quote
api_key: the api_key used when the lead was created

Returns JSON with status (new/contacted/won/lost), company info,
contact fields, budget, timestamps.

Input parameters:

- `api_key` (string, required)
- `lead_id` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 59
- 2026-07-29: 58
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 56

## Links

- Remote endpoint: https://mcp-market.ru/mcp/
- Repository: https://github.com/devids77/mcp-market-ru
- Website: https://mcp-market.ru/
- Changelog RSS feed: https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market/changelog.json
- HTML version of this page: https://verifymcp.io/servers/devids77-mcp-market-ru/mcp-market
