Tonzar MCP Server — AI Agent Access to 160,000+ Russian Products
1
Сұраныс мәліметтері
2
Байланыс ақпараты
Сізге не керек?

Іздеп жатқан тауарды немесе қызметті сипаттаңыз

Сіздің байланыс ақпараты

Біз сізбен жақын арада хабарласамыз

Сұраныс жіберілді!

Рахмет! Біз сізбен жақын арада ең жақсы ұсыныстармен хабарласамыз.

Tonzar MCP Server

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/mcp
Endpoint
https://tonzar.com/mcp
Transport
Streamable HTTP
Protocol
JSON-RPC 2.0 · MCP 2025-03-26

Available tools

Five 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

How to connect

Claude Desktop / Cursor

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

Direct (any HTTP client)

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"}}}'

Not sure where to start?

Pick the path that fits where you are right now — Tonzar will meet you there.

Want to know how we run the deal? See our trade service →

Want Tonzar wired into your platform or workflow?

Tell us about your use case — procurement automation, sourcing assistant, market research. Our team replies within one business day.

Contact us