# MCP Market Russia MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-devids77-mcp-market-ru
- Repository: https://github.com/devids77/mcp-market-ru
- Website: https://mcp-market.ru

## Install
- Endpoint: https://mcp-market.ru/mcp/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp-market.ru/mcp/

## Tools
- search_companies - 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 Endpoint: https://mcp-market.ru/mcp/
- search_projects - 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 Endpoint: https://mcp-market.ru/mcp/
- compare_companies - 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' Endpoint: https://mcp-market.ru/mcp/
- calculate_cost - 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. Endpoint: https://mcp-market.ru/mcp/
- get_company - Get full company profile including contacts, prices, rating, reviews, and list of house projects.

Args:
    company_id: Company UUID from search_companies results Endpoint: https://mcp-market.ru/mcp/
- get_project - Get detailed house project information including specifications, price, features, and company contacts.

Args:
    project_id: Project UUID from search_projects results Endpoint: https://mcp-market.ru/mcp/
- get_categories - Get all company categories with the number of companies in each category. Endpoint: https://mcp-market.ru/mcp/
- get_regions - Get all available regions with the number of companies in each region. Endpoint: https://mcp-market.ru/mcp/
- get_stats - Get catalog statistics: total companies, projects, regions, categories, agent queries today, and leads generated. Endpoint: https://mcp-market.ru/mcp/
- request_quote - 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 Endpoint: https://mcp-market.ru/mcp/
- market_analytics - 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. Endpoint: https://mcp-market.ru/mcp/
- find_best_companies - 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). Endpoint: https://mcp-market.ru/mcp/
- price_comparison - 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. Endpoint: https://mcp-market.ru/mcp/
- company_portfolio - 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). Endpoint: https://mcp-market.ru/mcp/
- market_report - 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. 'Москва', 'Ленинградская область'). Endpoint: https://mcp-market.ru/mcp/
- review_analysis - Analyze company reviews - sentiment breakdown, common themes, strengths and weaknesses. Provide company_slug for specific company or region/category for market overview. Endpoint: https://mcp-market.ru/mcp/
- contractor_recommendation - AI-powered contractor recommendation. Finds the best matching companies based on budget, region, quality requirements. Returns ranked list with match scores. Endpoint: https://mcp-market.ru/mcp/
- project_estimator - Estimate construction project cost based on area, region, category and quality level (economy/standard/premium). Uses real market data from our database. Endpoint: https://mcp-market.ru/mcp/
- trend_analyzer - Analyze market trends - company growth, price dynamics, rating changes by region/category.
Shows how the construction market is developing over time. Endpoint: https://mcp-market.ru/mcp/
- company_deep_profile - Get comprehensive company profile with all available data - contacts, projects, pricing, 
reviews analysis, market position, and comparison with competitors in same region. Endpoint: https://mcp-market.ru/mcp/
- region_comparison - Compare construction markets across regions. Provide comma-separated region names.
Shows companies count, ratings, prices, contact availability for each region side by side. Endpoint: https://mcp-market.ru/mcp/
- export_search_csv - 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. Endpoint: https://mcp-market.ru/mcp/
- smart_match - 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. Endpoint: https://mcp-market.ru/mcp/
- get_lead_status - 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. Endpoint: https://mcp-market.ru/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.devids77
- Version: 3.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
