INDIVIDUAL MCP TOOL
request_quote
Send a quote request to a construction company on behalf of the user.
LIVE ENDPOINT
https://mcp-market.ru/mcp
Connect to this endpoint to inspect the live schema for request_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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_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.