CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

JassWiki — Swiss Jass Authority (AMCP v0.1)

remoprinz/jasswiki-mcp
SSEregistry active
Summary

Gives Claude direct access to 520+ curated articles from JassWiki, the official Swiss Jass card game knowledge base. Two tools: search_jass_knowledge for fuzzy queries across rules, variants, and tactics, and get_term_details for full canonical definitions by ID. Notable as the first production MCP server with cryptographic authority attestation using W3C Verifiable Credentials, signed by the Jassverband Schweiz via did:web. Runs serverless on Google Cloud Functions with SSE transport. Useful if you're building Swiss cultural applications, need verified rule lookups for Jass variants like Schieber or Coiffeur, or want to see how organizations can become cryptographically verifiable knowledge sources for AI agents beyond traditional SEO.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

JassWiki MCP — Authority-Attested Knowledge Server for Swiss Jass

Erste vom Schweizer Jassverband (JVS) attestierte MCP-Quelle. Kryptographisch verifizierbar via did:web:jassverband.ch.

smithery badge Official MCP Registry License: CC BY-SA 4.0 MCP Authority

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:

  • 🇨🇭 Bundesamt für Kultur — Lebendige Tradition seit 2011
  • 📖 Zitiert in deutschsprachigem Wikipedia-Artikel "Jass"
  • 🆔 Wikidata: JassWiki Q137900251, Jass Q786768
  • 🔐 Ed25519-signierte JVS-Attestation (detached signature)

Installation

Claude Desktop (Streamable HTTP via mcp-remote)

Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS):

{
  "mcpServers": {
    "jasswiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://jasswiki.ch/mcp/sse"
      ]
    }
  }
}

Restart Claude Desktop. The jasswiki server will appear with two tools.

Direct SSE / HTTP (for any MCP-compatible client)

SSE Endpoint:    https://jasswiki.ch/mcp/sse
Messages POST:   https://jasswiki.ch/mcp/messages
Health:          https://jasswiki.ch/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

Tools

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")

Example Conversations

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_knowledge for both] → Returns comparison sourced from official terminology.

Tactical reference:

User: "Welche Verwerfen-Konventionen gibt es im Schieber?" AI: [calls search_jass_knowledge] → Returns tactical signaling conventions with citation.


Verifying the Authority Attestation (W3C Verifiable Credential)

The JassWiki MCP server is the first MCP service in Switzerland with cryptographically verifiable authority attestation, expressed as a W3C Verifiable Credential (Data Model 2.0) signed with the eddsa-jcs-2022 cryptosuite. Any standard W3C VC verification library can confirm it.

Quick verify with any W3C VC library

The attestation document is a self-contained Verifiable Credential — fetch and verify in one step:

curl -s https://jassverband.ch/.well-known/mcp-authority.json

The proof.proofValue field contains the signature in multibase base58btc format. Use any of:

  • Node.js: @digitalbazaar/vc + @digitalbazaar/eddsa-jcs-2022-cryptosuite
  • TypeScript / Browser: @veramo/credential-w3c with eddsa-jcs-2022 plugin
  • Python: pyld + PyNaCl (manual JCS implementation, see below)
  • Rust: ssi crate

Manual verification (Python, no W3C VC library required)

pip install pynacl base58
import json, hashlib, urllib.request
import nacl.signing, base58

# 1. Fetch the VC + DID document
vc = json.load(urllib.request.urlopen('https://jassverband.ch/.well-known/mcp-authority.json'))
did = json.load(urllib.request.urlopen('https://jassverband.ch/.well-known/did.json'))

# 2. Reconstruct the signed hash data per eddsa-jcs-2022
def jcs(obj):
    return json.dumps(obj, sort_keys=True, separators=(',', ':'), ensure_ascii=False).encode('utf-8')

unsigned_doc = {k: v for k, v in vc.items() if k != 'proof'}
proof_config = {k: v for k, v in vc['proof'].items() if k != 'proofValue'}

doc_hash = hashlib.sha256(jcs(unsigned_doc)).digest()
proof_hash = hashlib.sha256(jcs(proof_config)).digest()
hash_data = proof_hash + doc_hash  # W3C VC Data Integrity ordering

# 3. Decode signature from multibase base58btc
proof_value = vc['proof']['proofValue']
assert proof_value.startswith('z')  # 'z' = base58btc multibase prefix
signature = base58.b58decode(proof_value[1:])

# 4. Decode public key from DID document
import base64
pub_jwk_x = did['verificationMethod'][0]['publicKeyJwk']['x']
public_key = base64.urlsafe_b64decode(pub_jwk_x + '==')

# 5. Verify
nacl.signing.VerifyKey(public_key).verify(hash_data, signature)
print('✓ W3C VC verified — JassWiki MCP is officially attested by Jassverband Schweiz')

The attestation is governed by JVS Vorstandsbeschluss 2026-05-04 (JVS-VS-2026-05-04-AMCP-01).


Specification: AMCP v0.1 (Authority-MCP)

JassWiki MCP is the first production implementation of AMCP v0.1 — An Applied Profile of W3C Verifiable Credentials and DID:web for MCP Server Authority Attestation.

AMCP is not a new standard — it is a thin profile that combines:

LayerExisting Standard
Identity of the authorityW3C DID Core (did:web method)
Cryptographic envelopeW3C Verifiable Credentials Data Model 2.0
Signature suiteeddsa-jcs-2022 (Ed25519 + JCS canonicalization)
Entity descriptionsSchema.org + JSON-LD
Canonical entity IDsWikidata QIDs
Server protocolAnthropic MCP
DiscoveryHTTP Link header (RFC 8288) + .well-known/

The contribution of AMCP is the combination — specifying how an organisation declares its official MCP server with cryptographic proof, Wikidata-anchored entity references, and a verifiable trust chain.

Spec owner & architect: Agentic Relations — founder: Remo Prinz.

📄 Read the full specification: AMCP v0.1 Working Draft (3,600 words; canonical URL https://agenticrelations.ch/specs/amcp/v0.1)

The methodology applies to any organisation, federation, public-sector body, or association that wants to become a cryptographically verifiable knowledge source in the agentic web.

Feedback and adoption inquiries: open an issue or contact architect@agenticrelations.ch.


Operator & Authority

  • MCP Operator: JassWiki (curator: Remo Prinz, remo@jassverband.ch)
  • Attestor: Jassverband Schweiz (JVS) — did:web:jassverband.ch
  • Co-Founder JassWiki: Fabian Cadonau (Trumpf-As.ch)

Data & Licensing

  • Content: CC-BY-SA 4.0
  • Bulk corpus: HuggingFace JassWiki/jasswiki-corpus (JSONL)
  • SKOS Taxonomy: jasswiki.ch/dataset/taxonomie.jsonld
  • Attestation documents (mcp.json, did.json, mcp-authority.json): CC0

Attribution must include the JassWiki.ch link and indicate any modifications.


Status & Reliability

  • Production since: January 2026
  • Hosting: Firebase Cloud Functions, region us-central1 (low-latency global)
  • Languages supported: German (primary), French, Italian, English (ongoing expansion)
  • Uptime SLA: Best-effort (99.5%+ historical)

For service incidents or schema changes, watch the GitHub releases.


Contributing

JassWiki content is curated. To suggest factual corrections, terminology updates, or new variants:

  1. Open an issue on JassWiki GitHub (the public site repo)
  2. Or contact directly: remo@jassverband.ch
  3. New entries are reviewed by JVS (4-eyes principle) before publishing

The MCP server itself (this repository) accepts PRs for documentation improvements, examples, and submission metadata.


Erste öffentlich-rechtliche Authority-MCP der Schweiz. The first publicly attested MCP knowledge server in Switzerland.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportSSE
UpdatedMay 11, 2026
View on GitHub