swisstip-mcp
Last update: 15 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 database, 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"]
Related packages
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.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| swisstip_mcp-0.1.1.tar.gz | 13.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| swisstip_mcp-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.8 kB
Release files / swisstip_mcp-0.1.1.tar.gz
| Download URL | swisstip_mcp-0.1.1.tar.gz |
|---|---|
| Size | 13.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aaba62a55be8296136c7d8a9f6731f1b5e61dd360ceb15867964042c939497f0
|
|
BLAKE2b-256 checksum How to use checksums |
6293abbb6ee9dbc10f7400ef2a877c88d5c8c5ba41ce4526fec5e964b823c5cf
|
| 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 16, 2026.
Transparency logRelease files / swisstip_mcp-0.1.1-py3-none-any.whl
| Download URL | swisstip_mcp-0.1.1-py3-none-any.whl |
|---|---|
| Size | 12.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bf5494bc95153e4d77986b766f5d09ded3e5269a16cf3165fac1138e7e2b960b
|
|
BLAKE2b-256 checksum How to use checksums |
da4ca573965e1b061dcd858044b464fe9684ed9c67717667a98507343de1c852
|
| 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 16, 2026.
Transparency log