# sh.tibia/tibiawiki-mcp (remote · mcp.tibia.sh)

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

- Trust score: 59/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `mcp.tibia.sh`: 59/100 (this document), [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, [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

- Endpoint: `https://mcp.tibia.sh/wiki`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **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**: 23/100
  - Stability observed for 7 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 is a hosted endpoint at https://mcp.tibia.sh/wiki, so there is nothing to install locally. 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 --transport http sh-tibia-tibiawiki-mcp 'https://mcp.tibia.sh/wiki'
```

### Cursor

```json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sh-tibia-tibiawiki-mcp": {
      "type": "http",
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}
```

### Codex

```toml
[mcp_servers.sh-tibia-tibiawiki-mcp]
url = "https://mcp.tibia.sh/wiki"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sh-tibia-tibiawiki-mcp": {
      "type": "remote",
      "url": "https://mcp.tibia.sh/wiki",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sh-tibia-tibiawiki-mcp --url 'https://mcp.tibia.sh/wiki' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  sh-tibia-tibiawiki-mcp:
    url: "https://mcp.tibia.sh/wiki"
```

### Netclaw

```json
{
  "McpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "Transport": "http",
      "Url": "https://mcp.tibia.sh/wiki"
    }
  }
}
```

### Vellum

```bash
assistant mcp add sh-tibia-tibiawiki-mcp -t streamable-http -u 'https://mcp.tibia.sh/wiki'
```

### Other

```json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "type": "http",
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 59, +1)

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

### 2026-09-20 (score 58, +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-19 (score 57, 0)

- [functional] Server version: 0.6.2 → 0.6.3

### 2026-09-17 (score 57, +1)

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

### 2026-09-16 (score 56, 0)

- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 0.6.1 → 0.6.2
- [functional] Server version: 0.6.0 → 0.6.1
- [functional] Server version: 0.5.0 → 0.6.0

### 2026-09-15 (score 56)

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: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki#diagnostics

## Score history

- 2026-09-22: 59
- 2026-09-21: 58
- 2026-09-20: 58
- 2026-09-19: 57
- 2026-09-18: 57
- 2026-09-17: 57
- 2026-09-16: 56
- 2026-09-15: 56

## 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 hosted endpoint (https://mcp.tibia.sh/wiki).

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

sh.tibia/tibiawiki-mcp scores 59 out of 100 on VerifyMCP. 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.

### Does the sh.tibia/tibiawiki-mcp server require authentication?

No. We connected to sh.tibia/tibiawiki-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### 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.

## Links

- Remote endpoint: https://mcp.tibia.sh/wiki
- Repository: https://github.com/tibia-sh/tibiawiki-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki.xml
- Changelog JSON feed: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki.json
- HTML version of this page: https://verifymcp.io/servers/sh-tibia-tibiawiki-mcp/wiki
