MCP Server
Active
MIT
openFDA Regulatory Metadata MCP Server
com.blackswancausallabs/openfda-mcp
What is the openFDA Regulatory Metadata MCP server?
Resolve FDA application numbers and product names to regulatory metadata (CDER, CBER, CDRH).
How to install openFDA Regulatory Metadata
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"openfda-mcp": {
"command": "uvx",
"args": [
"openfda-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"openfda-mcp": {
"command": "uvx",
"args": [
"openfda-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openfda-mcp": {
"command": "uvx",
"args": [
"openfda-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"openfda-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openfda-mcp"
]
}
}
}Claude Code
claude mcp add openfda-mcp -- uvx openfda-mcpRelated MCP servers
DAG Studio MCP
Maintained
Causal DAG analysis: backdoor paths, adjustment sets, bias simulation. Validated against dagitty.
0
View repository →JavaScript
Apache-2.0
ROBINS-I V2 MCP
Active
ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study
0
View repository →Python
Apache-2.0
TARGET Checklist MCP
Active
Score how completely a target-trial-emulation study reports what the TARGET guideline requires.
0
View repository →Python
Apache-2.0