i14y-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@i14y-mcpsearch for datasets about special needs education"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Part of the Swiss Public Data MCP Portfolio β a collection of open-source MCP servers connecting AI agents to Swiss public and open data. This is a private project. It is not affiliated with, endorsed by, or operated on behalf of any employer or public authority.
i14y-mcp
MCP server for the I14Y interoperability platform β Switzerland's national metadata catalogue.
π©πͺ Deutsche Version
Why this server exists
The other servers in this portfolio answer Β«what does the data say?Β». This one answers the question that comes first: Β«who publishes data on this topic, through which interface, under which licence?Β»
I14Y is the national data catalogue maintained by the Federal Statistical Office. It describes datasets, registered APIs, public services and harmonised concepts from the Confederation, cantons and communes, using the DCAT-AP-CH profile (eCH-0200).
Mnemonic: Β«Catalogue before shelf.Β» Without a catalogue, an agent has to already know a data source exists. With one, it can find it.
Related MCP server: swiss-food-safety-mcp
π― Anchor Demo Query
Β«Which authority publishes data on special needs education, through which interface is it available, and under which licence?Β»
search_catalog(query="SonderpΓ€dagogik")
β Β«Statistik der SonderpΓ€dagogikΒ» β Federal Statistical Office (BFS), theme: Bildung
get_dataset(dataset_id=...)
β 2 distributions, licence: Β«Opendata BY ASK β attribution required,
commercial use only with permission from the data supplierΒ»
β contact: auskunftsdienst@bfs.admin.chTwo tool calls turn a vague topic into a named authority, a download URL and a
licence you can act on β get_dataset aggregates the distributions, licences
and contact point into one record.
Architecture
ββββββββββββββββββββββββββββββββ
β MCP Host (Claude) β
βββββββββββββββββ¬βββββββββββββββ
β stdio | streamable-http
βββββββββββββββββΌβββββββββββββββ
β i14y-mcp β
β ββββββββββββββββββββββββββ β
β β server.py (13 tools) β β
β ββββββββββββββββββββββββββ€ β
β β mappers.py β β DCAT β flat, one language
β ββββββββββββββββββββββββββ€ β
β β models.py (Pydantic) β β source + provenance envelope
β ββββββββββββββββββββββββββ€ β
β β client.py β β retry 2s/4s/8s, no-retry 4xx
β ββββββββββββββββββββββββββ β
βββββββββββββββββ¬βββββββββββββββ
β HTTPS, no auth
βββββββββββββββββΌβββββββββββββββ
β api.i14y.admin.ch/api β
β datasets Β· dataservices Β· β
β concepts Β· publicservices Β· β
β catalogs Β· agents Β· search β
ββββββββββββββββββββββββββββββββArchitecture decision
This server uses Architecture A (live API only).
Rationale (verified live on 2026-07-21):
All read endpoints respond without authentication and paginate correctly.
No bulk download of catalogue metadata is offered, and none is needed.
Error responses follow RFC 7807, so failure modes are distinguishable.
Consequences:
Every HTTP call retries transient failures with 2 s / 4 s / 8 s backoff.
search_catalogcaps results client-side because the upstream ignores paging.api_statusalways returns an evaluable state instead of empty records.
Full probe report: docs/probe-i14y.md.
Project phase
This server is in Phase 1 (read-only) of the portfolio's Β«Read-only FirstΒ»
phase architecture: all tools are read-only, there is no authentication and no
personal data. See docs/roadmap.md for the phase model and
the prerequisites for any future write capability.
Tools
Tool | Purpose |
| Free-text search across the catalogue. Entry point. |
| Paginated dataset register (complete, unlike search). |
| Full metadata record for one dataset. |
| Download URLs, formats and licences. |
| Register of official Swiss APIs with endpoint URLs. |
| Full record for one registered interface. |
| Administrative services for citizens. |
| Harmonised concepts and code lists. |
| One concept definition. |
| Individual codes of a code list. |
| Publishing bodies, with Swiss UID. |
| Contributing catalogues. |
| Reachability check with graceful degradation. |
All tools are annotated readOnlyHint: true. Write operations exist in the
upstream API but are deliberately not exposed.
MCP primitives
This server exposes Tools only β no Resources, no Prompts. That is a deliberate choice, not an omission: I14Y is queried by free-text search and by opaque UUIDs, so there is no small, stable set of addressable URIs that would map cleanly onto MCP Resources, and the server ships no opinionated prompt templates. Every tool is read-only and idempotent; if a future stable entry point emerges (e.g. a fixed theme list) it is a candidate for a Resource.
MCP protocol version
Built against the MCP Python SDK (mcp >= 1.28.1), which negotiates the protocol
version with the client at initialize time. The tested SDK floor is pinned in
pyproject.toml; Dependabot opens monthly SDK-update
PRs, and any change that bumps the negotiated spec version is called out in
CHANGELOG.md.
Installation
uvx i14y-mcpOr from source:
git clone https://github.com/malkreide/i14y-mcp
cd i14y-mcp
pip install -e ".[dev]"Claude Desktop
{
"mcpServers": {
"i14y": {
"command": "uvx",
"args": ["i14y-mcp"]
}
}
}Remote deployment (Render, Railway)
I14Y_MCP_TRANSPORT=sse HOST=0.0.0.0 PORT=8000 i14y-mcpI14Y_MCP_TRANSPORT accepts stdio (default), sse or streamable-http. The
HTTP transports bind to HOST, which defaults to 127.0.0.1 (loopback); set
HOST=0.0.0.0 to expose the port on a PaaS (the Docker image already does).
CORS exposes the Mcp-Session-Id header so browser MCP clients keep their session.
Docker
docker compose up --build # SSE transport on http://localhost:8000The image is a hardened multi-stage build: it runs as a non-root user, ships no
build tools, and needs no secrets (the API is unauthenticated). See
Dockerfile and compose.yaml.
Join keys
I14Y is a connector layer. Two identifiers make it composable with the rest of the portfolio:
Key | Field | Joins to |
Swiss UID |
|
|
Endpoint URL |
| any portfolio server wrapping that API |
Known limitations
Verified live on 2026-07-21.
The search index covers roughly half the register.
search_catalogreturns at most 1013 records;list_datasetsreaches about 2003. Uselist_datasetswhen completeness matters.Search returns Datasets only. Filtering by
types=["Concept"]ortypes=["DataService"]yields zero results even though those entities exist. Uselist_conceptsandlist_data_servicesinstead.The upstream ignores paging on search. The full result set is always returned; this server caps it at 200 records and sets
truncated: true.Licences vary per distribution, not per dataset. Most carry Β«Opendata BY ASKΒ», which requires attribution and restricts commercial use. Always read the
licencefield before reuse.Some metadata fields are simply empty. Frequency, temporal coverage and distribution format are optional and frequently unset by publishers. This is a data-quality property of the catalogue, not a bug in this server.
Not every entry with an endpoint has a URL. Entries labelled only Β«OpenAPI SpezifikationΒ» without a URI are surfaced as
(no URI) <label>rather than dropped.
Testing
PYTHONPATH=src pytest tests/ -m "not live" # offline, used in CI
PYTHONPATH=src pytest tests/ -m "live" # hits the real API
PYTHONPATH=src pytest tests/ # everything
python -m ruff check src testsThe live tests are not decoration: fundstΓΌck 4 in the probe report β keywords
nesting their language object under label β was caught by a live test after
the unit tests were already green.
Contributing & security
CONTRIBUTING.mdβ ground rules (read-only, one egress host, no secrets) and the local dev loop.SECURITY.mdβ security posture and how to report a vulnerability.PUBLISHING.mdβ the PyPI / MCP Registry release process.
Credits & related projects
Data: I14Y Interoperability Platform, Federal Statistical Office (BFS)
Standard: eCH-0200 / DCAT-AP-CH
Source discovery inspired by rnckp/awesome-ogd-switzerland
Portfolio: swiss-public-data-mcp
Protocol: Model Context Protocol
Licence: MIT. The catalogue data remains subject to the terms declared by each publisher.
MCP Registry
Ownership marker used by the MCP Registry to link this PyPI package to the GitHub namespace:
mcp-name: io.github.malkreide/i14y-mcpMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malkreide/i14y-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server