Bangumi TV MCP Service
Related Servers
Alternatives to Bangumi TV MCP Service
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables searching and retrieving information about anime, manga, and related content via the Bangumi API.5515MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for anime and manga discovery, enabling search, detail retrieval, franchise watch order, seasonal schedule, character lookups, rankings, and studio filmography via natural language.78 npm1Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables MCP-compatible clients to search and retrieve anime, manga, and forum data from the MyAnimeList API v2, including details, rankings, seasonal anime, and user lists via natural language tool calls.-
- FlicenseNot gradedqualityBmaintenanceMCP server for Bangumi that queries collections, marks anime as watching/watched, and updates per-episode progress via official API, with secure token handling.-
- AlicenseNot gradedqualityFmaintenanceAn MCP server that enables users to search Bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. It allows AI applications to interact directly with Bilibili content via simple API interfaces.72 npm191MIT
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.152MIT
TDQS
Scored across 17 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools are organized by entity type (subject, character, person, episode) and action (browse, get, search), making it easy to differentiate between them. For example, get_subject_details retrieves details, while get_subject_characters lists related characters, avoiding overlap.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. All tools start with 'browse_', 'get_', or 'search_', followed by the entity name (e.g., 'subjects', 'character_details'), making them predictable and readable. There are no deviations in naming conventions.
With 17 tools, the count is slightly high but reasonable for a comprehensive media database server covering subjects, characters, persons, and episodes. It includes essential operations like browsing, searching, and retrieving details, though it might feel a bit heavy compared to simpler APIs. The tools are well-scoped, with each serving a distinct function.
The tool surface provides complete coverage for the Bangumi TV domain, including CRUD-like operations for browsing, searching, and retrieving details across all entity types (subjects, characters, persons, episodes). It supports relationships between entities (e.g., get_subject_characters) and includes specialized tools like get_daily_broadcast, leaving no obvious gaps for agent workflows.