io.github.depurecoindustrialvacuums-boop/industrial-vacuum-explorer
Official20 toolsby depurecoindustrialvacuums-boop
Depureco Industrial Vacuum Explorer
Industrial vacuum configurator: 150+ products, 24 sectors, ATEX certifications, technical specs.
Configure industrial vacuum systems with 150+ products and ATEX certifications.
Topics
Captured live from the server via tools/list.
getAssistantInstructions
Operational guidelines for the AI. Call first.
No parameters.
getProductData
Full product sheet: description, standard features, options, accessories, manuals. E.g.: "PUMA ACD".
Parameters (1)
- productIdstringrequired
Numeric ID, exact product title, or product slug (e.g. "PUMA ACD" or "130905").
getTechnicalSpecs
Precise technical data: power, airflow, vacuum, filter, dimensions, weight, Atex marking.
Parameters (1)
- productIdstringrequired
Numeric ID, exact product title, or product slug.
getProductAccessories
Compatible accessories with codes and images. E.g.: antistatic kits, lances, brushes.
Parameters (1)
- productIdstringrequired
Numeric ID, exact product title, or product slug.
configureProduct
Find products matching a need. E.g.: "wood dust in Atex zone 22", "CNC oil 280L".
Parameters (15)
- applicationstring
Canonical slug for application / vacuumable material
- sectorstring
Canonical slug for industrial sector
- productTypestring
Canonical slug for product type
- zoneTypestring
Canonical slug for zone type
- usagestring
Canonical slug for usage mode
- powerSupplystring
Canonical slug for power supply
- certificatestring
Canonical slug for certification
- collectionSystemstring
Canonical slug for collection system
- collectionCapacitystring
Canonical slug for collection capacity
- productCategorystring
Canonical slug for product category
- filterCleaningSystemstring
Canonical slug for filter cleaning system
- structurestring
Canonical slug for structure
- powerstring
Product power value as returned by getFilterOptions.powerValues
- motorPowerstring
Motor power value as returned by getFilterOptions.motorPowerValues
- limitinteger
Maximum number of results to return (1-25, default 10)
getFilterOptions
Available product search criteria (materials, sectors, certifications, Atex zones, power, capacity, etc.). Call before configureProduct.
Parameters (2)
- searchstring
Optional text filter to narrow returned options
- includeEmptyboolean
If true, include terms with no published products
getApplications
Materials that can be vacuumed. E.g.: combustible dust, welding fumes, oils, liquids.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getSectors
Industrial sectors. E.g.: food, pharmaceutical, 3D printing, metalworking.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getProductTypes
Product types. E.g.: mobile vacuum, fixed dust collector, pre-separator.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getZoneTypes
Certified Atex zones. E.g.: zone 22, zone 21, ordinary.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getUsages
Usage mode: occasional or continuous.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getPowerSupplies
Available power supplies. E.g.: electric, compressed air, battery.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getCertificates
Available certifications. E.g.: CE, Atex, Type H dust.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getCollectionSystems
Collection systems. E.g.: stainless steel container, Longopac, inert liquid bath.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getCollectionCapacities
Container capacities. E.g.: 20-50L, 51-100L, over 300L.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getProductCategories
Product safety categories. E.g.: ACD, Atex 1/2D, 1/3D, 3D.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getFilterCleaningSystems
Filter cleaning. E.g.: manual, Jet Clean, automatic backflush.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getStructures
Product structure: mobile or fixed.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getPowerValues
Total product power ranges.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
getMotorPowerValues
Motor power values in kW/HP.
Parameters (2)
- searchstring
Optional text filter
- includeEmptyboolean
If true, include terms with no published products
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"industrial-vacuum-explorer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://depureco.com/wp-json/depureco/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.