smplkit MCP Server
Server Details
Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- smplkit/mcp
- GitHub Stars
- 0
- Server Listing
- smplkit MCP Server
TDQS
Scored across 29 tools
Every tool targets a distinct resource and action. There is no overlap: create, delete, get, list, set, run, test, etc., each apply to specific entities (configs, flags, forwarders, jobs, events, loggers, environments), making it impossible to confuse one tool for another.
All tool names follow a consistent verb_noun pattern using lowercase and underscores. Singular nouns for get operations (e.g., get_config) and plural for list operations (e.g., list_configs) are used uniformly. This creates a predictable and readable naming scheme.
With 29 tools, the count is slightly on the high side but justified by the variety of managed resources (configs, flags, forwarders, jobs, events, loggers, environments) and the need for distinct CRUD-like operations. It remains within a reasonable range for a comprehensive MCP server.
The tool set covers most lifecycle operations for each resource, but notable gaps exist: forwarders lack get and update tools, and configs have no metadata update tool. These gaps could cause agents to resort to workarounds like delete-and-recreate. Overall, coverage is decent but incomplete.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Changed
create_job1 field changed- changed
Input schema / properties / retry_policy / descriptionPrevious value: -"The id of a named retry policy to apply to failed runs."New value: +"The id of an existing named retry policy to apply to failed\nruns. Retry policies are managed in the smplkit console — create one\nthere, then pass its id."
- Changed
set_config_value1 field changed- changed
Input schema / properties / environment / descriptionPrevious value: -"Environment to set the value in (default 'production')."New value: +"Environment to set the value in (default 'production'). Use\nlist_environments to see valid targets."
- Changed
set_flag1 field changed- changed
Input schema / properties / rules / descriptionPrevious value: -"Replace this environment's targeting rules. Each rule is\n{\"when\": [{\"attribute\",\"operator\",\"value\"}, ...], \"serve\": <value>,\n\"description\"?: str}; conditions are AND-ed. Operators: ==, !=, >, <,\n>=, <=, in, contains. Pass [] to clear all rules."New value: +"**This replaces the environment's entire rule set.** To add a rule\nwithout dropping the others, call get_flag first and pass the full\nlist including the existing ones. Each rule is\n{\"when\": [{\"attribute\",\"operator\",\"value\"}, ...], \"serve\": <value>,\n\"description\"?: str}; conditions are AND-ed. Operators: ==, !=, >, <,\n>=, <=, in, contains. Pass [] to clear all rules."
- Changed
set_log_level1 field changed- changed
Input schema / properties / environment / descriptionPrevious value: -"Environment to set the level in (default 'production')."New value: +"Environment to set the level in (default 'production'). Use\nlist_environments to see valid targets."
- Changed
update_job1 field changed- changed
Input schema / properties / retry_policy / descriptionPrevious value: -"New named retry-policy id."New value: +"New named retry-policy id; manage policies in the console."
21 tool updates
- Added
create_config - Added
create_flag - Added
create_forwarder - Added
delete_config - Added
delete_flag - Added
delete_forwarder - Added
get_config - Added
get_event - Added
get_flag - Added
get_logger - Added
list_configs - Added
list_environments - Added
list_flags - Added
list_forwarders - Added
list_loggers - Added
query_events - Added
reset_logger - Added
set_config_value - Added
set_flag - Added
set_log_level - Added
test_forwarder
8 tool updates
- First observed
create_job - First observed
delete_job - First observed
get_job - First observed
get_run - First observed
list_jobs - First observed
list_runs - First observed
run_job - First observed
update_job
Related MCP Connectors
- PriorifyOAuthapp.priorify
Agent-complete, permission-scoped product operations for Priorify workspaces.
Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.
Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Scoped agent execution. Server-side credentials, policy, budgets and verifiable receipts.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables MCP-capable agents to create and invoke OpenServerless endpoints, manage secrets, and configure integrations such as S3, PostgreSQL, Redis, Milvus, and MongoDB.13Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables a security-first engineering agent with an MCP-style JSON-RPC tool boundary, role-based authorization, and UTC audit events for every decision.-
- AlicenseBqualityCmaintenanceA safety-first MCP operations cockpit for Hermes Agent installations, exposing typed, evidence-producing management primitives.73MIT
- AlicenseAqualityDmaintenanceStart, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, watch its events, reply, approve the tools it wants to run, and stop it. Runs over stdio, HTTP, or AWS Lambda with pluggable auth.171MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.