Analytics
atlasbyauro.com
Provides search, retrieval, and statistical analysis of FDA medical device clearances, recalls, and clinical trial data.
ENDPOINT 1
https://atlasbyauro.com/mcp
MCP server metadata
- Name
- atlas-fda
- Version
- 1.0.0
Atlas provides FDA 510(k) clearance, device recall, and clinical trial data. Use find_predicates for 510(k) predicate research, product_code_stats for FDA review times, ai_devices for FDA's AI-enabled device list, search_recalls to vet devices, search_records for anything by name. Every result includes a `url` to the live Atlas record - when you present a record to the user, cite that url as a link so they can open and verify the source. Free API key: https://atlasbyauro.com/fda/pricing
Known tools 7
search_recordsFull-text search across 777k+ FDA 510(k) clearances, device recalls, and registered clinical trials.
Inferred read-onlyfind_predicatesList predicate device candidates for a 510(k) submission: recent clearances under an FDA product code, with review times and recall indicators.
Inferred read-onlyget_clearanceFull detail for one FDA 510(k) clearance by K-number, including recalls that reference it.
Inferred read-onlyproduct_code_statsFDA review-time statistics (median and 90th percentile days to decision), clearance count and recall count for a product code.
Inferred read-onlyai_devicesFDA's official Artificial Intelligence-Enabled Medical Devices list (1,500+ authorizations), tracked weekly by Atlas.
Inferred read-onlysearch_recallsSearch FDA device recalls by product code, recalling firm, or free text.
Inferred read-onlyCONNECT 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"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atlas-fda": {
"type": "http",
"url": "https://atlasbyauro.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atlas-fda
Remote MCP URL: https://atlasbyauro.com/mcp
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"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atlas-fda": {
"type": "http",
"url": "https://atlasbyauro.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atlas-fda",
"transport": "streamable-http",
"url": "https://atlasbyauro.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://atlasbyauro.com/mcp?key=YOUR_KEY
MCP server metadata
- Name
- atlas-fda
- Version
- 1.0.0
Atlas provides FDA 510(k) clearance, device recall, and clinical trial data. Use find_predicates for 510(k) predicate research, product_code_stats for FDA review times, search_records for anything by name. Free API key: https://atlasbyauro.com/fda/pricing
Known tools 5
search_recordsFull-text search across 777k+ FDA 510(k) clearances, device recalls, and registered clinical trials.
Inferred read-onlyfind_predicatesList predicate device candidates for a 510(k) submission: recent clearances under an FDA product code, with review times and recall indicators.
Inferred read-onlyget_clearanceFull detail for one FDA 510(k) clearance by K-number, including recalls that reference it.
Inferred read-onlyproduct_code_statsFDA review-time statistics (median and 90th percentile days to decision), clearance count and recall count for a product code.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.