mcp-market-ru
Enables lead notifications to vendors via Telegram when users submit quote requests through the MCP server's lead generation tools.
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.
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.
Related MCP server: mcp-fns-check
Quick start — Claude Desktop
Open your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: `%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
Tool | Tier | Description |
| Free | Search construction companies by category, region, budget, tags |
| Free | Search house projects by area, price, material |
| Free | Full company details with all projects |
| Free | Complete project card (specs, price, photos) |
| Free | List all company categories with counts |
| Free | List all regions with company counts |
| Free | Catalog statistics |
| Free | Match companies to budget + region + category |
| Free | Send a lead/quote request to a company |
| Free | Compare multiple companies side-by-side |
| Free | Project cost estimator |
| Starter | Regional market analytics |
| Starter | Top companies with extended metrics |
| Starter | Price comparison across segments |
| Starter | Full analytical report |
| Pro | AI recommendations for client criteria |
| Pro | AI cost estimate from project description |
| Pro | AI-summarized reviews per company |
| Pro | AI market trend analysis |
| Pro | Deep company profile with insights |
| Pro | AI comparison of regions |
Pricing
Plan | Price | Requests/day | Tools |
Free | ₽0 | 100 | 24 (all Free-tier tools) |
Starter | ₽2 990/mo | 1 000 | 24 + Analytics |
Pro | ₽7 990/mo | 5 000 | 24 + Analytics + AI Tools |
Enterprise | ₽24 990/mo | unlimited | 24 + 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
/dashboardfor 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/endpointPostgreSQL 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/overviewis 30s)
Links
Live site: https://mcp-market.ru
Demo (smart_match without registration): /demo
Live dashboard: /dashboard
Pricing: /pricing
Quickstart docs: /quickstart
MCP endpoint:
https://mcp-market.ru/mcpContact: info@mcp-market.ru
Error codes
Code | Meaning |
200 | OK |
400 | Bad request parameters |
401 | API key required for this endpoint |
403 | Your plan doesn't cover this endpoint |
404 | Not found |
429 | Daily request limit exceeded |
500 | Server error — report to info@mcp-market.ru |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server providing 12 tools for Seattle-area home remodeling: real-time cost estimation across 8 project types, contractor business info, project portfolio, blog content, and quote submission. Connects via Streamable HTTP — no auth required.MIT
- AlicenseAqualityBmaintenanceMCP server for verifying Russian counterparties (legal entities and individual entrepreneurs) via public Federal Tax Service data: EGRUL/EGRIP, bankruptcy registry (EFRSB), Transparent Business, bailiff service (FSSP), and arbitration courts (KAD).815MIT

INFATON MCP35official
AlicenseBqualityBmaintenanceMCP server for 1C:Enterprise ERP with 35 tools: metadata inspection, document CRUD, register queries, and BSP integration. First MCP server for Russian ERP systems (300,000+ organizations). JSON-RPC 2.0 compliant BSL implementation.5130MIT- AlicenseAqualityAmaintenanceMCP server for Russian Rosreestr open cadastral data — lookup by cadastral number, address or coordinates; cadastral value with history.4MIT
Related MCP Connectors
Real estate MCP server for Morocco — search, valuation, market analysis, 17 tools.
Hosted MCP server for data analysis: CSV profiling, A/B tests, cohorts, funnels, trend forecasts.
Hosted MCP: 795 structured web-data tools for search, maps, commerce, social, gaming & finance.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devids77/mcp-market-ru'
If you have feedback or need assistance with the MCP directory API, please join our Discord server