Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

sh.tibia/tibiawiki-mcp

NPM · @TIBIA.SH/TIBIAWIKI-MCP · 2 COMPONENTS · SCANNED SEP 22

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

+18 this week 81 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 7 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to tibia-sh/tibiawiki-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 3 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability57
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 51% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
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.

npm · @tibia.sh/tibiawiki-mcp

# add to Claude Code
claude mcp add sh-tibia-tibiawiki-mcp -- npx -y @tibia.sh/tibiawiki-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add sh-tibia-tibiawiki-mcp --command npx --arg -y --arg @tibia.sh/tibiawiki-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sh-tibia-tibiawiki-mcp:
    command: "npx"
    args: ["-y", "@tibia.sh/tibiawiki-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add sh-tibia-tibiawiki-mcp -t stdio -c npx -a -y @tibia.sh/tibiawiki-mcp
// mcp.json
{
  "mcpServers": {
    "sh-tibia-tibiawiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tibia.sh/tibiawiki-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +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.

  • 20 Sept 26 +16
    • Malware scan: unverified → pass security
  • 19 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.6.2 → 0.6.3 functional
  • 18 Sept 26 +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.

  • 16 Sept 26 +15
    • Tool safety: pass → unverified security
    • Stability: 0.07 → unverified security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • 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 functional
  • 15 Sept 26 +1
    • Tool safety: pass → unverified security
    • Stability: 0.03 → unverified security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • 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 functional
  • 14 Sept 26 +12
    • Known CVEs: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.03 functional
    • Dependency health: unverified → 1.00 functional
    • Package version: 0.3.1 → 0.4.0 functional
  • 13 Sept 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/@tibia.sh/tibiawiki-mcp@0.6.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo tibia-sh/tibiawiki-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/tibia-sh/tibiawiki-mcp/.github/workflows/release.yml@refs/heads/main
Rekor log index 2889296856
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:df022d63e897eb6c3faeb91f4369cf0e0ad224009f9655d03b85aba39521c30949b4d47b1f1ec97036a623ac5f1d7816004ecbe9ce858510f566ba9ea

Background: How many MCP packages publish verified provenance →

Dependencies 7 packages
Packages resolved 7
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~956 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
tibia_find_creatures ~229

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

NameTypeReqDescription
bestiary_classstringe.g. "Dragon", "Human".
cursorstring
experience_maxinteger
experience_mininteger
hitpoints_maxintegerCreatures whose hitpoints are unrecorded are excluded from this filter.
hitpoints_minintegerCreatures whose hitpoints are unrecorded are excluded from this filter.
include_inactiveboolean
is_bossboolean
limitinteger
location_containsstringSubstring of the location text.
resistant_toarray
sortstring
weak_toarrayElements the creature takes extra damage from.
NameTypeReqDescription
indexGeneratedAtstringyes
nextCursorstring
resultsarrayyes
totalMatchesnumberyes

No examples provided.

tibia_find_items ~208

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

NameTypeReqDescription
armor_mininteger
attack_maxinteger
attack_mininteger
cursorstring
defense_mininteger
include_inactiveboolean
item_classstringe.g. "Weapons", "Armors".
item_typestringe.g. "Sword Weapons".
limitinteger
required_level_maxinteger
sortstring
vocationstringMatches required_vocation, e.g. "knight".
weapon_typestringe.g. "Sword", "Axe", "Club".
NameTypeReqDescription
indexGeneratedAtstringyes
nextCursorstring
resultsarrayyes
totalMatchesnumberyes

No examples provided.

tibia_get ~259

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.

NameTypeReqDescription
include_inactivebooleanInclude deprecated, event-only and unavailable pages. Applies to the requested page.
namestringyesPage name, e.g. "Dragon Lord". Case-insensitive.
typestringRestrict the lookup to one kind of page.
verbositystring"detailed" adds extra descriptive columns.

Structured output declared, but exposes no named fields.

No examples provided.

tibia_how_to_obtain ~103

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.

NameTypeReqDescription
include_inactivebooleanInclude deprecated or event-only creatures, NPCs and quests as sources.
item_namestringyesItem page name, e.g. "Dragon Shield".
NameTypeReqDescription
droppedByarrayyes
itemstringyes
notestringyes
questRewardsarrayyes
soldByNpcsarrayyes
sourceobjectyes
statusstring|nullyes

No examples provided.

tibia_search ~157

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.

NameTypeReqDescription
cursorstringOpaque cursor from a previous call.
include_inactivebooleanInclude deprecated, event-only and unavailable pages.
limitinteger
querystringyesSubstring to match against page names, case-insensitive.
typesarrayRestrict to these kinds of page. Defaults to all fourteen.
NameTypeReqDescription
indexGeneratedAtstringyes
nextCursorstring
resultsarrayyes
totalMatchesnumberyes

No examples provided.

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.