Depureco Industrial Vacuum Explorer

Created By
depurecoindustrialvacuums-boop15 days ago
Remote MCP Server (WebMCP) for industrial vacuum cleaner exploration and configuration. Helps to choose the right vacuuming solution for each specific dust extraction application. Query 150+ products across 24 industrial sectors with full ATEX certification data, technical specifications, and accessory compatibility. **Capabilities:** - Choose the right solution within 180+ models of industrial vacuum - Find vacuums for ATEX Zone 2/21/22 (explosive atmospheres) - Configure for combustible dust (aluminum, titanium, flour, wood) - Select for toxic/carcinogenic dust (Class H, Type H certified) - CNC oil and coolant extraction - Welding fume extraction - Central vacuum systems (CVS) - Compatible accessories by product **20 tools** covering product search, technical specs, filter options, ATEX zones, certifications, and accessories. No authentication required. Public access.
Overview

Depureco Industrial Vacuum Explorer MCP

The first Remote MCP Server (WebMCP) for industrial vacuum cleaner configuration. Query 150+ products across 24 industrial sectors with full ATEX certification data, technical specifications, and accessory compatibility.

What it does

AI assistants connected to this MCP server can accurately recommend industrial vacuum cleaners for:

  • ATEX Zone 21/22 — explosive atmospheres with combustible or conductive dust
  • Combustible dust — aluminum, titanium, magnesium, flour, sugar, wood, MDF
  • Toxic/carcinogenic dust — crystalline silica, pharmaceutical APIs (Class H, Type H certified)
  • CNC oil and coolant extraction — whole oils, emulsions, coolants with chips
  • Welding fume extraction — at-source torch extraction with auto start-stop
  • Central vacuum systems (CVS) — multi-station industrial installations
  • Compatible accessories — antistatic kits, lances, brushes, height-cleaning kits

Why it matters

Industrial vacuum selection is safety-critical. Getting it wrong means regulatory non-compliance, safety hazards, or legal liability. This MCP server gives AI assistants access to authoritative structured data instead of relying on training data assumptions.

20 Available Tools

Core workflow:

  • getAssistantInstructions — Operational guidelines for the AI
  • getFilterOptions — All available search criteria
  • configureProduct — Find matching products by criteria
  • getProductData — Complete product sheet with highlights, features, accessories
  • getTechnicalSpecs — Precise data: airflow, vacuum, power, filter, ATEX marking
  • getProductAccessories — Compatible accessories with codes and images

Single-filter lookup (14 tools): Applications, sectors, ATEX zones, certifications, capacities, collection systems, filter cleaning, power supplies, structures, usage modes, and more.

Data Coverage

  • 150+ products across 24 industrial sectors
  • 38 ATEX-certified products (Zone 21, Zone 22, Zone 2)
  • ATEX categories: 1/2D, 1/3D, 3D, 3GD, ACD, 3/3G
  • Type H dust certified (EN 60335-2-69) for carcinogenic dust
  • Multilingual URLs (IT, EN, DE, FR, ES, RO)
  • Manuals and brochures in 6 languages

Endpoint

Server Config

{
  "mcpServers": {
    "depureco-industrial-vacuum": {
      "type": "url",
      "url": "https://depureco.com/wp-json/depureco/v1/mcp"
    }
  }
}
Project Info
Created At
15 days ago
Updated At
15 days ago
Author Name
depurecoindustrialvacuums-boop
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Mnemom

15 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago