Switzerland Livestock MCP

Switzerland Livestock MCP

Provides access to Swiss livestock regulations and compliance data covering animal welfare standards (TSchV), RAUS/BTS direct payment programs, and TVD movement rules. Enables querying of housing specifications, stocking densities, feed requirements, and breed data for cattle, pigs, poultry, sheep, goats, and horses.

Category
Visit Server

README

Switzerland Livestock MCP

Swiss livestock regulations via the Model Context Protocol. Covers welfare standards (TSchV), RAUS/BTS direct payment programmes, TVD animal movement rules, housing specifications, stocking densities, feed requirements, animal health, and breed data for cattle, pigs, poultry, sheep, goats, and horses.

Jurisdiction: Switzerland (CH) Sources: BLV (Tierschutzverordnung), BLW (Direktzahlungsverordnung), Identitas (TVD), Swiss breed associations Tools: 11 (3 meta + 8 domain) License: Apache-2.0

Quick Start

npx (stdio)

npx -y @ansvar/ch-livestock-mcp

Docker

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

Streamable HTTP (remote)

https://mcp.ansvar.eu/ch-livestock/mcp

No authentication required.

MCP Client Configuration

Claude Desktop / Cursor / Windsurf

Add to your MCP client config:

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

Or use the remote endpoint:

{
  "mcpServers": {
    "ch-livestock": {
      "url": "https://mcp.ansvar.eu/ch-livestock/mcp"
    }
  }
}

Tools

11 tools covering Swiss livestock regulation and guidance:

Tool Description
about Server metadata: name, version, coverage, data sources
list_sources All data sources with authority, URL, license, freshness
check_data_freshness Staleness status and refresh command
search_livestock_guidance FTS across all livestock topics (welfare, housing, feeding, health, transport, breeds)
get_welfare_standards TSchV minimum and RAUS/BTS programme standards per species
get_stocking_density Animals per m2, space requirements by species, age class, housing type (TSchV Anhang 1)
get_feed_requirements Nutritional requirements per species and production stage, including GMF programme
search_animal_health Disease, symptom, prevention, and regulatory reporting search
get_housing_requirements Housing specs: space, ventilation, flooring, temperature (TSchV vs. BTS)
get_movement_rules TVD registration, transport, standstill, and Soemmerung rules
get_breeding_guidance Swiss breed data, breeding calendars, AI (kuenstliche Besamung), genetics

Full parameter documentation: TOOLS.md

Data Sources

Source Authority Coverage
Tierschutzverordnung (TSchV, SR 455.1) BLV Minimum welfare per species, space, housing, transport, slaughter
Direktzahlungsverordnung (DZV) -- RAUS/BTS BLW Outdoor access (RAUS), housing standards (BTS), payment rates per GVE
Tierverkehrsdatenbank (TVD) Identitas / BLV Animal registration, ear tags, movement reporting
Zuchtorganisationen Braunvieh Schweiz, swissherdbook, Mutterkuh Schweiz, Suisseporcs Swiss cattle, pig, sheep, goat, horse breeds

Data Coverage

  • 45 welfare standards across 6 species and 3 production systems (TSchV-Minimum, RAUS, BTS)
  • 25 stocking density records (TSchV Anhang 1)
  • 14 housing requirement specifications
  • 21 movement/transport rules (TVD, Transport, Soemmerung, Schlachtung)
  • 25 breed records across 5 species
  • 14 feed requirement specifications including GMF programme
  • 13 animal health records (diseases, prevention, regulatory status)
  • 157 FTS search index entries

Full coverage breakdown: COVERAGE.md

Development

npm install
npm run build
npm test
npm run lint

Ingestion

npm run ingest          # Standard incremental ingest
npm run ingest:full     # Full re-ingest (--force)
npm run ingest:fetch    # Fetch sources only (--fetch-only)
npm run ingest:diff     # Show what changed (--diff-only)

Running locally

npm run dev             # stdio mode (watch)
npm run start:http      # HTTP mode on port 3000

Disclaimer

This data is provided for informational purposes only and does not constitute legal or veterinary advice. The authoritative sources are the Swiss Animal Welfare Ordinance (TSchV, SR 455.1), the Animal Welfare Act (TSchG, SR 455), and guidance from BLV and BLW. Always consult the cantonal veterinary authority before making livestock management decisions.

Full bilingual disclaimer: DISCLAIMER.md

Links

License

Apache-2.0 -- see LICENSE

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured