mcpbeat Sign in

Tibiawiki MCP Server

answering

Tibiawiki MCP is answering right now. Last checked 2 min ago. 1 415 installs a week from npm. It exposes 5 tools. Last commit 17 Sep 2026.

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

Installs per day peak 516 · avg 48
a month agotoday
Uptime history 66 hours of history · worst hour 75%
66 hours agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
433 ms
Response time
average over 24h
1 415
Installs / week
npm and PyPI

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 16 September 2026. No other catalogue keeps this.

16 Sep a tool changed version2 times that day
and 1 more, back to 16 September 2026

What the code does

We read the source, 17 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/indexer/build-index.ts:90
  const r = spawnSync(cmd, args, { encoding: 'utf8', stdio: ['ignore', 'inherit', 'pipe'] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add tibiawiki-mcp --transport http https://mcp.tibia.sh/wiki
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tibiawiki-mcp": {
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tibiawiki-mcp]
url = "https://mcp.tibia.sh/wiki"
.cursor/mcp.json
{
  "mcpServers": {
    "tibiawiki-mcp": {
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tibiawiki-mcp": {
      "url": "https://mcp.tibia.sh/wiki"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

tibia
tibia_find_creatures
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".
tibia_find_items
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".
tibia_get
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.
tibia_how_to_obtain
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.
tibia_search
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.tibia.sh/wiki streamable-http answering 499 ms 2 min ago

Alternatives to Tibiawiki MCP

same job, measured the same way
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
TriliumNext (trilium-mcp)
by ovden13

Read and write a self-hosted TriliumNext knowledge base over its ETAPI.

local only
I
Nol MCP
by yawlabs

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

local only
Radix Wiki
by radix

Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.

11 tools answering
Openhive MCP
by andreas-roennestad

Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs.

47 installs/wk local only
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

130 installs/wk answering
inbrix
by inbrix

AI-native helpdesk hosted in Germany: tickets, replies, KPIs and knowledge base over MCP.

answering
Freshdesk
by wyre-ai

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only

Tibiawiki MCP — questions

Answers built from our own checks of this server.

What can Tibiawiki MCP do?
It exposes 5 tools, read directly from the server on our last check. Among them: tibia_find_creatures, tibia_find_items, tibia_get, tibia_how_to_obtain, tibia_search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tibiawiki MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 433 ms. The bar chart above shows every period we have measured.
How do I connect Tibiawiki MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tibiawiki MCP need an API key?
No. Tibiawiki MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tibiawiki MCP?
It answers our handshake in 433 ms on average, which is faster than 34% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Tibiawiki MCP?
The npm package @tibia.sh/tibiawiki-mcp was installed 1 415 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tibiawiki MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.