INDIVIDUAL MCP TOOL
list_medicines
Cursor-paginated catalogue of veterinary medicines authorised for use in Great Britain (VMD-derived).
LIVE ENDPOINT
https://api.medicines.vetrics.co/mcp
Connect to this endpoint to inspect the live schema for list_medicines 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.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.
Related tools
search_medicines— Search veterinary medicines authorised for use in Great Britain by name, VM number or active substance.get_medicine— Get a full structured medicine record by stable Vetrics medicine ID, including provenance and attribution.get_medicine_documents— List document metadata (SPC etc.) for a medicine by stable ID.get_medicine_spc— Get the published structured Summary of Product Characteristics for a GB VMD medicine, including deterministic citations.get_sync_status— Return VMD sync freshness, dataVersion and corpus counts for Great Britain.