鸣潮 MCP Server
JSON →Retrieves character and artifact information from the game Wuthering Waves (鸣潮) as Markdown, optimized for large language models.
Install
npx -y @smithery/cli@latest Tools · 3
- get_character_info 在库街区上查询角色详细信息并以 Markdown 格式返回。参数:character_name (str) - 要查询的角色的中文名称。返回包含角色信息的 Markdown 字符串,或者在找不到角色或获取数据失败时返回错误消息。
- get_artifact_info 在库街区上查询声骸详细信息并以 Markdown 格式返回。参数:artifact_name (str) - 要查询的声骸套装的中文名称。返回包含声骸信息的 Markdown 字符串,或者在找不到声骸或获取数据失败时返回错误消息。
- get_character_profile 在库街区上查询角色档案信息并以 Markdown 格式返回。参数:character_name (str) - 要查询的角色的中文名称。返回包含角色档案信息的 Markdown 字符串,或者在找不到角色或获取数据失败时返回错误消息。
Links
★ 4 GitHub stars