Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Tonzar B2B Russian Export Marketplace
Tonzar B2B Russian Export Marketplace logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:37:52 PM

Tonzar B2B Russian Export Marketplace

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search 160k+ Russian B2B products from 8,900+ verified manufacturers (EN/RU).

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for Tonzar B2B Russian Export Marketplace, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Tonzar MCP Server

MCP Registry Endpoint License

Model Context Protocol server for Tonzar.com β€” a Russian B2B export marketplace with 160,000+ products from 8,900+ verified manufacturers.

Designed for AI agents and B2B buyers researching Russian industrial, medical, agricultural, transport, and IT equipment for export.

What it does

This MCP server exposes Tonzar's full product catalog to any MCP-aware client (Claude Desktop, Claude Code, Cursor, Windsurf, custom agents). Ask in English or Russian:

"Find Russian manufacturers of MRI scanners with at least 32 slices."

"List welding equipment from Russia under $5,000."

"Get full specs and supplier info for Kirovets K-703M tractor."

The server understands B2B-import context, returns products with prices in USD, specifications, certifications, and verified-manufacturer info ready for sourcing decisions.

Quick start

Endpoint: https://tonzar.com/mcp (Streamable HTTP, no API key required)

Claude Desktop / Claude.ai

Settings β†’ Connectors β†’ Add β†’ paste https://tonzar.com/mcp.

Claude Code

Terminal
claude mcp add tonzar https://tonzar.com/mcp

Cursor / Windsurf / generic MCP client

Add to your MCP config:

config.json
{
  "mcpServers": {
    "tonzar": {
      "url": "https://tonzar.com/mcp"
    }
  }
}

Test directly

Terminal
curl -X POST https://tonzar.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

Tools

ToolDescription
searchProductsFull-text search across 160K+ products by name, description, and specifications. Supports synonym expansion (EN↔RU), category filtering, and exclusion filters.
getProductGet full product details: specs, pricing, images, manufacturer info, related models.
listCategoriesBrowse 15 root categories and their sub-categories with product counts.
listProductsPaginated product listing within a category.
getSupplierManufacturer 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
  • Category filter β€” restrict to one of 15 root categories or any sub-category

Example queries

Code
"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
"Ρ‚Ρ€Π°ΠΊΡ‚ΠΎΡ€", category: "Agriculture" β†’ Russian-made agricultural tractors

Product categories

15 root industries:

  • Furniture β€” office, hotel, home, kitchen
  • Electrical & Lighting β€” cables, switchgear, lamps, transformers
  • Transport & Special Vehicles β€” buses, trucks, tractors, special-purpose vehicles
  • Medical & Healthcare β€” devices, consumables, hospital equipment
  • Industrial Equipment β€” machine tools, pumps, compressors
  • Safety & Security β€” fire/PPE, surveillance, access control
  • Construction & Building β€” structures, materials, fittings
  • Textiles & Fabrics β€” fabrics, threads, technical textiles
  • HVAC & Refrigeration β€” boilers, AC, freezers
  • Agriculture Equipment β€” tractors, harvesters, irrigation
  • IT & Telecommunications β€” servers, networking, telecom
  • Auto Parts & Accessories β€” components, batteries, tires
  • Home Appliances β€” kitchen, laundry, climate
  • Toys & Children Products β€” toys, prams, school
  • Sports & Seasonal β€” fitness, outdoor, seasonal goods

Protocol details

  • Transport β€” Streamable HTTP (POST /mcp)
  • Protocol version β€” 2025-03-26
  • Content-Type β€” application/json
  • Authentication β€” none (public read-only catalog)
  • Rate-limit β€” fair-use (no published quotas, contact us for volume)

Auto-discovery endpoints

  • /.well-known/mcp.json β€” MCP manifest
  • /llms.txt β€” LLM-friendly site map and content guide

Listed in

  • Official MCP Registry β€” io.github.introman2023/tonzar
  • mcp.so

About Tonzar

Tonzar.com is a B2B marketplace connecting international buyers with Russian manufacturers of industrial, medical, agricultural, and consumer goods. All prices are shown in USD. Each product includes:

  • Full technical specifications
  • Verified manufacturer information (region, year of registration, size, ИНН/ΠžΠ“Π Π)
  • Direct contact and inquiry options
  • Logistics and Trade Assurance support β€” see /trade-assurance
  • Sourcing service for export-ready deals β€” see /sourcing

Reporting issues

If a tool returns unexpected results, please open an issue with:

  • The exact query that failed
  • The expected result
  • The actual response

License

The catalog data is provided for public, read-only access via this MCP server with no API key required. The server code (this repository) is released under the MIT License.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    πŸ’» Developer Tools2 views
    Compare vs Skill of Skills β†’
  • R
    Ruv Swarm

    Neural network swarm orchestration with WebAssembly acceleration and MCP integration

    πŸ’» Developer Tools2 views
    Compare vs Ruv Swarm β†’
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    πŸ’» Developer Tools2 views
    Compare vs Andrea9293 MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Tonzar B2B Russian Export Marketplace

We don't have a confirmed install command for Tonzar B2B Russian Export Marketplace yet, so we don't publish a generated one β€” a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/introman2023/tonzar-mcp) for the current steps.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTonzar B2B Russian Export Marketplace AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tonzar-b2b-russian-export-marketplace?style=directory)](https://allmcps.com/mcp/tonzar-b2b-russian-export-marketplace)
HTML Embed
<a href="https://allmcps.com/mcp/tonzar-b2b-russian-export-marketplace"><img src="https://allmcps.com/api/badge/tonzar-b2b-russian-export-marketplace?style=directory" alt="Tonzar B2B Russian Export Marketplace on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
29Quality signal: Emerging Β· 29/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Tonzar B2B Russian Export Marketplace β†’Install in Claude DesktopInstall in CursorInstall in VS Code