INDIVIDUAL MCP TOOL
get_coverage
RUNS WITHOUT AN API KEY — call it right now to check us before signing up for anything.
LIVE ENDPOINT
https://meridiantrace.com/v1/mcp
Connect to this endpoint to inspect the live schema for get_coverage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.meridian-trace-medical-devices]
url = "https://meridiantrace.com/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meridian-trace-medical-devices": {
"type": "http",
"url": "https://meridiantrace.com/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meridian-trace-medical-devices
Remote MCP URL: https://meridiantrace.com/v1/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": {
"meridian-trace-medical-devices": {
"url": "https://meridiantrace.com/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meridian-trace-medical-devices": {
"type": "http",
"url": "https://meridiantrace.com/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meridian-trace-medical-devices",
"transport": "streamable-http",
"url": "https://meridiantrace.com/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_manufacturer— Resolve a company name to a Meridian manufacturer entity — the entry point for every other tool.get_registrations— Every individual registration held by a manufacturer — product name, registration number, status, dates, risk class and source registry — filterable by market and status.get_registration— One registration, complete.get_license_holders— The local entities that actually hold a foreign manufacturer's registrations — the importers, distributors and regulatory consultants named on the licence in each market.find_distributors— RUNS WITHOUT AN API KEY (anonymous callers see the top 3 per market and are told how many more matched).get_market_coverage— THE cross-market question, answered in one call: every market where this manufacturer IS registered and every market where they are NOT.get_registration_timeline— New registrations per year for a manufacturer, split by market — the pace at which a company is entering markets and launching products, years before it appears in reported revenue.find_predicates— US 510(k) predicate lineage, from the predicates actually cited in each clearance's own summary document — not a similarity guess.