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
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.
Live endpoint: https://mcp-market.ru/mcp/
Interactive demo: https://mcp-market.ru/demo
Dashboard: https://mcp-market.ru/dashboard
Protocol: MCP v2024-11-05 (Streamable HTTP transport)
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
Tool | Purpose |
| Search 3 395 contractors by category / region / budget / free-text query |
| Search 13 436 house projects by area, floors, material, price |
| Full company profile: contacts, prices, rating, reviews, projects |
| Project specs, pricing, features, company contacts |
| All categories + company count per category |
| All 18 regions + company count per region |
| Catalog totals + daily agent-query / lead counters |
| Export companies/projects search results as CSV (UTF-8 with BOM, Excel-friendly) |
Analytics
Tool | Purpose |
| Aggregate market view: segments, pricing bands, regional density |
| Narrative market report for a specified region |
| Company growth, price dynamics, rating changes over time |
| Prices across regions and categories side-by-side |
| Compare multiple regions on companies / projects / prices |
| Head-to-head comparison of 2–3 companies |
Recommendation & estimation
Tool | Purpose |
| Rank contractors matching budget, region, rating floor |
| AI-weighted top picks with reasoning |
| Natural-language Russian brief → parsed filters + top-N contractors |
| Quick cost estimate from category + region + area |
| Detailed estimate with economy / standard / premium tiers |
Deep profiles
Tool | Purpose |
| Full portfolio: all projects, prices, reviews, contacts |
| Company profile plus reviews, categories, pricing history |
| Sentiment breakdown, themes, strengths & weaknesses |
Lead generation
Tool | Purpose |
| Submit a lead; vendor notified via Telegram + email |
| Check status of a previously-submitted lead (new / contacted / won / lost) |
Pricing
Tier | Limit | Tools |
Free | 100 req/day | Search + catalog tools |
Starter | 1 000 req/day | + Analytics |
Pro | 10 000 req/day | + Recommendations + Deep profiles |
Enterprise | custom | Everything + 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:
Field | Fill rate |
Description | 100 % |
Rating | 94 % |
Website | 62 % |
Phone | 44 % |
30 % |
Last refresh: April 2026.
Architecture
FastAPI + FastMCP over Streamable HTTP at
/mcp/PostgreSQL 16 for catalog & leads
Content-negotiated landing at
/mcp/—text/htmlreturns docs,text/event-streamreturns the MCP transportTLS 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
Site: https://mcp-market.ru/
Telegram: @Devavatar
This server cannot be installed
Maintenance
Latest Blog Posts
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