# MCP Market Russia

Catalog of 3,400+ Russian construction companies and house projects for AI agents. Search companies by category, region, and budget. Find house projects by area, floors, material, and price. Compare …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add devids77/mcp-market-russia

# Browse available tools
npx -y @smithery/cli@latest tool list devids77/mcp-market-russia

# Get full schema for a tool
npx -y @smithery/cli@latest tool get devids77/mcp-market-russia search_companies

# Call a tool
npx -y @smithery/cli@latest tool call devids77/mcp-market-russia search_companies '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-market-russia--devids77.run.tools`

## Tools (10)

- `search_companies` — Search Russian construction companies by category, region, and budget.
- `search_projects` — Search house building projects by area, floors, material, and price.
- `compare_companies` — Compare 2-3 construction companies side by side on prices, ratings, number of projects, and specialization.
- `calculate_cost` — Calculate estimated construction cost based on real market data from the catalog.
- `get_company` — Get full company profile including contacts, prices, rating, reviews, and list of house projects.
- `get_project` — Get detailed house project information including specifications, price, features, and company contacts.
- `get_categories` — Get all company categories with the number of companies in each category.
- `get_regions` — Get all available regions with the number of companies in each region.
- `get_stats` — Get catalog statistics: total companies, projects, regions, categories, agent queries today, and leads generated.
- `request_quote` — Send a quote request to a construction company on behalf of the user.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get devids77/mcp-market-russia <tool-name>
```
