Bucketeer MCP Server
Related Servers
Alternatives to Bucketeer MCP Server
No user-submitted related servers found.
Related Servers
AlicenseAqualityBmaintenanceA Model Context Protocol server that enables management of feature flags in Bucketeer through CRUD operations including listing, creating, retrieving, updating, and archiving feature flags.54 npm3Apache 2.0
hackle-mcpofficial
AlicenseBqualityDmaintenanceA Model Context Protocol server for Hackle API providing tools and resources for querying A/B Test data.1927 npm3MIT
GrowthBook MCP Serverofficial
AlicenseBqualityBmaintenanceOfficial GrowthBook MCP server for creating flags, getting experiments, and more.146,262 npm24MIT- AlicenseNot gradedqualityDmaintenanceMCP server for Flagsmith's Core and SDK APIs, enabling management of feature flags and configurations.104,531 npmBSD 3-Clause
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server implementation that integrates with Unleash Feature Toggle system.21223 npm11MIT
- FlicenseNot gradedqualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.-
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose targeting specific CRUD operations on feature flags: list (retrieve all), get (retrieve one), create (add new), update (modify existing), and archive (deactivate). No ambiguity exists between these actions, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern (e.g., listFeatureFlags, createFeatureFlag) with perfect adherence to camelCase. The naming is predictable and readable across all five tools, with no deviations in style or convention.
With 5 tools, this server is well-scoped for managing feature flags, covering essential CRUD operations plus archiving. Each tool earns its place without redundancy, and the count is appropriate for the domain, avoiding being too sparse or bloated.
The tool set provides complete lifecycle coverage for feature flags: create, read (list and get), update, and archive (as a soft delete). There are no obvious gaps, and agents can perform all core operations without dead ends in the domain of feature flag management.