Give your AI access to the entire TibiaWiki database
feito por brasileiros π§π·
The Model Context Protocol is an open standard that lets AI agents call external tools. This server exposes 19 specialized tools for querying structured Tibia game data β no hallucinations, just real wiki data.
Over 20,000 entities crawled from TibiaWiki and stored in PostgreSQL. Creatures, items, spells, NPCs, quests, and 15 more entity types β all parsed, normalized, and cross-referenced.
From quick lookups to complex cross-entity analysis
View database schema, row counts, and column details
describe_tables("creatures")Browse entities by type with pagination and sorting
list_entities("items", limit=25)Full-text search across all entity types
search("demon helmet")Filter entities by auto-generated tags like "boss" or "immune_fire"
search_by_tags("creatures", ["boss", "high_exp"])Natural language AI-powered search via embeddings
semantic_search("creatures that heal themselves")Complete creature profile: stats, loot, hunts, quest appearances
creature_full_info("Demon")Find creatures weak to a specific damage element
creature_weakness("fire")Side-by-side stat and weakness comparison
compare_creatures("Dragon Lord", "Frost Dragon")All ways to obtain an item: drops, shops, quest rewards
where_to_get_item("Falcon Longsword")Find NPCs that buy a specific item and their prices
where_to_sell_item("Demon Helmet")Equipment suitable for your class and body slot
items_for_vocation("knight", "armor")Best hunting places by level and vocation
recommend_hunt(250, "paladin")Estimated gold per kill with detailed loot breakdown
profit_analysis("Hydra")Generate TibiaWiki interactive map URLs
get_map_url(32369, 32241, 7)Find entities near specific map coordinates
search_by_position(32369, 32241, 7, radius=100)Entities near a named location β e.g. "near Rashid"
nearby_entities("Rashid", radius=50)Top items by price, strongest creatures, best armor
rank_entities("items", "npc_value")Custom read-only SQL SELECT queries
query_database("SELECT name, exp FROM creatures WHERE exp > 10000")Full details for any single entity by type and name
get_entity("quests", "The Annihilator")Ask a question, get structured data
Hunting Place | Exp Rating | Loot Rating ----------------------|------------|------------ Asura Palace | β β β β β | β β β β β Cobras | β β β β β | β β β β β Summer Elves | β β β β β | β β β β β Issavi Surface | β β β β β | β β β ββ Werelions | β β β ββ | β β β β β
Up and running in under a minute
{ "mcpServers": { "tibiawiki": { "url": "http://localhost:8000/sse" } } }
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Every corner of the Tibia universe, structured and queryable