reasoning-tools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reasoning-toolsevaluate True and False or not True"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-reasoning-tools
๐ง Tool-Augmented Reasoning MCP Server for systematic computational verification and enhanced agent capabilities
๐ What This Solves
This MCP server provides computational tools that eliminate calculation errors and format mismatches in agent reasoning. Based on breakthrough research showing 58.3% improvement over baseline reasoning (from 28.6% to 58.3% on BIG-Bench Hard evaluation).
Related MCP server: Clear Thought 1.5
๐ ๏ธ Core Tools
boolean_evaluate
Systematically evaluate boolean expressions with step-by-step verification
Input: "True and False or not True"
Output: Step-by-step boolean evaluation with operator precedencedate_calculate
Perform date arithmetic with computational verification
Input: base_date="2023-01-15", offset_days=7, format="MM/DD/YYYY"
Output: Verified date calculation with breakdownobject_count
Systematically count objects by category with verification
Input: items=["bear", "snake", "microwave", "cat"], target_category="animals"
Output: Categorized count with breakdown (3 animals)state_track
Track object positions through a series of swaps/moves
Input: initial_state={"Alice": "red"}, operations=[{type: "swap", participants: ["Alice", "Bob"]}]
Output: Step-by-step state trackingsystematic_verify
Apply 6-step systematic reasoning protocol to any problem
Input: problem="Complex reasoning task", problem_type="boolean"
Output: Structured reasoning frameworkformat_validate
Validate answer format and convert to expected format
Input: answer="True", expected_format="boolean"
Output: Format-validated answer๐ Performance Impact
Boolean Logic: 100% accuracy with computational verification
Date Calculations: 100% accuracy with tool-based arithmetic
Object Counting: Systematic categorization prevents errors
Format Matching: Eliminates presentation mistakes
Overall: 29.7 percentage point improvement on standardized tests
๐ง Installation
Clone and install:
git clone https://github.com/your-username/mcp-reasoning-tools.git
cd mcp-reasoning-tools
npm installAdd to Claude Desktop config:
{
"mcpServers": {
"reasoning-tools": {
"command": "node",
"args": ["/path/to/mcp-reasoning-tools/src/index.ts"]
}
}
}Restart Claude Desktop
๐ฏ Usage Examples
Boolean Evaluation
// Instead of mental math: "True and False or not True"
// Use tool: boolean_evaluate({ expression: "True and False or not True" })
// Result: Systematic step-by-step evaluation with verificationDate Arithmetic
// Instead of guessing: "What's 7 days before March 31, 2023?"
// Use tool: date_calculate({ base_date: "2023-03-31", offset_days: -7 })
// Result: Verified calculation with breakdownSystematic Reasoning
// For any complex problem:
// Use tool: systematic_verify({ problem: "Complex task", problem_type: "temporal" })
// Result: 6-step reasoning protocol applied๐งช Testing
npm test # Run test suite
npm run lint # Check code quality
npm run dev # Start development server๐ฌ Research Foundation
This tool is based on systematic evaluation of agent capabilities using BIG-Bench Hard, a standardized benchmark for challenging reasoning tasks. Key insights:
Mental math fails on complex reasoning problems
Computational verification eliminates systematic errors
Tool augmentation can double agent performance
Systematic protocols provide consistent improvements
๐ Integration Strategy
With Existing MCP Tools
Complements code execution and web search tools
Provides verification layer for computational tasks
Systematic reasoning framework for complex problems
With Brain Systems
Store reasoning protocols for persistence
Track performance improvements over time
Learn from successful tool usage patterns
๐ค Contributing
Fork the repository
Create feature branch:
git checkout -b feature/enhancementAdd tests for new functionality
Submit pull request with detailed description
๐ License
MIT License - see LICENSE file for details
๐ Related Projects
๐ฏ Transform your agent capabilities with systematic computational reasoning!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikeyBeez/mcp-reasoning-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server