Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Switzerland MCP 🇨🇭

NPM · MCP-SWISS · SCANNED AUG 3

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 6760 tokens (~88/item across 76 items; 76 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-swiss

# add to Claude Code
claude mcp add vikramgorla-swiss -- npx -y mcp-swiss
# add to Codex CLI
codex mcp add vikramgorla-swiss -- npx -y mcp-swiss
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vikramgorla-swiss": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-swiss"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vikramgorla-swiss --command npx --arg -y --arg mcp-swiss
# ~/.hermes/config.yaml
mcp_servers:
  vikramgorla-swiss:
    command: "npx"
    args: ["-y", "mcp-swiss"]
// mcp.json
{
  "mcpServers": {
    "vikramgorla-swiss": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-swiss"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 76 exposed · ~6,760 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
list_cantons ~19

List all Swiss cantons with their codes

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_currencies ~37

List all currencies available from the Swiss National Bank (SNB) for CHF exchange rate data. Returns currency codes, names, and regions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_hydro_stations ~30

List all available BAFU hydrological monitoring stations (rivers and lakes) in Switzerland

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_legal_forms ~24

List all Swiss company legal forms (AG, GmbH, etc.)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_postcodes_in_canton ~97

List all Swiss postcodes (PLZ) in a given canton. Accepts 2-letter canton codes (ZH, BE, GR…) or full names. Source: Swiss federal geodata (swisstopo).

NameTypeReqDescription
cantonstringyesCanton code (e.g. "ZH", "BE", "GR") or full name (e.g. "Zürich", "Bern", "Graubünden")

No output schema declared.

No examples provided.

list_snow_stations ~124

List all SLF snow measurement stations in Switzerland (IMIS automatic stations and manual study plots). Returns station code, name, altitude, canton, and type. Sorted by elevation descending.

NameTypeReqDescription
cantonstringFilter by canton abbreviation (e.g. GR, VS, BE). Optional.
limitnumberMaximum number of stations to return (default: 20, max: 200).
typestringStation type: "imis" (automatic) or "study-plot" (manual). Optional — returns both by default.

No output schema declared.

No examples provided.

list_waste_types ~58

List all supported waste collection types for Zurich city. Returns each type with its description and local name. Currently covers Zurich city only (ZIP codes 8001–8099). Powered by OpenERZ (openerz.metaodi.ch).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_weather_stations ~21

List all available MeteoSwiss weather stations in Switzerland

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_postcode ~65

Look up a Swiss postcode (PLZ) to get locality name, canton, and coordinates. Source: Swiss federal geodata (swisstopo).

NameTypeReqDescription
postcodestringyesSwiss postal code (PLZ), e.g. "8001" or "3000"

No output schema declared.

No examples provided.

reverse_geocode ~45

Convert coordinates to a Swiss address (swisstopo)

NameTypeReqDescription
latnumberyesLatitude (WGS84)
lngnumberyesLongitude (WGS84)

No output schema declared.

No examples provided.

search_cantonal_affairs ~145

Search political affairs across Swiss cantonal parliaments (Kantonsräte). Covers all 26 cantons via OpenParlData.

NameTypeReqDescription
cantonstringyesCanton abbreviation: ZH, BE, LU, UR, SZ, OW, NW, GL, ZG, FR, SO, BS, BL, SH, AR, AI, SG, GR, AG, TG, TI, VD, VS, NE, GE, JU
limitnumberMax results (default: 5, max: 20)
querystringSearch term (optional, e.g. 'Bildung', 'Verkehr')

No output schema declared.

No examples provided.

search_companies ~105

Search Swiss company registry (ZEFIX) by name, canton, or legal form

NameTypeReqDescription
cantonstringCanton abbreviation (e.g. ZH, BE, GE, ZG)
legal_formstringLegal form code (e.g. 0106=GmbH, 0101=AG)
limitnumberMax results (default: 20)
namestringyesCompany name or partial name to search

No output schema declared.

No examples provided.

search_companies_by_address ~47

Search Swiss companies registered at a specific address or locality

NameTypeReqDescription
addressstringyesAddress or locality name
limitnumberMax results (default: 20)

No output schema declared.

No examples provided.

search_dams ~110

Search Swiss dams and reservoirs under federal supervision by name. Searches both dam names and reservoir names. Returns dam type, height, crest length, reservoir volume, purpose, canton, and year built. Data source: Swiss Federal Office of Energy (SFOE) via swisstopo BGDI.

NameTypeReqDescription
querystringyesDam or reservoir name to search (e.g. 'Grimsel', 'Grande Dixence', 'Mattmark', 'Lac des Dix'). Partial names are supported.

No output schema declared.

No examples provided.

search_earthquakes_by_location ~189

Search for earthquakes near a geographic location using the Swiss Seismological Service (SED) FDSN API. Useful for finding seismic activity near a Swiss city, landmark, or custom coordinates.

NameTypeReqDescription
daysnumberNumber of past days to search (default: 90, max: 365)
latnumberyesLatitude of the center point (decimal degrees, e.g. 46.9 for Bern)
limitnumberMaximum number of results to return (default: 20, max: 100)
lonnumberyesLongitude of the center point (decimal degrees, e.g. 7.5 for Bern)
min_magnitudenumberMinimum magnitude filter (default: 0.5)
radius_kmnumberSearch radius in kilometres (default: 50, max: 500)

No output schema declared.

No examples provided.

search_municipality_energy ~79

Search for Swiss municipality IDs needed for electricity tariff lookup. Returns BFS municipality numbers for use with get_electricity_tariff and compare_electricity_tariffs.

NameTypeReqDescription
namestringyesMunicipality name to search (e.g. 'Zürich', 'Bern', 'Basel', 'Lausanne', 'Luzern').

No output schema declared.

No examples provided.

search_parliament_business ~95

Search Swiss Parliament political affairs — bills, motions, interpellations, postulates, questions, and initiatives. Uses OpenParlData.ch full-text search across the Federal Assembly (Bundesversammlung).

NameTypeReqDescription
limitnumberMax results (default: 5, max: 20)
querystringyesSearch term (e.g. 'Klimaschutz', 'AHV', 'Neutralität')

No output schema declared.

No examples provided.

search_parliament_speeches ~73

Get debate speeches and contributions for a specific parliamentary affair. Returns speaker info and speech details.

NameTypeReqDescription
affair_idnumberyesOpenParlData affair ID (get from search_parliament_business results)
limitnumberMax speeches to return (default: 5, max: 20)

No output schema declared.

No examples provided.

search_places ~47

Search Swiss place names, localities, mountains, and geographic features

NameTypeReqDescription
querystringyesPlace name to search
typestringType filter: locations, featuresearch

No output schema declared.

No examples provided.

search_postcode ~68

Search Swiss postcodes by city or locality name. Returns all PLZ entries matching the name. Source: Swiss federal geodata (swisstopo).

NameTypeReqDescription
city_namestringyesCity or locality name, e.g. "Zürich", "Bern", "Locarno"

No output schema declared.

No examples provided.

search_real_estate_data ~117

Search opendata.swiss for Swiss real estate and housing datasets. Finds datasets about property prices, rents, housing construction, vacancy rates, and more. Returns dataset names, descriptions, and resource download URLs.

NameTypeReqDescription
limitnumberMax results to return (1–20, default 10).
querystringyesSearch terms in German, French, or English (e.g. "Immobilien", "Miete", "rent", "logement", "Wohnungspreise", "Leerwohnungen").

No output schema declared.

No examples provided.

search_stations ~74

Search for Swiss public transport stations/stops by name or coordinates

NameTypeReqDescription
querystringStation name to search for
typestringFilter: all, station, poi, address
xnumberLongitude (WGS84)
ynumberLatitude (WGS84)

No output schema declared.

No examples provided.

search_statistics ~85

Search Swiss Federal Statistical Office (BFS/OFS/UST) datasets on opendata.swiss. Returns matching dataset titles, IDs, and descriptions.

NameTypeReqDescription
limitnumberMax results to return (1–20, default 10)
querystringyesSearch query (e.g. 'unemployment', 'GDP', 'housing prices', 'birth rate')

No output schema declared.

No examples provided.

search_swiss_news ~70

Search Swiss news headlines from SRF by keyword. Searches across all available news categories and returns matching articles.

NameTypeReqDescription
limitnumberMaximum number of results to return (default: 5, max: 20)
querystringyesSearch keyword or phrase to find in news articles

No output schema declared.

No examples provided.

search_votes ~89

Search Swiss popular votes by keyword in the vote title (e.g. 'Initiative', 'Klimaschutz', 'CO2', 'AHV'). Returns matching votes with yes/no results.

NameTypeReqDescription
limitnumberMaximum number of results (default: 5, max: 20).
querystringyesSearch keyword to find in vote titles (German/French/Italian)

No output schema declared.

No examples provided.

track_parcel ~88

Generate a Swiss Post parcel tracking URL for a given tracking number. Swiss Post does not provide a public tracking API, so this returns the official tracking page URL to open in a browser.

NameTypeReqDescription
tracking_numberstringyesSwiss Post tracking number, e.g. "99.00.123456.12345678" for parcels or "RI 123456789 CH" for registered mail

No output schema declared.

No examples provided.