Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds the SafetySearch MCP server to the official registry. SafetySearch is a specialized server providing real-time access to FDA food safety data through 8 focused tools.
Motivation and Context
This change is needed to make a valuable, community-contributed server available to the broader MCP ecosystem. It solves the problem of difficult-to-access FDA food safety data by providing a simple, powerful, and well-documented set of tools for monitoring food recalls and adverse events.
How Has This Been Tested?
Yes, the SafetySearch server has been thoroughly tested.
Breaking Changes
None. This is an additive change that introduces a new server to the registry and has no impact on existing servers or functionality.
Types of changes
Checklist
Additional context
The SafetySearch server is designed to be a high-quality example of a production-ready, specialized MCP server. It features a dedicated API client, robust error handling, and provides detailed, user-friendly output for all its tools, going beyond simple data retrieval to offer analysis and safety insights. The codebase is clean, well-documented, and ready for public use.