MCP server for I14Y — Switzerland's national open-data metadata catalogue (DCAT-AP-CH)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx i14y-mcp
MCP client config
{
"mcpServers": {
"i14y-mcp": {
"command": "uvx",
"args": [
"i14y-mcp"
]
}
}
}