CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Tonzar B2B Russian Export Marketplace

introman2023/tonzar-mcp
HTTPregistry active
Summary

Connects Claude to Tonzar's catalog of 160,000+ Russian B2B products from 8,900+ verified manufacturers across 15 industries (medical devices, agricultural equipment, industrial machinery, furniture, HVAC, and more). Exposes five tools: searchProducts with bilingual EN/RU synonym expansion and exclude filters, getProduct for full specs and pricing in USD, listCategories to browse the taxonomy, listProducts for paginated results, and getSupplier for manufacturer details including certifications and region. Runs on streamable HTTP at tonzar.com/mcp with no authentication required. Reach for this when sourcing Russian export equipment, comparing technical specifications across suppliers, or researching manufacturers by category and capabilities for import decisions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

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

Cursor / Windsurf / generic MCP client

Add to your MCP config:

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

Test directly

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

"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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Sales & MarketingSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 10, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1