← Back to Skills Marketplace
martc03

US Safety Recalls

by Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
337
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gov-safety-recalls
Description
Search NHTSA vehicle recalls, FDA food/drug recalls, and CFPB consumer complaints. 3 tools for product safety monitoring.
README (SKILL.md)

US Safety Recalls

Real-time access to NHTSA vehicle recalls, FDA product recalls, and CFPB consumer complaints.

Setup

mcporter add gov-safety --url https://us-safety-recalls-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-safety": {
      "url": "https://us-safety-recalls-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

safety_search_vehicle_recalls

Search NHTSA vehicle safety recalls by make, model, and year. Returns recall campaigns with defect summaries, consequences, and remedies.

Search for Ford F-150 recalls in 2024
Are there any Toyota Camry recalls?

Parameters: make, model, modelYear

safety_search_fda_recalls

Search FDA enforcement actions (recalls) for drugs, food, or medical devices. Returns classification, status, distribution, and reason for recall.

Search FDA recalls for infant formula
Any recent Class I drug recalls?

Parameters: searchQuery, classification (I/II/III), status, limit

safety_search_consumer_complaints

Search the CFPB Consumer Complaint Database for complaints against financial companies.

Show consumer complaints about Wells Fargo
Search CFPB complaints about mortgage servicing

Parameters: company, product, issue, limit

Data Sources

  • NHTSA — National Highway Traffic Safety Administration (vehicle recalls)
  • FDA — Food and Drug Administration (food, drug, device recalls)
  • CFPB — Consumer Financial Protection Bureau (consumer complaints)

Use Cases

  • Check if your vehicle has open recalls
  • Monitor food safety alerts
  • Research company complaint history
  • Product safety due diligence

All data from free US government APIs. Zero cost. No API keys required.

Usage Guidance
Before installing or using this skill, consider the following: - The SKILL.md routes all queries through a third‑party MCP endpoint (us-safety-recalls-mcp.apify.actor). This is not an official government domain — the operator of that endpoint could log, store, or modify queries and results. If your queries include any sensitive information, do not use this skill. - Verify the mcporter binary provenance (where it comes from) before installing/running it. Only install binaries from sources you trust. - Inspect the GitHub homepage/repo (https://github.com/martc03/gov-mcp-servers) and confirm who runs the apify actor and what their privacy/security practices are. If the repo or actor is not from a trusted maintainer, treat the endpoint as untrusted. - Backup ~/.openclaw/mcp.json before editing; adding the server creates a persistent routing rule. Ensure adding the entry will not overwrite or expose other MCP credentials/config. - If you prefer not to trust a third party, consider pointing mcporter to your own proxy or directly querying the official government APIs (NHTSA, FDA, CFPB) instead of using the hosted apify actor. - Test the skill with non-sensitive/sample queries first to observe behavior and responses. Given the external proxying behavior, only proceed if you trust the operator of the apify.actor endpoint or if you host/operate the MCP server yourself.
Capability Analysis
Type: OpenClaw Skill Name: gov-safety-recalls Version: 1.0.0 The skill bundle appears benign. The `SKILL.md` clearly describes its purpose to search government safety recalls and consumer complaints, providing setup instructions for the `mcporter` tool to connect to an external service hosted on `apify.actor`. There is no evidence of prompt injection against the AI agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All external URLs and tool requirements are consistent with the stated functionality and standard OpenClaw skill operation.
Capability Assessment
Purpose & Capability
Name/description (NHTSA, FDA, CFPB searches) align with the runtime instructions and declared requirement (the mcporter binary). Requiring mcporter makes sense because the SKILL.md shows adding a remote MCP server via mcporter.
Instruction Scope
The SKILL.md instructs the agent/operator to add a remote MCP server at https://us-safety-recalls-mcp.apify.actor/mcp (via mcporter or by editing ~/.openclaw/mcp.json). That means all queries and responses will flow through that third‑party server (hosted on apify.actor) rather than directly to government APIs — the server could log or modify requests/responses. The instructions also suggest editing a config file in the user's home directory (~/.openclaw/mcp.json), which is persistent and could contain other MCP entries; the skill does not explicitly warn about backing up or inspecting that file.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be written by the skill itself. However it depends on an external tooling binary (mcporter) being present. The runtime behavior depends on a remote URL (apify.actor) which is a third‑party proxy rather than an official government endpoint; that external network dependency increases risk compared with direct API calls.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the optional MCP config entry. This is proportionate to the described read-only data retrieval use case.
Persistence & Privilege
The skill is not always-included and is user-invocable. It does instruct adding a persistent MCP server entry to ~/.openclaw/mcp.json (or adding it via mcporter), which grants the remote server ongoing ability to receive queries; that persistent routing is a privacy consideration but not an elevated platform privilege.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gov-safety-recalls
  3. After installation, invoke the skill by name or use /gov-safety-recalls
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — provides real-time search tools for safety recalls and consumer complaints: - Search NHTSA vehicle recalls by make, model, and year. - Find FDA recalls for drugs, food, and medical devices. - Search CFPB consumer complaints about financial companies. - No API keys required; all data from free US government sources. - Quick setup instructions and example use cases included.
Metadata
Slug gov-safety-recalls
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is US Safety Recalls?

Search NHTSA vehicle recalls, FDA food/drug recalls, and CFPB consumer complaints. 3 tools for product safety monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 337 downloads so far.

How do I install US Safety Recalls?

Run "/install gov-safety-recalls" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is US Safety Recalls free?

Yes, US Safety Recalls is completely free (open-source). You can download, install and use it at no cost.

Which platforms does US Safety Recalls support?

US Safety Recalls is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created US Safety Recalls?

It is built and maintained by Martin (@martc03); the current version is v1.0.0.

💬 Comments