← Registry

API Tools

vetrics.co

Provides access to a catalogue of veterinary medicines authorised in Great Britain, including search and detailed product information.

2 endpoints8 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://api.medicines.vetrics.co/mcp

No auth detected

MCP server metadata

Name
vetrics-medicines
Version
1.0.0
Capabilities
tools

Known tools 6

list_medicines

Cursor-paginated catalogue of veterinary medicines authorised for use in Great Britain (VMD-derived).

Inferred read-only
search_medicines

Search veterinary medicines authorised for use in Great Britain by name, VM number or active substance.

Inferred read-only
get_medicine

Get a full structured medicine record by stable Vetrics medicine ID, including provenance and attribution.

Inferred read-only
get_medicine_documents

List document metadata (SPC etc.) for a medicine by stable ID.

Inferred read-only
get_medicine_spc

Get the published structured Summary of Product Characteristics for a GB VMD medicine, including deterministic citations.

Inferred read-only
get_sync_status

Return VMD sync freshness, dataVersion and corpus counts for Great Britain.

Inferred read-only

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.vetrics-medicines]
url = "https://api.medicines.vetrics.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vetrics-medicines": {
      "type": "http",
      "url": "https://api.medicines.vetrics.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vetrics-medicines
Remote MCP URL: https://api.medicines.vetrics.co/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": {
    "vetrics-medicines": {
      "url": "https://api.medicines.vetrics.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vetrics-medicines": {
      "type": "http",
      "url": "https://api.medicines.vetrics.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vetrics-medicines",
  "transport": "streamable-http",
  "url": "https://api.medicines.vetrics.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.medicines.vetrics.co/mcp/research

No auth detected

MCP server metadata

Name
vetrics-medicines-research
Version
1.0.0
Capabilities
tools

Known tools 2

search

Search veterinary medicines authorised for use in Great Britain (VMD).

Inferred read-only
fetch

Fetch a full medicine record by stable Vetrics medicine ID for deep research citation.

Inferred read-only

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.vetrics-medicines-research]
url = "https://api.medicines.vetrics.co/mcp/research"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vetrics-medicines-research": {
      "type": "http",
      "url": "https://api.medicines.vetrics.co/mcp/research"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vetrics-medicines-research
Remote MCP URL: https://api.medicines.vetrics.co/mcp/research

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": {
    "vetrics-medicines-research": {
      "url": "https://api.medicines.vetrics.co/mcp/research"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vetrics-medicines-research": {
      "type": "http",
      "url": "https://api.medicines.vetrics.co/mcp/research"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vetrics-medicines-research",
  "transport": "streamable-http",
  "url": "https://api.medicines.vetrics.co/mcp/research"
}
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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.