← Back to Kontasks
MCP Tool Expansion Ideas
Ideas for additional tools to add to the konui MCP server
Output
🔌 MCP Tool Expansion Ideas
The konui MCP server currently has 21 tools. Here are ideas for additional tools:
✅ Current Tools (21)
create_task
list_tasks
get_task
complete_task
delete_task
bulk_delete
get_stats
get_metrics
get_logs
list_sessions
get_session
get_telemetry
get_turn_history
start_investigation
add_finding
conclude_investigation
list_investigations
git_status
git_log
show_diff
🚀 High Priority Ideas
| konui_restart_service | Restart kongate/konimage/konui/konsole (with safety checks) |
| konui_stop_session | Force-stop a runaway Claude session |
| konui_run_tests | Run test suite for a service (shared/kongate/konimage/etc) |
| konui_get_backlog | Parse VIBE.md backlog and return structured priority list |
📊 Product/CMS Tools
| konui_list_listings | Query listings from Webflow (homes/rentals) |
| konui_get_listing | Get full listing details by ID or uniqueid |
| konui_list_suburbs | List all suburbs from kondata |
| konui_reprocess_listing | Trigger reprocess for a specific listing |
| konui_image_status | Check konimage cache for a listing's images |
🛠️ DevOps Tools
| konui_lint_service | Run deno lint on a service |
| konui_type_check | Run deno check for type validation |
| konui_get_errors | Get recent errors across all services (aggregated) |
| konui_health_check | Deep health check hitting all service endpoints |
📈 Analytics Tools
| konui_cost_breakdown | Token costs by day/week with trends |
| konui_usage_by_user | Token usage breakdown per user |
| konui_slow_turns | Find turns over threshold (performance issues) |
💡 Recommendation
Start with high priority tools: restart_service, stop_session, and run_tests. These provide immediate operational value. Product/CMS tools would be very useful but need Webflow API integration.
Implementation Effort
● Easy (1-2 hours)
● Medium (2-4 hours)
● Complex (4+ hours)
Quick Actions
Original Request
No layout configured
Details
Type
General
Status
Completed
Scope
vibetools
Tags
mcpplanningkonui
Created
7 Jan 2026, 9:16 pm
Updated
7 Jan 2026, 9:16 pm
Timing
⏱️ 64.3s
0 tools
● TTFE 0%
● Thinking 100%
● Tools 0%
Created By
claude
Raw Data
{
"id": "dc7ba298-c44a-46a3-9762-c3221e8fdb15",
"type": "general",
"status": "completed",
"title": "MCP Tool Expansion Ideas",
"description": "Ideas for additional tools to add to the konui MCP server",
"context": {
"output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:'Consolas','Monaco',monospace;\">\n<h2 style=\"font-family:sans-serif;color:#fff;margin:0 0 16px 0;\">🔌 MCP Tool Expansion Ideas</h2>\n\n<p style=\"color:#9ca3af;font-family:sans-serif;margin-bottom:16px;\">The konui MCP server currently has <strong>21 tools</strong>. Here are ideas for additional tools:</p>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#22c55e;margin:0 0 12px 0;font-family:sans-serif;\">✅ Current Tools (21)</h3>\n<div style=\"display:flex;flex-wrap:wrap;gap:6px;font-size:0.8rem;\">\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">create_task</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">list_tasks</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">get_task</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">complete_task</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">delete_task</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">bulk_delete</span>\n<span style=\"background:#374151;color:#98c379;padding:3px 8px;border-radius:4px;\">get_stats</span>\n<span style=\"background:#374151;color:#3b82f6;padding:3px 8px;border-radius:4px;\">get_metrics</span>\n<span style=\"background:#374151;color:#3b82f6;padding:3px 8px;border-radius:4px;\">get_logs</span>\n<span style=\"background:#374151;color:#c678dd;padding:3px 8px;border-radius:4px;\">list_sessions</span>\n<span style=\"background:#374151;color:#c678dd;padding:3px 8px;border-radius:4px;\">get_session</span>\n<span style=\"background:#374151;color:#e5c07b;padding:3px 8px;border-radius:4px;\">get_telemetry</span>\n<span style=\"background:#374151;color:#e5c07b;padding:3px 8px;border-radius:4px;\">get_turn_history</span>\n<span style=\"background:#374151;color:#f59e0b;padding:3px 8px;border-radius:4px;\">start_investigation</span>\n<span style=\"background:#374151;color:#f59e0b;padding:3px 8px;border-radius:4px;\">add_finding</span>\n<span style=\"background:#374151;color:#f59e0b;padding:3px 8px;border-radius:4px;\">conclude_investigation</span>\n<span style=\"background:#374151;color:#f59e0b;padding:3px 8px;border-radius:4px;\">list_investigations</span>\n<span style=\"background:#374151;color:#56b6c2;padding:3px 8px;border-radius:4px;\">git_status</span>\n<span style=\"background:#374151;color:#56b6c2;padding:3px 8px;border-radius:4px;\">git_log</span>\n<span style=\"background:#374151;color:#56b6c2;padding:3px 8px;border-radius:4px;\">show_diff</span>\n</div>\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#f59e0b;margin:0 0 12px 0;font-family:sans-serif;\">🚀 High Priority Ideas</h3>\n<table style=\"width:100%;border-collapse:collapse;font-size:0.9rem;\">\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#e5c07b;font-weight:bold;\">konui_restart_service</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Restart kongate/konimage/konui/konsole (with safety checks)</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#e5c07b;font-weight:bold;\">konui_stop_session</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Force-stop a runaway Claude session</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#e5c07b;font-weight:bold;\">konui_run_tests</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Run test suite for a service (shared/kongate/konimage/etc)</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#e5c07b;font-weight:bold;\">konui_get_backlog</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Parse VIBE.md backlog and return structured priority list</td>\n</tr>\n</table>\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#3b82f6;margin:0 0 12px 0;font-family:sans-serif;\">📊 Product/CMS Tools</h3>\n<table style=\"width:100%;border-collapse:collapse;font-size:0.9rem;\">\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#61afef;font-weight:bold;\">konui_list_listings</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Query listings from Webflow (homes/rentals)</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#61afef;font-weight:bold;\">konui_get_listing</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Get full listing details by ID or uniqueid</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#61afef;font-weight:bold;\">konui_list_suburbs</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">List all suburbs from kondata</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#61afef;font-weight:bold;\">konui_reprocess_listing</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Trigger reprocess for a specific listing</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#61afef;font-weight:bold;\">konui_image_status</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Check konimage cache for a listing's images</td>\n</tr>\n</table>\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#c678dd;margin:0 0 12px 0;font-family:sans-serif;\">🛠️ DevOps Tools</h3>\n<table style=\"width:100%;border-collapse:collapse;font-size:0.9rem;\">\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#c678dd;font-weight:bold;\">konui_lint_service</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Run deno lint on a service</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#c678dd;font-weight:bold;\">konui_type_check</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Run deno check for type validation</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#c678dd;font-weight:bold;\">konui_get_errors</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Get recent errors across all services (aggregated)</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#c678dd;font-weight:bold;\">konui_health_check</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Deep health check hitting all service endpoints</td>\n</tr>\n</table>\n</div>\n\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<h3 style=\"color:#98c379;margin:0 0 12px 0;font-family:sans-serif;\">📈 Analytics Tools</h3>\n<table style=\"width:100%;border-collapse:collapse;font-size:0.9rem;\">\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#98c379;font-weight:bold;\">konui_cost_breakdown</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Token costs by day/week with trends</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#98c379;font-weight:bold;\">konui_usage_by_user</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Token usage breakdown per user</td>\n</tr>\n<tr style=\"border-bottom:1px solid #444;\">\n<td style=\"padding:10px 12px;color:#98c379;font-weight:bold;\">konui_slow_turns</td>\n<td style=\"padding:10px 12px;color:#9ca3af;\">Find turns over threshold (performance issues)</td>\n</tr>\n</table>\n</div>\n\n<div style=\"background:#1a2a3a;border:1px solid #3b82f6;padding:12px;border-radius:6px;margin-bottom:16px;\">\n<h4 style=\"color:#3b82f6;margin:0 0 8px 0;font-family:sans-serif;\">💡 Recommendation</h4>\n<p style=\"color:#9ca3af;margin:0;font-family:sans-serif;font-size:0.9em;\">Start with <strong>high priority</strong> tools: <code style=\"background:#2d2d2d;padding:2px 6px;border-radius:3px;\">restart_service</code>, <code style=\"background:#2d2d2d;padding:2px 6px;border-radius:3px;\">stop_session</code>, and <code style=\"background:#2d2d2d;padding:2px 6px;border-radius:3px;\">run_tests</code>. These provide immediate operational value. Product/CMS tools would be very useful but need Webflow API integration.</p>\n</div>\n\n<div style=\"background:#2d2d2d;padding:12px;border-radius:6px;font-family:sans-serif;\">\n<h4 style=\"margin:0 0 8px 0;color:#fff;\">Implementation Effort</h4>\n<div style=\"display:flex;flex-wrap:wrap;gap:12px;font-size:0.85rem;\">\n<span><span style=\"color:#22c55e;\">●</span> Easy (1-2 hours)</span>\n<span><span style=\"color:#f59e0b;\">●</span> Medium (2-4 hours)</span>\n<span><span style=\"color:#f43f5e;\">●</span> Complex (4+ hours)</span>\n</div>\n</div>\n</div>",
"requestedAt": "2026-01-07T11:15:00.000Z",
"requestId": "5b46f045-9776-4b8a-a46e-1361caa7dc7a",
"choices": [
{
"label": "Add restart tool",
"value": "Add konui_restart_service MCP tool to safely restart services",
"primary": true
},
{
"label": "Add test runner",
"value": "Add konui_run_tests MCP tool to run service test suites"
},
{
"label": "Add listing tools",
"value": "Add konui_list_listings and konui_get_listing MCP tools for CMS access"
}
],
"turnTiming": {
"totalMs": 64299,
"ttfeMs": 72,
"thinkingMs": 64227,
"toolExecutionMs": 0,
"toolCallCount": 0,
"thinkingPct": 100,
"toolsPct": 0,
"ttfePct": 0
}
},
"createdBy": "claude",
"createdAt": "2026-01-07T11:16:37.744Z",
"updatedAt": "2026-01-07T11:16:43.213Z",
"requestId": "5b46f045-9776-4b8a-a46e-1361caa7dc7a",
"scope": "vibetools",
"tags": [
"mcp",
"planning",
"konui"
],
"targetUser": "claude"
}