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-pest-management-mcp

v0.1.0

Published

Swiss pest management and crop protection via MCP -- Pflanzenschutzmittelverzeichnis, IPM

Readme

Switzerland Pest Management MCP

MCP server for Swiss crop protection and pest management data. Covers pests (insects, diseases, weeds), approved plant protection products from the BLW Pflanzenschutzmittelverzeichnis, IPM (Integrierter Pflanzenschutz) guidance with OELN Schadschwellen, and prognosis systems (PhytoPRE, SOPRA, FusaProg, VitiMeteo).

Built on data from the Bundesamt fuer Landwirtschaft (BLW), Agroscope, AGRIDEA, and the Aktionsplan Pflanzenschutzmittel.

Quick Start

npx (stdio)

npx -y @ansvar/ch-pest-management-mcp

Docker (Streamable HTTP)

docker run -p 3000:3000 ghcr.io/ansvar-systems/ch-pest-management-mcp:latest

Public endpoint (Streamable HTTP, no auth)

https://mcp.ansvar.eu/ch-pest-management/mcp

Tools

10 tools covering pest identification, treatment lookup, IPM guidance, approved products, and data provenance.

| Tool | Description | |------|-------------| | about | Server metadata, version, coverage, data sources | | list_sources | All data sources with authority, URL, license, freshness | | check_data_freshness | Ingestion date, staleness status, refresh command | | search_pests | FTS5 search across pests, diseases, weeds (DE/EN) | | get_pest_details | Full pest profile: lifecycle, identification, treatments | | get_treatments | Chemical and non-chemical controls for a pest | | get_ipm_guidance | IPM guidance per crop: Schadschwellen, monitoring, OELN | | search_crop_threats | All pests/diseases/weeds threatening a crop | | identify_from_symptoms | Differential diagnosis from symptom descriptions | | get_approved_products | BLW-approved products: W-number, substances, Auflagen |

Full parameter documentation: TOOLS.md

Coverage

  • Jurisdiction: Switzerland (CH)
  • Pests: 23 (9 insects, 8 diseases, 6 weeds)
  • Treatments: 30
  • IPM guidance records: 12
  • Approved products: 14
  • Prognosis systems: PhytoPRE, SOPRA, FusaProg, VitiMeteo
  • Crop categories: Feldbau, Rebbau, Obstbau, Gemuese
  • Languages: German (primary), English search supported

Full coverage breakdown: COVERAGE.md

Data Sources

| Source | Authority | URL | |--------|-----------|-----| | Pflanzenschutzmittelverzeichnis | BLW | https://www.psm.admin.ch/de/produkte | | Pflanzenschutzempfehlungen | Agroscope | https://www.agroscope.admin.ch | | OELN-Pflanzenschutz-Checklisten | AGRIDEA | https://www.agridea.ch | | Aktionsplan Pflanzenschutzmittel | Bundesrat / BLW | https://www.blw.admin.ch |

Development

npm install
npm run build
npm test
npm run lint

Re-ingest data

npm run ingest          # incremental
npm run ingest:full     # full rebuild
npm run freshness:check # check staleness

License

Apache-2.0. See LICENSE.

Data sourced from Swiss federal authorities under public-sector information principles.

Links