# sh.tibia/tibiawiki-mcp (npm · @tibia.sh/tibiawiki-mcp)

TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells

- Trust score: 81/100 (high trust)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `mcp.tibia.sh`: 59/100, [markdown](https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki.md), [page](https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki)
- npm · `@tibia.sh/tibiawiki-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp.md), [page](https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp)

## Channel facts

- Registry: `npm`
- Package: `@tibia.sh/tibiawiki-mcp`
- Version: `0.6.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 7 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to tibia-sh/tibiawiki-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1248 tokens (~249/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 51% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the sh.tibia/tibiawiki-mcp server?

sh.tibia/tibiawiki-mcp runs locally as an npm package, launched with npx -y @tibia.sh/tibiawiki-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add sh-tibia-tibiawiki-mcp -- npx -y @tibia.sh/tibiawiki-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sh-tibia-tibiawiki-mcp -- npx -y @tibia.sh/tibiawiki-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sh-tibia-tibiawiki-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sh-tibia-tibiawiki-mcp --command npx --arg -y --arg @tibia.sh/tibiawiki-mcp
```

### Hermes

```yaml
mcp_servers:
  sh-tibia-tibiawiki-mcp:
    command: "npx"
    args: ["-y", "@tibia.sh/tibiawiki-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sh-tibia-tibiawiki-mcp -t stdio -c npx -a -y @tibia.sh/tibiawiki-mcp
```

### Other

```json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 80, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-19 (score 64, −15)

- [security regression] Malware scan: pass → unverified
- [functional] Package version: 0.6.2 → 0.6.3

### 2026-09-18 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 78, +15)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.07 → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.6.0 → 0.6.2
- [functional] Package version: 0.6.0 → 0.6.1

### 2026-09-15 (score 63, +1)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.03 → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.4.0 → 0.6.0
- [functional] Package version: 0.4.0 → 0.5.0

### 2026-09-14 (score 62, +12)

- [security improvement] Known CVEs: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Dependency health: unverified → 1.00
- [functional] Package version: 0.3.1 → 0.4.0

### 2026-09-13 (score 50)

First indexed and scored.

## MCP tools (5)

### `tibia_get` (~259 tokens)

Full detail for one named Tibia page of any kind: creature (with its loot table, abilities and max damage), item, npc, quest, spell, achievement, house, imbuement, charm, mount, outfit, book, world or update. Takes an exact page name — use tibia_search first if it is uncertain. Pass `type` to disambiguate a shared name. Creature abilities may carry an `area`: Grid of map tiles, row-major, as the caster faces. '.' unaffected tile, '#' effect tile, '@' the caster, '*' the target tile, digits 4-8 extra sprite layers (a second effect the scene draws), '?' an unrecognised value. effectTiles counts effect tiles only. effectOnCaster says whether the caster is caught in its own effect; it is stated by the wiki, not read off the grid.

Input parameters:

- `include_inactive` (boolean): Include deprecated, event-only and unavailable pages. Applies to the requested page.
- `name` (string, required): Page name, e.g. "Dragon Lord". Case-insensitive.
- `type` (string): Restrict the lookup to one kind of page.
- `verbosity` (string): "detailed" adds extra descriptive columns.

### `tibia_search` (~157 tokens)

Find Tibia pages whose name contains a substring, across all fourteen kinds of page (creature, item, npc, quest, spell, achievement, house, imbuement, charm, mount, outfit, book, world, update). Turns an approximate name into the exact page name tibia_get expects. Ordered shortest-name-first, so the closest match leads.

Input parameters:

- `cursor` (string): Opaque cursor from a previous call.
- `include_inactive` (boolean): Include deprecated, event-only and unavailable pages.
- `limit` (integer)
- `query` (string, required): Substring to match against page names, case-insensitive.
- `types` (array): Restrict to these kinds of page. Defaults to all fourteen.

Output parameters:

- `indexGeneratedAt` (string)
- `nextCursor` (string)
- `results` (array)
- `totalMatches` (number)

### `tibia_find_creatures` (~229 tokens)

Find Tibia creatures matching stat filters. Damage modifiers are percentages where 100 is neutral: "weak_to" means the creature takes MORE than 100% damage from that element, "resistant_to" means less. Use this for questions like "which creatures are weak to fire and give over 500 experience".

Input parameters:

- `bestiary_class` (string): e.g. "Dragon", "Human".
- `cursor` (string)
- `experience_max` (integer)
- `experience_min` (integer)
- `hitpoints_max` (integer): Creatures whose hitpoints are unrecorded are excluded from this filter.
- `hitpoints_min` (integer): Creatures whose hitpoints are unrecorded are excluded from this filter.
- `include_inactive` (boolean)
- `is_boss` (boolean)
- `limit` (integer)
- `location_contains` (string): Substring of the location text.
- `resistant_to` (array)
- `sort` (string)
- `weak_to` (array): Elements the creature takes extra damage from.

Output parameters:

- `indexGeneratedAt` (string)
- `nextCursor` (string)
- `results` (array)
- `totalMatches` (number)

### `tibia_find_items` (~208 tokens)

Find Tibia items matching class, type and stat filters such as attack, defense, armor and required level. Use this for questions like "which two-handed swords need level 100 or less". Vocation and weapon type match by membership, so "knight" matches "knights".

Input parameters:

- `armor_min` (integer)
- `attack_max` (integer)
- `attack_min` (integer)
- `cursor` (string)
- `defense_min` (integer)
- `include_inactive` (boolean)
- `item_class` (string): e.g. "Weapons", "Armors".
- `item_type` (string): e.g. "Sword Weapons".
- `limit` (integer)
- `required_level_max` (integer)
- `sort` (string)
- `vocation` (string): Matches required_vocation, e.g. "knight".
- `weapon_type` (string): e.g. "Sword", "Axe", "Club".

Output parameters:

- `indexGeneratedAt` (string)
- `nextCursor` (string)
- `results` (array)
- `totalMatches` (number)

### `tibia_how_to_obtain` (~103 tokens)

Every in-game source for one item in a single call: which creatures drop it and how likely, which NPCs sell it and for how much (the price the player pays), and which quests reward it. Prefer this over three separate lookups.

Input parameters:

- `include_inactive` (boolean): Include deprecated or event-only creatures, NPCs and quests as sources.
- `item_name` (string, required): Item page name, e.g. "Dragon Shield".

Output parameters:

- `droppedBy` (array)
- `item` (string)
- `note` (string)
- `questRewards` (array)
- `soldByNpcs` (array)
- `source` (object)
- `status` (string|null)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp#diagnostics

## Score history

- 2026-09-22: 81
- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 64
- 2026-09-18: 79
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 63
- 2026-09-14: 62
- 2026-09-13: 50

## Common questions

### What is the sh.tibia/tibiawiki-mcp server?

sh.tibia/tibiawiki-mcp is listed in the public MCP registry as sh.tibia/tibiawiki-mcp. TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells. This page covers its npm package (@tibia.sh/tibiawiki-mcp).

### Is the sh.tibia/tibiawiki-mcp server safe to use?

sh.tibia/tibiawiki-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the sh.tibia/tibiawiki-mcp server expose?

sh.tibia/tibiawiki-mcp exposes 5 tools: tibia_get, tibia_search, tibia_find_creatures, tibia_find_items, tibia_how_to_obtain. Their descriptions and schemas cost roughly 956 tokens of context every time the server is loaded.

### Is the sh.tibia/tibiawiki-mcp server still maintained?

sh.tibia/tibiawiki-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the sh.tibia/tibiawiki-mcp server under?

sh.tibia/tibiawiki-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@tibia.sh/tibiawiki-mcp
- Socket report: https://socket.dev/npm/package/@tibia.sh/tibiawiki-mcp
- Repository: https://github.com/tibia-sh/tibiawiki-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp.json
- HTML version of this page: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/tibia-sh-tibiawiki-mcp
