swiss-ip-mcp
Rank #6,011io.github.malkreide/swiss-ip-mcp
IGE/IPI Swissreg trademarks, patents, SPCs
swiss-ip-mcp is a Model Context Protocol (MCP) server published by malkreide. It ranks #6,011 of 115,460 servers tracked on MCP Toplist. swiss-ip-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 109,449 of 115,460 servers on MCP Toplist.
Use swiss-ip-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add swiss-ip-mcp -e "IGE_USERNAME=<your IGE_USERNAME>" -e "IGE_PASSWORD=<your IGE_PASSWORD>" -- uvx swiss-ip-mcpReplace each placeholder with your own value before saving.
[mcp_servers.swiss-ip-mcp]
command = "uvx"
args = ["swiss-ip-mcp"]
[mcp_servers.swiss-ip-mcp.env]
IGE_USERNAME = "<your IGE_USERNAME>"
IGE_PASSWORD = "<your IGE_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-ip-mcp": {
"command": "uvx",
"args": [
"swiss-ip-mcp"
],
"env": {
"IGE_USERNAME": "<your IGE_USERNAME>",
"IGE_PASSWORD": "<your IGE_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-ip-mcp": {
"command": "uvx",
"args": [
"swiss-ip-mcp"
],
"env": {
"IGE_USERNAME": "<your IGE_USERNAME>",
"IGE_PASSWORD": "<your IGE_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"swiss-ip-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"swiss-ip-mcp"
],
"env": {
"IGE_USERNAME": "<your IGE_USERNAME>",
"IGE_PASSWORD": "<your IGE_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-ip-mcp": {
"command": "uvx",
"args": [
"swiss-ip-mcp"
],
"env": {
"IGE_USERNAME": "<your IGE_USERNAME>",
"IGE_PASSWORD": "<your IGE_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-ip-mcp": {
"command": "uvx",
"args": [
"swiss-ip-mcp"
],
"env": {
"IGE_USERNAME": "<your IGE_USERNAME>",
"IGE_PASSWORD": "<your IGE_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.malkreide%2Fswiss-ip-mcp)<a href="https://mcptoplist.com/server/io.github.malkreide%2Fswiss-ip-mcp"><img src="https://mcptoplist.com/badge/io.github.malkreide%2Fswiss-ip-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
malkreide
Other servers by malkreide
- swisstopo-mcp#2,862 · 3 vers
- Zurich Open Data MCP Server#3,675 · 3 vers
- swiss-transport-mcp#3,754 · 2 vers
- fedlex-mcp#3,774 · 3 vers
- swiss-democracy-mcp#3,807 · 3 vers
- swiss-environment-mcp#3,834 · 8 vers
- swiss-statistics-mcp#4,101 · 5 vers
- register-mcp#4,907 · 4 vers
- zh-education-mcp#4,937 · 4 vers
- amtsblatt-mcp#5,156 · 6 vers
- srgssr-mcp#5,257 · 3 vers
- bakom-mcp#5,322 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.1.6 | Aug 2, 2026 |
| 1.1.5 | Jul 31, 2026 |
| 1.1.4 | Jun 7, 2026 |
Frequently asked questions
- Who maintains swiss-ip-mcp?
- swiss-ip-mcp is maintained by malkreide, which publishes 44 MCP servers (127 total versions) tracked on MCP Toplist.
- Is swiss-ip-mcp listed on the Official MCP Registry?
- Yes — swiss-ip-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does swiss-ip-mcp have?
- MCP Toplist tracks 3 versions of swiss-ip-mcp, most recently published on Aug 2, 2026.
- Where can I find the source code for swiss-ip-mcp?
- The source code for swiss-ip-mcp is hosted at github.com/malkreide/swiss-ip-mcp.