Give your AI agent direct, structured access to 160,000+ products from 8,900+ verified Russian manufacturers. Through the Model Context Protocol, assistants like Claude, ChatGPT and Cursor can search the catalog, browse categories, and pull live specs, prices and supplier details — no scraping, no copy-paste.
https://tonzar.com/mcpFive tools expose the whole catalog. Your agent calls them directly over JSON-RPC.
| Tool | What it does | Key arguments |
|---|---|---|
searchProducts |
Full-text catalog search with bilingual RU↔EN synonyms. | query, category, exclude, maxResults |
getProduct |
Full product details: description, specs, pricing, variants, image. | productId |
listCategories |
Browse 15 root categories and subcategories with product counts. | parentId |
listProducts |
Paginated product listing within any category (whole subtree). | categoryId, page, limit |
getSupplier |
Russian manufacturer details: INN, region, website, product count. | supplierId |
Add Tonzar as a remote MCP server in your client config (claude_desktop_config.json or ~/.cursor/mcp.json):
{ "mcpServers": { "tonzar": { "url": "https://tonzar.com/mcp" } } }
Send JSON-RPC 2.0 over HTTP POST. A plain GET returns a self-describing manifest with the full tool schema.
# search the catalog curl -X POST https://tonzar.com/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1, "method":"tools/call", "params":{"name":"searchProducts", "arguments":{"query":"excavator"}}}'
Discovery manifest and LLM context: /.well-known/mcp.json ·
/llms.txt
Tell us about your use case — procurement automation, sourcing assistant, market research. Our team replies within one business day.
Tell us what you need and get quotes from verified suppliers