Anime MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANNICT_ACCESS_TOKEN | Yes | Annict API access token, required for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_animeC | Search anime by title (e.g. shirobako, しろばこ). |
| search_anime_by_seasonA | Search anime by season (e.g. 2024 spring, 2016年秋). |
| get_anime_by_idsB | Get anime works by Annict work IDs. |
| search_seriesA | Search anime series by name (e.g. ソードアート, Sword Art). |
| get_series_by_idsB | Get anime series by Annict series IDs. |
| get_episodes_by_work_idB | Get episodes for an anime work by Annict work ID (e.g. list all episodes of a series). |
| get_episodes_by_idsA | Get episode details by Annict episode IDs. |
| search_peopleB | Search people (voice actors, staff, etc.) by name (e.g. 井上, 水瀬いのり). |
| get_people_by_idsB | Get people by Annict person IDs. |
| search_organizationsB | Search organizations (studios, etc.) by name (e.g. 株式会社, P.A.WORKS). |
| get_organizations_by_idsB | Get organizations by Annict organization IDs. |
| get_staffs_by_idsB | Get staff entries by Annict staff IDs. |
| get_staffs_by_work_idA | Get staff for an anime work by Annict work ID (e.g. directors, animation studio). |
| get_my_programsA | Get the authenticated user's program schedule (broadcast times). Filter by work IDs, date range, unwatched, rebroadcast; sort by started_at. Requires ANNICT_ACCESS_TOKEN. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Tools target distinct entities (anime, episodes, programs, etc.) with different access patterns (by ID vs search by name). No overlapping purposes; each tool has a clear and unique role.
All tools follow a consistent 'get_<entity>_by_<criteria>' or 'search_<entity>' pattern. Variations like 'by_ids' and 'by_work_id' are predictable and uniform across similar tools.
14 tools cover the main entities in the anime domain (anime, episodes, programs, organizations, people, series, staff) without bloat. The count feels well-scoped for a focused data retrieval API.
The tool set provides comprehensive read access to key anime data: search by title/season, retrieve by ID, list episodes per work, staff details, and user program schedule. No obvious gaps for the intended use case of querying Annict data.