JassWiki — Swiss Jass Authority (AMCP v0.1)
Rank #4,439ch.jassverband/jasswiki
First production Authority-MCP. W3C VC attested by Jassverband Schweiz.
JassWiki — Swiss Jass Authority (AMCP v0.1) is a Model Context Protocol (MCP) server published by remoprinz. It ranks #4,439 of 115,591 servers tracked on MCP Toplist. JassWiki — Swiss Jass Authority (AMCP v0.1) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 4, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 111,152 of 115,591 servers on MCP Toplist.
Use JassWiki — Swiss Jass Authority (AMCP v0.1)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http jasswiki https://us-central1-jassguru.cloudfunctions.net/mcp/sseclaude mcp add --transport http jasswiki https://jasswiki.ch/mcp/http[mcp_servers.jasswiki]
url = "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"Add to ~/.codex/config.toml.
[mcp_servers.jasswiki]
url = "https://jasswiki.ch/mcp/http"Add to ~/.codex/config.toml.
https://us-central1-jassguru.cloudfunctions.net/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
https://jasswiki.ch/mcp/httpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"jasswiki": {
"url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"jasswiki": {
"url": "https://jasswiki.ch/mcp/http"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jasswiki": {
"type": "http",
"url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"jasswiki": {
"type": "http",
"url": "https://jasswiki.ch/mcp/http"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jasswiki": {
"serverUrl": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jasswiki": {
"serverUrl": "https://jasswiki.ch/mcp/http"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jasswiki": {
"url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
}
}
}{
"mcpServers": {
"jasswiki": {
"url": "https://jasswiki.ch/mcp/http"
}
}
}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/ch.jassverband%2Fjasswiki)<a href="https://mcptoplist.com/server/ch.jassverband%2Fjasswiki"><img src="https://mcptoplist.com/badge/ch.jassverband%2Fjasswiki.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
remoprinz
Other servers by remoprinz
View all remoprinz servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Jul 2, 2026 |
| 1.0.2 | May 11, 2026 |
| 1.0.1 | May 4, 2026 |
| 1.0.0 | May 4, 2026 |
Frequently asked questions
- Who maintains JassWiki — Swiss Jass Authority (AMCP v0.1)?
- JassWiki — Swiss Jass Authority (AMCP v0.1) is maintained by remoprinz, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is JassWiki — Swiss Jass Authority (AMCP v0.1) listed on the Official MCP Registry?
- Yes — JassWiki — Swiss Jass Authority (AMCP v0.1) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does JassWiki — Swiss Jass Authority (AMCP v0.1) have?
- MCP Toplist tracks 4 versions of JassWiki — Swiss Jass Authority (AMCP v0.1), most recently published on Jul 2, 2026.
- Where can I find the source code for JassWiki — Swiss Jass Authority (AMCP v0.1)?
- The source code for JassWiki — Swiss Jass Authority (AMCP v0.1) is hosted at github.com/remoprinz/jasswiki-mcp.