# Anime & Manga Library

Discover anime and manga titles through keyword searches to find your next favorite series. Access detailed character biographies and browse seasonal airings to stay updated on the latest releases. E…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hirofumitorato/japan-ani-search-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list hirofumitorato/japan-ani-search-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hirofumitorato/japan-ani-search-mcp search_anime

# Call a tool
npx -y @smithery/cli@latest tool call hirofumitorato/japan-ani-search-mcp search_anime '{}'
```

## Direct MCP Connection

Endpoint: `https://japan-ani-search-mcp--hirofumitorato.run.tools`

## Tools (5)

- `search_anime` — Search anime by title or keyword.
- `search_manga` — Search manga by title or keyword.
- `get_character` — Get anime/manga character info by name.
- `get_seasonal_anime` — Get anime airing in a season/year.
- `explain_anime_culture` — Get cultural explanation for anime terms like tsundere, isekai, moe, kawaii.

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