The Framework
Base120 organizes cognitive tools across 6 transformation types. Each provides a different lens for problem-solving.
120 validated mental models your agents can call via API. No signup. No complexity. Just working infrastructure for building agents that think.
curl https://hummbl-api.hummbl.workers.dev/v1/models/P1
Base120 organizes cognitive tools across 6 transformation types. Each provides a different lens for problem-solving.
Describe a problem you're facing and get recommended mental models instantly. No signup required.
Install the MCP server to give Claude direct access to all 120 models.
npm install -g @hummbl/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"hummbl": {
"command": "npx",
"args": ["@hummbl/mcp-server"]
}
}
}
select_model
Select appropriate mental models for a problem
apply_transformation
Apply a transformation type to reframe a problem (P, IN, CO, DE,
RE, SY)
analyze_problem
Comprehensive analysis using multiple mental models
models://all
All 120 mental models
models://by-transformation
Models grouped by transformation type
relationships://all
Validated relationships between mental models
transformations://overview
Overview of the 6 transformations
problem_decomposition
Systematic 6-transformation problem analysis framework
HUMMBL provides structured reasoning infrastructure for AI systems. Use it via API, Claude Desktop MCP integration, or direct framework integration:
LangChain, CrewAI, AutoGPT, Semantic Kernel - invoke mental models programmatically to guide agent reasoning.
MCP server gives Claude direct access to all 120 models. Search, retrieve, and apply cognitive frameworks in real-time.
REST API for decision support tools, prompt engineering systems, or reasoning-enhanced workflows. No framework required.
Retrieve relevant mental models based on problem context, then inject into system prompts for better LLM outputs.
Build cognitive enhancement tools, decision support systems, or structured thinking applications on top of Base120.
Access validated mental models programmatically for cognitive science research, educational tools, or training systems.
Book a call to see how Base120 fits your use case.