@gibeon/mcp-server
OfficialRelated Servers
Alternatives to @gibeon/mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA FastAPI-based MCP server that integrates with smartscreen.tv, allowing you to programmatically control web displays by displaying media, sending notifications, and controlling playback via HTTP commands.1MIT
- AlicenseBqualityDmaintenanceMCP Server for Git operations, agent templates, and project utilities.955 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server for the Mobilerun platform, exposing tools for device control, workflow automation, task management, and platform operations via a stateless HTTP or stdio interface with bearer-token authentication and policy-based access control.Apache 2.0
- AlicenseAqualityBmaintenanceMCP server for Plex Media Server, focused on media discovery, search, library management, and playback control.25MIT
- FlicenseBqualityDmaintenanceMCP server for interacting with MindReset devices to display text, icons, and images on device screens.435-
- AlicenseBqualityDmaintenanceMCP server for sending Gotify push notifications to your devices.1MIT
TDQS
Scored across 13 tools
Each tool targets a distinct resource and action (players vs playlists vs playlist items, list/get/create/update/delete/publish). Even similar operations like update_player vs publish_players are clearly differentiated by their descriptions.
All tools follow a consistent verb_noun pattern in lowercase snake_case (list_players, get_playlist, add_playlist_item, reorder_playlist_items). Plural vs singular usage is conventional and predictable.
13 tools is well-scoped for the player/playlist/playlist-item domain. Each tool covers a distinct operation, and the count is within the ideal range.
Playlist items have full CRUD plus reorder, and players cover list/get/update/publish. However, update_player can assign sequence_id or planning_id, yet there are no tools to manage sequences or planning, creating a dead end for those workflows. Asset management is also external, but that may be out of scope.