# 鸣潮 MCP Server

一个提供查询鸣潮角色信息、配队、声骸、背景故事及攻略的MCP server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jacksmith3888/wuwa-mcp-server

# Browse available tools
npx -y smithery tool list jacksmith3888/wuwa-mcp-server

# Get full schema for a tool
npx -y smithery tool get jacksmith3888/wuwa-mcp-server get_artifact_info

# Call a tool
npx -y smithery tool call jacksmith3888/wuwa-mcp-server get_artifact_info '{}'
```

## Direct MCP Connection

Endpoint: `https://wuwa-mcp-server--jacksmith3888.run.tools`

## Tools (3)

- `get_artifact_info` — 获取库街区上的声骸详细信息并以 Markdown 格式返回。
- `get_character_info` — 获取库街区上的角色详细信息包括角色技能，养成攻略等，并以 Markdown 格式返回。
- `get_character_profile` — 获取库街区上的角色档案信息并以 Markdown 格式返回。

```bash
# Get full input/output schema for a tool
npx -y smithery tool get jacksmith3888/wuwa-mcp-server <tool-name>
```

---

License: MIT
