FDA API MCP Service
Enables searching FDA food recalls and adverse event reports through natural language, supporting filters and pagination.
README
FDA API MCP Service
A Model Context Protocol (MCP) service that provides access to the FDA API, supporting both Food Enforcement and Food Event databases.
Features
Food Enforcement API
- Search food recalls, market withdrawals, and safety alerts
- Filter by product type, description, and status
- Search by date ranges (recall initiation, report date, etc.)
- Location-based filtering (city, state, country)
- Wildcard matching in search terms
Food Event API
- Search adverse event reports
- Filter by consumer information (age, gender)
- Search by date ranges (created, started)
- Filter by outcomes (e.g., hospitalization)
- Product-based filtering (brand name, industry code)
- Reaction-based filtering
- Wildcard matching in search terms
Common Features
- Pagination support
- Sorting capabilities
- Comprehensive error handling
- Integration test suite
- Logging and monitoring
Prerequisites
- Node.js (v18 or higher)
- npm
- FDA API Key (get one from FDA API Portal)
Setup
- Clone the repository:
git clone <repository-url>
cd mcp-fda
- Install dependencies:
npm install
- Create a
.envfile in the root directory:
FDA_API_KEY=your_api_key_here
- Build the project:
npm run build
Development
The project uses TypeScript and follows a clean architecture pattern:
src/controllers/- MCP server controllersrc/services/- Business logic and API integrationfda.service.ts- Base FDA API integrationfood-enforcement.service.ts- Food Enforcement API integrationfood-event.service.ts- Food Event API integration
src/schemas/- Type definitions and validation schemasfood-enforcement.schema.ts- Food Enforcement API schemasfood-event.schema.ts- Food Event API schemas
src/tools/- MCP tool implementationsfda.tool.ts- Base FDA tool implementationfood-enforcement.tool.ts- Food Enforcement toolfood-event.tool.ts- Food Event tool
src/mappers/- Data transformation utilitiessrc/utils/- Helper functions and logging
Available Scripts
npm run build- Compile TypeScript to JavaScriptnpm run test- Run integration testsnpm run lint- Run ESLintnpm run format- Format code with Prettier
Testing
The project includes an integration test suite that verifies both Food Enforcement and Food Event API functionality. Tests are located in tests/integration/.
To run the tests:
npm test
The test suite:
- Starts a local MCP server
- Connects a test client
- Runs test cases against both FDA APIs
- Verifies response formats and error handling
- Cleans up resources after completion
Usage
As an MCP Service
To expose this service to Claude, add the following to your Claude configuration:
{
"mcpServers": {
"fda-server": {
"command": "node",
"args": ["path/to/dist/index.js"],
"env": {
"FDA_API_KEY": "your_api_key_here",
"LOG_PATH": "path/to/logs/app.log"
}
}
}
}
Search Parameters
Food Enforcement Search Parameters
product_type- Type of product (e.g., "Food")product_description- Description of the product (supports wildcards)recall_initiation_date_start- Start date for recall rangerecall_initiation_date_end- End date for recall rangecity- City where the recall was initiatedstate- State where the recall was initiatedrecalling_firm- Name of the recalling firmstatus- Recall status (e.g., "Ongoing")limit- Number of results to return (default: 10)skip- Number of results to skip (for pagination)sort_field- Field to sort bysort_direction- Sort direction ("asc" or "desc")
Example Food Enforcement search:
{
product_type: "Food",
city: "Omaha",
status: "Ongoing",
limit: 10
}
Food Event Search Parameters
date_created_start- Start date for report creation rangedate_created_end- End date for report creation rangedate_started_start- Start date for event start rangedate_started_end- End date for event start rangeoutcomes- Array of outcomes (e.g., ["HOSPITALIZATION"])products.name_brand- Product brand name (supports wildcards)products.industry_code- FDA industry codereactions- Array of reactions (e.g., ["nausea", "vomiting"])limit- Number of results to return (default: 10)skip- Number of results to skip (for pagination)sort_field- Field to sort bysort_direction- Sort direction ("asc" or "desc")
Example Food Event search:
{
date_created_start: "2024-01-01",
date_created_end: "2024-12-31",
outcomes: ["HOSPITALIZATION"],
limit: 10
}
Error Handling
The service provides structured error responses for:
- Invalid API keys
- Network failures
- Invalid search parameters
- FDA API errors
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request
Future Plans
- Add support for other FDA API endpoints
- Implement caching for frequently accessed data
- Add more comprehensive error handling
- Support for batch operations
- Additional search parameters and filters
- Rate limiting and throttling
- Enhanced logging and monitoring
License
MIT License
Copyright (c) 2024 [Your Name]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。