# mcp-smithery

Find user details by client ID, browse registered clients, and discover available API paths. Accelerate audits and integrations by centralizing identity, client, and route lookups. Reduce errors and …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cyberimaginationsi-gif/mcp-smithery

# Browse available tools
npx -y @smithery/cli@latest tool list cyberimaginationsi-gif/mcp-smithery

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cyberimaginationsi-gif/mcp-smithery getUserInfo

# Call a tool
npx -y @smithery/cli@latest tool call cyberimaginationsi-gif/mcp-smithery getUserInfo '{}'
```

## Tools (3)

- `getUserInfo` — clientId로 사용자 정보를 조회합니다.
- `getClient` — 등록된 클라이언트 목록을 조회합니다. [BUILD-TEST-001]
- `getApiPath` — API Path(메뉴/경로) 목록을 조회합니다.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cyberimaginationsi-gif/mcp-smithery <tool-name>
```

---

Source: https://github.com/cyberimaginationsi-gif/mcp-smithery
