INDIVIDUAL MCP TOOL
get_udi_company_products
Find recorded medical-device products associated with a company or registrant name.
LIVE ENDPOINT
https://mcp.agentdatacore.com/mcp/products/medical-device
Connect to this endpoint to inspect the live schema for get_udi_company_products 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.agentdata-medical-device]
url = "https://mcp.agentdatacore.com/mcp/products/medical-device"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentdata-medical-device": {
"type": "http",
"url": "https://mcp.agentdatacore.com/mcp/products/medical-device"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentdata-medical-device
Remote MCP URL: https://mcp.agentdatacore.com/mcp/products/medical-device
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": {
"agentdata-medical-device": {
"url": "https://mcp.agentdatacore.com/mcp/products/medical-device"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentdata-medical-device": {
"type": "http",
"url": "https://mcp.agentdatacore.com/mcp/products/medical-device"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentdata-medical-device",
"transport": "streamable-http",
"url": "https://mcp.agentdatacore.com/mcp/products/medical-device"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_udi_device— Look up medical-device records when a UDI identifier is known.search_udi_products— Find medical devices by product or trade-name text.get_udi_registration_products— Find medical-device records associated with a registration or filing number.search_udi_category— Find medical devices by a recorded category name or classification code.get_information_standard— Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.