SDSentry — SDS Lookup & OSHA HazCom
Server Details
Free safety data sheet (SDS) lookup by product name, plus an OSHA HazCom readiness check.
- Status
- Healthy
- Uptime
- 99.9% over 23 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 2 tools
The two tools serve clearly separate functions: one explains OSHA HazCom compliance readiness, the other retrieves safety data sheets for specific chemicals. There is no overlap or ambiguity in their purposes.
Both tool names follow the same verb_noun pattern: check_hazcom_readiness and find_safety_data_sheet. The verbs 'check' and 'find' are appropriate for their respective actions, and the naming style is consistent.
With only two tools, the server is quite thin, but the count matches the narrow stated scope of SDS lookup and HazCom readiness. It feels borderline rather than excessive or severely lacking.
The server covers its two core functions: retrieving SDS documents and explaining compliance readiness. Minor gaps exist, such as no dedicated tool for GHS label details or written program creation, but the primary workflows are supported.
Available Tools
2 toolscheck_hazcom_readinessOSHA HazCom compliance — the deadline and how to check readinessARead-onlyIdempotentInspect
Explains the OSHA Hazard Communication (HazCom) employer compliance deadline and what a facility that stores chemicals needs in place (current safety data sheets, GHS container labels, a written program, and documented employee training), then points to a free, no-signup readiness self-audit. Does NOT invent fines, statistics, or legal conclusions. Use it when someone asks whether their business is OSHA HazCom compliant or ready for the deadline.
| Name | Required | Description | Default |
|---|---|---|---|
| industry | No | Optional: the kind of facility (e.g. "auto repair shop"), used only to tailor the wording. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive, and the description adds meaningful behavioral context: 'Does NOT invent fines, statistics, or legal conclusions' and 'points to a free, no-signup readiness self-audit.' This usefully clarifies the tool's informational and non-legal nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Every sentence earns its place: the first explains what the tool does and lists key compliance points, the second adds an important limitation, and the third gives the trigger for use. It is informative without being padded or redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (zero required parameters, simple optional input, no output schema), the description covers purpose, content scope, behavioral limitations, and usage context. Nothing essential is missing for an agent to select and invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the single optional parameter 'industry' is already documented in the schema as used 'only to tailor the wording.' The description adds no additional parameter semantics beyond the schema, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Explains') and a concrete resource: the OSHA Hazard Communication employer compliance deadline and required elements. It clearly communicates the tool's scope, though it does not explicitly contrast itself with the sibling tool find_safety_data_sheet; the compliance-readiness focus makes the distinction fairly evident.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes an explicit usage directive: 'Use it when someone asks whether their business is OSHA HazCom compliant or ready for the deadline.' This provides clear context for when the tool applies, but it does not name alternative tools or explicitly state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_safety_data_sheetFind a safety data sheet (SDS) for a chemical or productARead-onlyIdempotentInspect
Look up the manufacturer safety data sheet (SDS/MSDS) for a workplace chemical or product by name. Returns the product name, manufacturer, CAS number(s), EPA registration where applicable, a link to the actual SDS PDF, and a confidence level. If the product cannot be identified reliably it says so plainly rather than guessing — a wrong SDS is worse than none. Free, no signup. Use it when someone needs hazard or handling information, or the SDS, for a chemical they keep on site.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | The chemical or product name to look up (at least 2 characters). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnly, idempotent, and non-destructive behavior. The description adds valuable context beyond those: it promises to return a confidence level, a PDF link, and, crucially, says it will 'say so plainly rather than guessing' when identification fails. That transparency about failure mode is useful behavioral information not available from annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: what it does, what it returns, the failure behavior, and the use case all appear in a natural order in three sentences. Every sentence carries distinct information, and there is no filler or repetition of the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-like tool with no output schema, the description is complete. It names the input concept, the output fields, the confidence signal, the failure behavior, and access requirements ('Free, no signup'). An agent has enough information to call it correctly and interpret the result even without seeing the output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with a clear required 'product' property and examples like 'acetone' and 'Clorox disinfecting wipes.' The description only adds minor semantic context by emphasizing lookup 'by name,' which matches the schema. Since the schema already carries the parameter meaning, the descriptions contribution is baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Look up the manufacturer safety data sheet (SDS/MSDS) for a workplace chemical or product by name.' It also lists the concrete return fields, making the function unmistakable. This is clearly distinct from the sibling tool check_hazcom_readiness, which implies a compliance-checking purpose rather than document lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit trigger: 'Use it when someone needs hazard or handling information, or the SDS, for a chemical they keep on site.' It does not, however, state when not to use it or explicitly route the agent to check_hazcom_readiness as an alternative, so it stops short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
check_hazcom_readiness - First observed
find_safety_data_sheet
Related MCP Connectors
Product identity, pack sizes and feed/page checks. Free small trials; paid calls from $0.0003.
Search PubChem compounds, properties, safety data, bioactivity, and cross-references.
Screen names against OFAC SDN and 7 more global sanctions lists. Free, no account required.
Screen a business for federal exclusions & sanctions: OFAC SDN, HHS-OIG LEIE, SAM.gov debarment.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that lets users search Safety Data Sheets (SDS) by chemical or product name, returning records with direct links to SDS documents.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides chemical hazard data from ECHA, NIOSH, GHS, and ICSC, enabling lookups of SVHC status, occupational exposure limits, GHS classifications, and cross-references to cosmetic and food additive databases.MIT
- AlicenseNot gradedqualityCmaintenanceChemical safety intelligence for AI-assisted experiment design. 18 MCP tools for compatibility checks, hazard analysis, PPE, storage, waste disposal, mixing order, exposure limits, transport classification, regulatory compliance (8 jurisdictions), and signed audit reports. Supports 4,200+ chemicals in 5 languages.MIT
- AlicenseNot gradedqualityFmaintenanceEnables checking cosmetic ingredient safety and multi-jurisdiction compliance across 12 regulatory bodies, backed by a comprehensive dataset of safety opinions and studies.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.