← mcp-market.ru
INDIVIDUAL MCP TOOL
get_categories
Get all company categories with the number of companies in each category.
LIVE ENDPOINT
https://mcp-market.ru/mcp
Connect to this endpoint to inspect the live schema for get_categories and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-market-russia]
url = "https://mcp-market.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-market-russia": {
"type": "http",
"url": "https://mcp-market.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-market-russia
Remote MCP URL: https://mcp-market.ru/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-market-russia": {
"url": "https://mcp-market.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-market-russia": {
"type": "http",
"url": "https://mcp-market.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-market-russia",
"transport": "streamable-http",
"url": "https://mcp-market.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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_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.