Switzerland MCP 🇨🇭
NPM · MCP-SWISS · SCANNED SEP 20
Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 174 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability83
- 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 Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 76 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 76 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Switzerland MCP 🇨🇭 server?
Switzerland MCP 🇨🇭 runs locally as an npm package, launched with npx -y mcp-swiss. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · mcp-swiss
claude mcp add vikramgorla-swiss -- npx -y mcp-swiss
{
"mcpServers": {
"vikramgorla-swiss": {
"command": "npx",
"args": [
"-y",
"mcp-swiss"
]
}
}
} {
"servers": {
"vikramgorla-swiss": {
"command": "npx",
"args": [
"-y",
"mcp-swiss"
]
}
}
} codex mcp add vikramgorla-swiss -- npx -y mcp-swiss
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vikramgorla-swiss": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-swiss"
],
"enabled": true
}
}
} openclaw mcp add vikramgorla-swiss --command npx --arg -y --arg mcp-swiss
mcp_servers:
vikramgorla-swiss:
command: "npx"
args: ["-y", "mcp-swiss"] {
"McpServers": {
"vikramgorla-swiss": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"mcp-swiss"
]
}
}
} assistant mcp add vikramgorla-swiss -t stdio -c npx -a -y mcp-swiss
{
"mcpServers": {
"vikramgorla-swiss": {
"command": "npx",
"args": [
"-y",
"mcp-swiss"
]
}
}
} 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/mcp-swiss@0.7.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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).
| Name | Type | Req | Description |
|---|---|---|---|
| canton | string | yes | Canton 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.
| Name | Type | Req | Description |
|---|---|---|---|
| canton | string | – | Filter by canton abbreviation (e.g. GR, VS, BE). Optional. |
| limit | number | – | Maximum number of stations to return (default: 20, max: 200). |
| type | string | – | Station 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).
| Name | Type | Req | Description |
|---|---|---|---|
| postcode | string | yes | Swiss 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)
| Name | Type | Req | Description |
|---|---|---|---|
| lat | number | yes | Latitude (WGS84) |
| lng | number | yes | Longitude (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.
| Name | Type | Req | Description |
|---|---|---|---|
| canton | string | yes | Canton 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 |
| limit | number | – | Max results (default: 5, max: 20) |
| query | string | – | Search 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
| Name | Type | Req | Description |
|---|---|---|---|
| canton | string | – | Canton abbreviation (e.g. ZH, BE, GE, ZG) |
| legal_form | string | – | Legal form code (e.g. 0106=GmbH, 0101=AG) |
| limit | number | – | Max results (default: 20) |
| name | string | yes | Company 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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Address or locality name |
| limit | number | – | Max 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Dam 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.
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | – | Number of past days to search (default: 90, max: 365) |
| lat | number | yes | Latitude of the center point (decimal degrees, e.g. 46.9 for Bern) |
| limit | number | – | Maximum number of results to return (default: 20, max: 100) |
| lon | number | yes | Longitude of the center point (decimal degrees, e.g. 7.5 for Bern) |
| min_magnitude | number | – | Minimum magnitude filter (default: 0.5) |
| radius_km | number | – | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Municipality 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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results (default: 5, max: 20) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| affair_id | number | yes | OpenParlData affair ID (get from search_parliament_business results) |
| limit | number | – | Max 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Place name to search |
| type | string | – | Type 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).
| Name | Type | Req | Description |
|---|---|---|---|
| city_name | string | yes | City 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results to return (1–20, default 10). |
| query | string | yes | Search 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | – | Station name to search for |
| type | string | – | Filter: all, station, poi, address |
| x | number | – | Longitude (WGS84) |
| y | number | – | Latitude (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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results to return (1–20, default 10) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of results to return (default: 5, max: 20) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of results (default: 5, max: 20). |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tracking_number | string | yes | Swiss 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.
What is the Switzerland MCP 🇨🇭 server?
Switzerland MCP 🇨🇭 is listed in the public MCP registry as io.github.vikramgorla/swiss. Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates. This page covers its npm package (mcp-swiss).
Is the Switzerland MCP 🇨🇭 server safe to use?
Switzerland MCP 🇨🇭 scores 85 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Switzerland MCP 🇨🇭 server expose?
Switzerland MCP 🇨🇭 exposes 76 tools: search_stations, get_connections, get_departures, get_arrivals, get_nearby_stations, and 71 more. Their descriptions and schemas cost roughly 6,760 tokens of context every time the server is loaded.
Is the Switzerland MCP 🇨🇭 server still maintained?
Switzerland MCP 🇨🇭 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Switzerland MCP 🇨🇭 server under?
Switzerland MCP 🇨🇭 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.