jacksmith3888/wuwa-mcp-server
If you are the rightful owner of wuwa-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
鸣潮 MCP Server 是一个 Model Context Protocol 服务器,用于获取《鸣潮》游戏的角色和声骸信息,并以 Markdown 格式返回,方便大型语言模型使用。
Tools
Functions exposed to the LLM to take actions
get_artifact_info
获取库街区上的声骸详细信息并以 Markdown 格式返回。
Args: artifact_name: 要查询的声骸套装的中文名称。
Returns: 包含声骸信息的 Markdown 字符串, 或者在找不到声骸或获取数据失败时返回错误消息。
get_character_info
获取库街区上的角色详细信息包括角色技能,养成攻略等,并以 Markdown 格式返回。
Args: character_name: 要查询的角色的中文名称。
Returns: 包含角色信息的 Markdown 字符串, 或者在找不到角色或获取数据失败时返回错误消息。
get_character_profile
获取库街区上的角色档案信息并以 Markdown 格式返回。
Args: character_name: 要查询的角色的中文名称。
Returns: 包含角色档案信息的 Markdown 字符串, 或者在找不到角色或获取数据失败时返回错误消息。
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client