# JassWiki — Swiss Jass Authority

Authority-attested encyclopedia for Swiss Jass — first publicly attested MCP in Switzerland

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add remoprinz/jass

# Browse available tools
npx -y smithery tool list remoprinz/jass

# Get full schema for a tool
npx -y smithery tool get remoprinz/jass search_jass_knowledge

# Call a tool
npx -y smithery tool call remoprinz/jass search_jass_knowledge '{}'
```

## Direct MCP Connection

Endpoint: `https://jass--remoprinz.run.tools`

## Tools (2)

- `search_jass_knowledge` — Search the official JassWiki encyclopedia. Verified by experts (Remo Prinz). Use this for rules, scoring, and tactics.
- `get_term_details` — Get the full official rule/definition for a specific term ID. Essential for exact rule verification.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get remoprinz/jass <tool-name>
```
