WuWa MCP Server
Related Servers
Alternatives to WuWa MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables querying Wuthering Waves character and echo artifact information, returning deduplicated Markdown-formatted data for LLM consumption.3150 PyPIMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search and access Arknights game data including operator information, enemy intelligence, skills, talents, and attributes through PRTS.wiki integration. Provides fuzzy search functionality for operators and enemies with clean Markdown output.9MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to look up World of Warcraft character information and reputation from Blizzard's Armory website.2-
- AlicenseNot gradedqualityCmaintenanceProvides read-only access to HoYoLAB and HoYoWiki APIs, enabling search and retrieval of posts, wiki entries, and article content converted to Markdown.2AGPL 3.0
- AlicenseAqualityCmaintenanceSearches Danbooru for anime/game characters and their associated tags, providing tools to retrieve character profiles, co-occurring tags, wiki descriptions, and tag implications.512MIT
- FlicenseNot gradedqualityAmaintenanceEnables querying the Purupuru universe codex programmatically, including characters, locations, Jani variants, and Wuxing elements, with anti-hallucination validation and fuzzy search.-
TDQS
Scored across 3 tools
The tools 'get_character_info' and 'get_character_profile' have significant overlap, both querying character data by Chinese name and returning Markdown. While 'get_character_info' includes skills and guides, and 'get_character_profile' focuses on profile details, their purposes are not clearly distinct, leading to potential confusion. 'get_artifact_info' is more distinct, targeting artifacts, but the character tools are ambiguous.
All tool names follow a consistent 'get_noun_info' or 'get_noun_profile' pattern using snake_case, with clear and predictable naming. 'get_artifact_info', 'get_character_info', and 'get_character_profile' maintain uniformity in structure and style, making them easily readable and organized.
With only 3 tools, the count feels thin for a game-related server like WuWa MCP Server, which might benefit from more operations such as updates, searches, or list functions. However, it covers basic retrieval needs, so it's borderline but not severely lacking.
The tool set is incomplete for a game data server, as it only provides retrieval (get) operations without create, update, delete, or list functions. There are obvious gaps in CRUD coverage, and the overlapping character tools suggest redundancy rather than comprehensive lifecycle management, which could lead to agent inefficiencies.