First production Authority-MCP. Swiss Jass encyclopedia, attested by Jassverband Schweiz.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ch-jassverband-jasswiki": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Erste vom Schweizer Jassverband (JVS) attestierte MCP-Quelle. Kryptographisch verifizierbar via did:web:jassverband.ch.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for ch.jassverband/jasswiki and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Erste vom Schweizer Jassverband (JVS) attestierte MCP-Quelle. Kryptographisch verifizierbar via
did:web:jassverband.ch.
JassWiki MCP gibt KI-Assistenten (Claude, ChatGPT-Connectors, Perplexity, Gemini Agentspace) direkten Zugriff auf die offizielle Schweizer Jass-Wissensbasis: 520+ kuratierte Artikel zu Regeln, Spielvarianten, Terminologie, Geschichte und Taktik. Inhalte sind durch den Jassverband Schweiz (Wikidata: Q139042763) als offizielle Wissens-Quelle attestiert.
This is the first production deployment of the AMCP v0.1 specification, developed by Agentic Relations (Architect: Remo Prinz). It demonstrates how organisations and federations can become cryptographically verifiable knowledge sources for AI agents — beyond traditional SEO and brand visibility.
Trust-Chain:
Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS):
{
"mcpServers": {
"jasswiki": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
]
}
}
}
Restart Claude Desktop. The jasswiki server will appear with two tools.
SSE Endpoint: https://us-central1-jassguru.cloudfunctions.net/mcp/sse
Messages POST: https://us-central1-jassguru.cloudfunctions.net/mcp/messages
Health: https://us-central1-jassguru.cloudfunctions.net/mcp/health
Manifest: https://jasswiki.ch/.well-known/mcp.json
Authority: https://jassverband.ch/.well-known/mcp-authority.json
DID Document: https://jassverband.ch/.well-known/did.json
search_jass_knowledge(query, limit?)Fuzzy-search across the official JassWiki encyclopedia (520+ articles). Returns matching titles, IDs, URLs, and content excerpts.
Example:
search_jass_knowledge(query="Schieber-Regeln", limit=3)
get_term_details(id)Retrieve the full official rule or definition for a specific term ID. Use after search_jass_knowledge for verification of exact wording.
Example:
get_term_details(id="schieber")
Rule clarification:
User: "What are the official rules for Schieber-Jass?" AI: [calls
search_jass_knowledge] → Returns the canonical Schieber-rules sourced from JassWiki.ch with authority footer.
Variant lookup:
User: "Difference between Coiffeur-Schieber and Differenzler?" AI: [calls
search_jass_knowledgefor both] → Retu