k-chrispens/tiling-trees-mcp
If you are the rightful owner of tiling-trees-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Tiling Trees MCP Server is a Model Context Protocol server that implements the Tiling Trees Method, a systematic approach to exploring solution spaces by recursively partitioning them into mutually exclusive and collectively exhaustive subsets.
Tools
Functions exposed to the LLM to take actions
create_tree
Create a new tiling tree to explore a problem.
split_tile
Split a tile into MECE subsets.
mark_mece
Validate that a split is truly MECE.
add_tiles_to_split
Add missing categories to an existing split.
evaluate_tile
Evaluate a leaf tile (concrete solution).
get_coverage_analysis
Analyze solution space coverage.
get_unexplored_tiles
Find gaps in your exploration.
get_top_leaves
Find the best solutions.
export_tree
Export for visualization.
validate_split_quality
Detect common antipatterns in a split.
get_tree_validation_report
Validate entire tree for quality.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client