🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ansvar/ch-farm-grants-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ansvar/ch-farm-grants-mcp

Swiss farm grants and structural improvement via MCP

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Switzerland Farm Grants MCP

CI GHCR License: Apache-2.0

Swiss agricultural structural improvement grants via the Model Context Protocol. Query Investitionskredite (interest-free loans), Beitraege (capital grants), Meliorationen, PRE, Ressourcenprogramme, Gewaesserschutzprojekte, and Starthilfe Junglandwirte -- all from your AI assistant.

Part of Ansvar Open Agriculture.

Why This Exists

Swiss farmers, advisors, and cantonal agricultural offices need fast access to structural improvement grant rules when planning investments. The data is spread across federal ordinances (SVV, SR 913.1), BLW guidelines, cantonal implementation rules, and AGRIDEA advisory materials. This MCP server puts it all behind a single tool interface so AI assistants can answer grant eligibility, payment rates, and application process questions with cited Swiss data instead of guessing from training data.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code

claude mcp add ch-farm-grants -- npx -y @ansvar/ch-farm-grants-mcp

Streamable HTTP (remote)

https://mcp.ansvar.eu/ch-farm-grants/mcp

No authentication required.

Docker (self-hosted)

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

Tools

ToolDescription
aboutServer metadata: name, version, coverage, data sources, and links.
list_sourcesAll data sources with authority, URL, license, and freshness info.
check_data_freshnessWhen data was last ingested, staleness status, how to trigger a refresh.
search_grantsSearch grants by free text (German or English), filter by grant type.
get_grant_detailsFull details for a grant programme: objectives, rates, conditions, eligibility, sub-options.
get_payment_ratesFederal and cantonal contribution rates, zone-specific bonuses (Berggebiet, Huegelzone).
check_eligibilityCheck which grants a farm is eligible for by farm type, investment, and altitude zone.
list_grant_optionsList sub-options (Massnahmen) within a grant programme, or list all grants with option counts.
get_application_deadlinesApplication deadlines for grants, optionally filtered by canton.
search_application_guidanceHow to apply: required documents, cantonal contacts, AGRIDEA advisory support.

See TOOLS.md for full parameter documentation.

Data Sources

  • Strukturverbesserungsverordnung (SVV, SR 913.1) -- federal structural improvement rules
  • BLW Weisungen Investitionskredite und Beitraege -- federal investment credit guidelines
  • Kantonale Landwirtschaftsaemter -- cantonal contribution rates, deadlines, additional programmes
  • AGRIDEA Beratungsunterlagen -- project planning guidance, application procedures

See COVERAGE.md for data counts and limitations.

License

Apache-2.0. See LICENSE.

Keywords

mcp

FAQs

Package last updated on 05 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts