_ registry / mcp streamable-http · checked 27m ago

Depureco Industrial Vacuum Tools

https://depureco.com

Registry code: bd822f23cf6f8460

api record

Industrial vacuum configurator: 150+ products, 24 sectors, ATEX certifications, technical specs.

from a public catalogue that lists it, not from the operator

endpoint
https://depureco.com/wp-json/depureco/v1/mcp
protocol
streamable-http ·2025-03-26
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
549ms

last good check

priced tools
0

of 20 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 20 tools
3 open 17 never probed 3 of 20 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • getAssistantInstructions open 27m ago

    Operational guidelines for the AI. Call first.

    mcp-tool

    {
      "type": "object",
      "properties": {}
    }
    arguments 4 lines
  • getApplications open 27m ago

    Materials that can be vacuumed. E.g.: combustible dust, welding fumes, oils, liquids.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getCertificates open 27m ago

    Available certifications. E.g.: CE, Atex, Type H dust.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getProductAccessories unknown never probed

    Compatible accessories with codes and images. E.g.: antistatic kits, lances, brushes.

    mcp-tool

    {
      "type": "object",
      "required": [
        "productId"
      ],
      "properties": {
        "productId": {
          "type": "string",
          "description": "Numeric ID, exact product title, or product slug."
        }
      }
    }
    arguments 12 lines
  • getSectors unknown never probed

    Industrial sectors. E.g.: food, pharmaceutical, 3D printing, metalworking.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getProductData unknown never probed

    Full product sheet: description, standard features, options, accessories, manuals. E.g.: "PUMA ACD".

    mcp-tool

    {
      "type": "object",
      "required": [
        "productId"
      ],
      "properties": {
        "productId": {
          "type": "string",
          "description": "Numeric ID, exact product title, or product slug (e.g. \"PUMA ACD\" or \"130905\")."
        }
      }
    }
    arguments 12 lines
  • getTechnicalSpecs unknown never probed

    Precise technical data: power, airflow, vacuum, filter, dimensions, weight, Atex marking.

    mcp-tool

    {
      "type": "object",
      "required": [
        "productId"
      ],
      "properties": {
        "productId": {
          "type": "string",
          "description": "Numeric ID, exact product title, or product slug."
        }
      }
    }
    arguments 12 lines
  • configureProduct unknown never probed

    Find products matching a need. E.g.: "wood dust in Atex zone 22", "CNC oil 280L".

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10,
          "description": "Maximum number of results to return (1-25, default 10)"
        },
        "power": {
          "type": "string",
          "description": "Product power value as returned by getFilterOptions.powerValues"
        },
        "usage": {
          "type": "string",
          "description": "Canonical slug for usage mode"
        },
        "sector": {
          "type": "string",
          "description": "Canonical slug for industrial sector"
        },
        "zoneType": {
          "type": "string",
          "description": "Canonical slug for zone type"
        },
        "structure": {
          "type": "string",
          "description": "Canonical slug for structure"
        },
        "motorPower": {
          "type": "string",
          "description": "Motor power value as returned by getFilterOptions.motorPowerValues"
        },
        "application": {
          "type": "string",
          "description": "Canonical slug for application / vacuumable material"
        },
        "certificate": {
          "type": "string",
          "description": "Canonical slug for certification"
        },
        "powerSupply": {
          "type": "string",
          "description": "Canonical slug for power supply"
        },
        "productType": {
          "type": "string",
          "description": "Canonical slug for product type"
        },
        "productCategory": {
          "type": "string",
          "description": "Canonical slug for product category"
        },
        "collectionSystem": {
          "type": "string",
          "description": "Canonical slug for collection system"
        },
        "collectionCapacity": {
          "type": "string",
          "description": "Canonical slug for collection capacity"
        },
        "filterCleaningSystem": {
          "type": "string",
          "description": "Canonical slug for filter cleaning system"
        }
      }
    }
    arguments 66 lines
  • getFilterOptions unknown never probed

    Available product search criteria (materials, sectors, certifications, Atex zones, power, capacity, etc.). Call before configureProduct.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter to narrow returned options"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getProductTypes unknown never probed

    Product types. E.g.: mobile vacuum, fixed dust collector, pre-separator.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getZoneTypes unknown never probed

    Certified Atex zones. E.g.: zone 22, zone 21, ordinary.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getUsages unknown never probed

    Usage mode: occasional or continuous.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getPowerSupplies unknown never probed

    Available power supplies. E.g.: electric, compressed air, battery.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getCollectionSystems unknown never probed

    Collection systems. E.g.: stainless steel container, Longopac, inert liquid bath.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getCollectionCapacities unknown never probed

    Container capacities. E.g.: 20-50L, 51-100L, over 300L.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getProductCategories unknown never probed

    Product safety categories. E.g.: ACD, Atex 1/2D, 1/3D, 3D.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getFilterCleaningSystems unknown never probed

    Filter cleaning. E.g.: manual, Jet Clean, automatic backflush.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getStructures unknown never probed

    Product structure: mobile or fixed.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getPowerValues unknown never probed

    Total product power ranges.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
  • getMotorPowerValues unknown never probed

    Motor power values in kW/HP.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "search": {
          "type": "string",
          "description": "Optional text filter"
        },
        "includeEmpty": {
          "type": "boolean",
          "description": "If true, include terms with no published products"
        }
      }
    }
    arguments 14 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/bd822f23cf6f8460/badge.svg)](https://brick.blue/agent/bd822f23cf6f8460)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.