npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ansvar/ch-vet-medicines-mcp

v0.1.0

Published

Swiss veterinary medicines via MCP -- Tierarzneimittel-Kompendium, IS ABV, Ampelsystem, StAR strategy, ARCH-Vet resistance data, TAMV prescription rules

Downloads

61

Readme

Switzerland Veterinary Medicines MCP

Swiss veterinary medicine data via the Model Context Protocol (MCP). Covers the Tierarzneimittel-Kompendium (Swissmedic), IS ABV antibiotic monitoring, the Ampelsystem classification, TAMV prescription rules, ARCH-Vet resistance data, and StAR strategy targets.

Jurisdiction: Switzerland (CH) Data sources: Swissmedic, BLV, IS ABV, ARCH-Vet, GST Therapierichtlinien Tools: 10 License: Apache-2.0

Quick Start

npx (stdio — recommended for Claude Desktop, Cursor, Windsurf)

npx -y @ansvar/ch-vet-medicines-mcp

Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "ch-vet-medicines": {
      "command": "npx",
      "args": ["-y", "@ansvar/ch-vet-medicines-mcp"]
    }
  }
}

Streamable HTTP (remote — no install needed)

https://mcp.ansvar.eu/ch-vet-medicines/mcp

Connect from any MCP-compatible client using Streamable HTTP transport.

Docker

docker run -p 3000:3000 ghcr.io/ansvar-systems/ch-vet-medicines-mcp:latest

The server exposes /mcp (Streamable HTTP) and /health (HTTP GET).

What This Server Covers

  • Medicines database -- Swiss-approved veterinary medicines with active substances, target species, Swissmedic numbers, and dispensing categories
  • Withdrawal times (Absetzfristen) -- species-specific withdrawal periods for meat, milk, eggs, honey per TAMV
  • Ampelsystem -- Traffic-light classification of antibiotics (gruen/gelb/rot) per GST/BLV guidelines
  • Prescription rules -- Dispensing categories (A/B/D/E), Selbstdispensation, TAM-Vereinbarung, Behandlungsjournal, Umwidmung rules
  • Resistance data -- ARCH-Vet antibiotic resistance monitoring (bacterium, antibiotic class, species, trends)
  • StAR targets -- Strategie Antibiotikaresistenzen reduction targets and progress by species

Tools

| Tool | Description | |------|-------------| | about | Server metadata, version, data sources, links | | list_sources | All data sources with authority, URL, license, freshness | | check_data_freshness | Staleness status, last ingest date, refresh command | | search_medicines | Full-text search across medicines, active substances, species | | get_medicine_details | Full profile for a single medicine with withdrawal times | | get_withdrawal_times | Filter withdrawal periods by medicine, species, produce type | | get_antibiotic_categories | Ampelsystem classification with restrictions | | search_resistance_data | ARCH-Vet resistance rates by bacterium, antibiotic, species | | get_prescription_rules | TAMV dispensing rules and categories | | get_star_targets | StAR strategy reduction targets and progress |

See TOOLS.md for full parameter and response documentation.

Data Sources

| Source | Authority | Update Frequency | |--------|-----------|-----------------| | Tierarzneimittel-Kompendium | Swissmedic | Continuous (on approval changes) | | TAMV (SR 812.212.27) | Schweizerischer Bundesrat | Periodic (on revision) | | IS ABV | BLV | Continuous (mandatory reporting since 2019) | | StAR Strategie | BLV | Periodic (strategy updates) | | ARCH-Vet Report | BLV / Uni Bern (ZOBA) | Annual | | GST Therapierichtlinien | GST | Periodic |

Development

npm install
npm run build
npm test
npm run dev          # stdio with watch
npm run start:http   # HTTP server on port 3000

Legal

See DISCLAIMER.md for important legal information regarding the use of this data.

All tool responses include a _meta object with disclaimer, data age, and source attribution.

Links