- Tonzar.com Russian B2b Export Marketplace
Tonzar.com Russian B2b Export Marketplace
Tonzar MCP Server
Model Context Protocol server for Tonzar.com — a Russian B2B export marketplace with 160,000+ products from 8,900+ verified manufacturers.
Connect
Endpoint: https://tonzar.com/mcp
Claude Desktop / Claude.ai
Add as a custom connector: Settings → Connectors → Add → https://tonzar.com/mcp
Cursor / Windsurf / Other MCP Clients
Add to your MCP config:
{
"mcpServers": {
"tonzar": {
"url": "https://tonzar.com/mcp"
}
}
}
Tools
| Tool | Description |
|---|---|
searchProducts | Full-text search across 160K+ products by name, description, and specifications. Supports synonym expansion (EN↔RU), category filtering, and exclusion filters. |
getProduct | Get full product details: specs, pricing, images, manufacturer info, related models. |
listCategories | Browse 15 root categories and their subcategories with product counts. |
listProducts | Paginated product listing within a category. |
getSupplier | Manufacturer details: product count, region, certifications, company info. |
Search Features
- Bilingual search: queries in English or Russian, with automatic synonym expansion
- Specifications search: finds products by technical characteristics (voltage, power, material, etc.)
- Exclude filter:
exclude: "chipboard,ЛДСП"removes unwanted materials/types - Minus syntax:
query: "desk MDF -chipboard"— inline exclusion
Example Queries
"ventilator" → Mechanical ventilators, lung ventilation devices
"КТ томограф" → CT scanners from Russian manufacturers
"welding machine" → Welding equipment (inverter, MIG/MAG, TIG)
"corner desk MDF -chipboard" → MDF desks, excluding chipboard/ЛДСП
"pump", category: "Medical" → Medical pumps only
Product Categories
Industrial Equipment, Medical Devices, Agricultural Machinery, Transport & Vehicles, Electronics & IT, Construction Materials, Energy Equipment, Chemical Products, Food Processing, Textile & Light Industry, Woodworking, Metallurgy, Oil & Gas, Scientific Instruments, and more.
Protocol
- Transport: Streamable HTTP (POST)
- Protocol version: 2025-03-26
- Content-Type: application/json
- Authentication: None required (public catalog)
Auto-discovery
https://tonzar.com/.well-known/mcp.json— MCP manifesthttps://tonzar.com/llms.txt— LLM-friendly site description
About Tonzar
Tonzar.com is a B2B marketplace connecting international buyers with Russian manufacturers of industrial equipment, medical devices, agricultural machinery, and more. All prices in USD. Products include full specifications, certifications, and manufacturer details.
License
This MCP server provides public, read-only access to the Tonzar product catalog. No API key required.
Server Config
{
"mcpServers": {
"tonzar": {
"url": "https://tonzar.com/mcp"
}
}
}