Skip to main content

swisstip-mcp

Last update: 16 September 2026

The Swiss TIP MCP server gives an AI assistant grounded access to authoritative Swiss public information. It serves a curated, versioned knowledge release: facts, each tied to an exact excerpt of an official page with a citation, and an explicit statement of what is not covered. The assistant composes the answer; the server never invents one.

Four read-only tools: get_coverage, search, resolve, get_evidence. Transports: stdio, and Streamable HTTP on /mcp with a /health route. Serving needs no model, no credentials and no network.

Knowledge releases

The package contains no knowledge. A knowledge release is two files, release.json and readiness.json, published with the repository's GitHub releases. Download both into one directory; the server validates every hash and span of release.json before it serves, and --require-ready refuses a release without a matching readiness record.

Use

Python 3.14 or newer. With uv, uvx fetches the server and a matching Python on first use:

uvx swisstip-mcp --release ./kb/release.json --require-ready --health
uvx swisstip-mcp --release ./kb/release.json --require-ready
uvx swisstip-mcp --release ./kb/release.json --transport streamable-http --port 8000

Claude Code:

claude mcp add swisstip -- uvx swisstip-mcp --release /path/to/kb/release.json --require-ready

Other MCP clients (Claude Desktop, Cursor and similar):

{ "mcpServers": { "swisstip": { "command": "uvx",
  "args": ["swisstip-mcp", "--release", "/path/to/kb/release.json", "--require-ready"] } } }

swisstip-mcp --release <file> --print-client-config opencode prints a configuration for OpenCode. swisstip-server is the same command under its earlier name.

Container

FROM python:3.14-slim
RUN pip install --no-cache-dir swisstip-mcp
COPY kb/release.json kb/readiness.json /srv/swiss-tip/
ENTRYPOINT ["swisstip-mcp", "--release", "/srv/swiss-tip/release.json", "--require-ready", "--transport", "streamable-http", "--host", "0.0.0.0"]
  • swisstip-core: the release format, validator and tool operations.
  • swisstip-builder: the workstation tools that build a knowledge release.

Licence: Apache-2.0.

Release files for swisstip-mcp 0.2.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for swisstip-mcp 0.2.5
File Size Uploaded
swisstip_mcp-0.2.5.tar.gz 13.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for swisstip-mcp 0.2.5
File Interpreter ABI Platform
swisstip_mcp-0.2.5-py3-none-any.whl Python 3 none any Details

Total release size: 26.1 kB

Release files / swisstip_mcp-0.2.5.tar.gz

Download URL swisstip_mcp-0.2.5.tar.gz
Size 13.1 kB
Tags Source
SHA-256 checksum
How to use checksums
acb1f14f29f22b37a0de99ce4e658507d8cb1ccac56addfedb202ad893bae48c
BLAKE2b-256 checksum
How to use checksums
ae926cd9d4767fe648b33b3f90d4a3a3059c3c28831a444f3c0c9a8fabd005c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / swisstip_mcp-0.2.5-py3-none-any.whl

Download URL swisstip_mcp-0.2.5-py3-none-any.whl
Size 12.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
3801f4d17dbbf9e8b7a652138d91c18f94986a49148855b84e70991df43d18e9
BLAKE2b-256 checksum
How to use checksums
a8ea82d3a18ed46905d689adfd2c54e2c2b3285b536e5c91ea75a2171ab5efd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release history Release notifications | RSS feed

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

This release

0.2.5 This release

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page