Anitabi MCP Server
Related Servers
Alternatives to Anitabi MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables searching and retrieving information about anime, manga, and related content via the Bangumi API.5517MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving anime and manga data from MyAnimeList via the Jikan API, including anime details, top rankings, and character information.2 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables querying and updating Bangumi anime collections, tracking per-episode progress, and receiving airing reminders for currently-watching anime via AniList.-
- FlicenseAqualityDmaintenanceEnables anime search and retrieval of details on works, series, episodes, people, organizations, staff, and broadcast schedules via the Annict REST API.14-
- FlicenseAqualityDmaintenanceProvides MCP access to the BangumiTV API, allowing users to retrieve and interact with anime, manga, music, and game information through natural language queries.1727-
- AlicenseAqualityCmaintenanceEnables AI clients to search, inspect, rank, and manage MyAnimeList anime and manga, including authenticated user list operations.15MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: get_anime_detail_points retrieves detailed pilgrimage locations, get_anime_lite_info provides summarized top locations, and search_bangumi finds anime IDs for subsequent queries. There is no overlap in functionality, making tool selection unambiguous for an agent.
All tools follow a consistent verb_noun pattern with snake_case: get_anime_detail_points, get_anime_lite_info, and search_bangumi. The naming is predictable and readable, with no deviations in style or convention.
With 3 tools, the server is well-scoped for its purpose of anime pilgrimage data lookup, but it feels slightly thin as it lacks tools for broader operations like listing all anime or managing user data. However, the core workflow (search, get detailed info, get lite info) is covered efficiently.
The tool set covers the essential workflow for anime pilgrimage queries: searching for anime by name and retrieving both detailed and summarized location data. A minor gap exists in not providing tools for non-ID-based queries or additional metadata, but agents can work effectively with the available tools.