Provides advanced strategic thinking and analysis capabilities using OpenAI reasoning models through the Pollinations AI API, with support for multi-cycle analysis, contradiction detection, and synthesis.
π§ Pollinations Think MCP Server
An advanced Model Context Protocol (MCP) server that provides sophisticated thinking and analysis capabilities using the Pollinations AI API with DeepSeek reasoning models.
π Features
π― Advanced Strategic Thinking: Multi-cycle analysis with contradiction detection and synthesis
π Flexible Model Support: DeepSeek reasoning, OpenAI reasoning, and other advanced models
π‘οΈ Robust Error Handling: Comprehensive retry logic and graceful degradation
βοΈ Configurable Parameters: Customizable thinking cycles, timeouts, and model selection
π Health Monitoring: Built-in health checks and status monitoring
βοΈ Cloud Deployment Ready: Optimized for Smithery.ai deployment to resolve network issues
π οΈ Available Tools
1. think
Advanced strategic thinking and analysis using openai-reasoning model.
Parameters:
text(required): The topic, question, or problem to analyzemodel(optional): AI model to use (default: openai-reasoning)seed(optional): Random seed for reproducible resultsmaxCycles(optional): Maximum thinking cycles (default: 3, max: 5)
Example:
2. search
Search the web in real-time using SearchGPT model.
Parameters:
query(required): The search query to find information on the web
Example:
3. continue_thinking
Continue receiving the next part of a large thinking response.
Parameters: None
Example:
π Installation
Clone the repository:
git clone <repository-url> cd pollinations-think-mcpInstall dependencies:
npm installStart the server:
npm start
π§ͺ Testing
Run Basic Tests
Test Search Functionality
Manual API Testing
Test the SearchGPT endpoint directly:
π API Endpoints Used
Thinking (OpenAI Reasoning)
URL:
https://text.pollinations.ai/{prompt}/?model=openai-reasoning&token=Method: GET
Purpose: Advanced reasoning and strategic analysis
Search (SearchGPT)
URL:
https://text.pollinations.ai/{prompt}/?model=searchgpt&token=Method: GET
Purpose: Real-time web search and current information retrieval
π§ Configuration
MCP Client Setup
Add to your MCP client configuration:
Environment Variables
No environment variables required - the server uses public Pollinations.ai endpoints.
π Response Handling
Large Response Management
Responses exceeding ~30KB are automatically split
Use
continue_thinkingtool to get subsequent partsContinuation data is maintained across calls
Error Handling
Comprehensive error messages for debugging
Graceful fallbacks for API failures
Detailed logging for troubleshooting
π― Use Cases
Strategic Thinking
Business strategy development
Problem-solving and decision making
Risk assessment and mitigation planning
Innovation and opportunity analysis
Web Search
Current events and news research
Market research and competitive analysis
Technical documentation lookup
Real-time data verification
π Example Outputs
Think Tool Response
Search Tool Response
π‘οΈ Security
Uses public API endpoints (no authentication required)
No sensitive data storage
Input validation and sanitization
Safe error handling
π Version History
v2.0.0
β Added real-time web search with SearchGPT
β Enhanced thinking engine with meta-cognitive assessment
β Improved response handling for large outputs
β Comprehensive testing suite
v1.0.0
Initial release with strategic thinking capabilities
DeepSeek reasoning integration
Basic MCP server implementation
π€ Contributing
Fork the repository
Create a feature branch
Make your changes
Add tests for new functionality
Submit a pull request
π License
MIT License - see LICENSE file for details.
π Acknowledgments
Pollinations.ai for providing the AI API endpoints
Model Context Protocol for the MCP framework
DeepSeek for the reasoning model
SearchGPT for real-time web search capabilities
Made with β€οΈ for the MCP community