← meridiantrace.com

INDIVIDUAL MCP TOOL

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.

meridiantrace.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://meridiantrace.com/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_license_holders 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

meridiantrace.com

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]
url = "https://meridiantrace.com/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "meridian-trace": {
      "type": "http",
      "url": "https://meridiantrace.com/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: meridian-trace
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": {
      "url": "https://meridiantrace.com/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "meridian-trace": {
      "type": "http",
      "url": "https://meridiantrace.com/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "meridian-trace",
  "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_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.
  • classify_device — Classification view of a device type: the GMDN hierarchy it sits in, the FDA product codes it maps to with how many devices carry each, and — the part not published anywhere — how the SAME device type is actually risk-classed market by market, with the sample size behind each.
  • find_similar_devices — Competing and comparable devices for a registration, matched on resolved device type (GMDN) rather than product-name text, and spread across markets so the answer is not all one country.
  • get_recent_registrations — Registrations newly added to Meridian in the last N days, optionally filtered by market, risk class or device type — the competitor-monitoring feed.