INDIVIDUAL MCP TOOL
product_code_stats
FDA review-time statistics (median and 90th percentile days to decision), clearance count and recall count for a product code.
LIVE ENDPOINT
https://atlasbyauro.com/mcp?key=YOUR_KEY
Connect to this endpoint to inspect the live schema for product_code_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atlas-fda]
url = "https://atlasbyauro.com/mcp?key=YOUR_KEY"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atlas-fda": {
"type": "http",
"url": "https://atlasbyauro.com/mcp?key=YOUR_KEY"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atlas-fda
Remote MCP URL: https://atlasbyauro.com/mcp?key=YOUR_KEY
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atlas-fda": {
"url": "https://atlasbyauro.com/mcp?key=YOUR_KEY"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atlas-fda": {
"type": "http",
"url": "https://atlasbyauro.com/mcp?key=YOUR_KEY"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atlas-fda",
"transport": "streamable-http",
"url": "https://atlasbyauro.com/mcp?key=YOUR_KEY"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_records— Full-text search across 777k+ FDA 510(k) clearances, device recalls, and registered clinical trials.find_predicates— List predicate device candidates for a 510(k) submission: recent clearances under an FDA product code, with review times and recall indicators.get_clearance— Full detail for one FDA 510(k) clearance by K-number, including recalls that reference it.get_changes— New FDA clearances and recalls since a date - the monitoring feed.