Provides an MCP server integrating intelligent web search, local AI processing, and robust OAuth2 authentication over HTTP.
This tool is an enhanced MCP server designed to extend the capabilities of the MCP framework by offering advanced features and a modern communication layer. It leverages HTTP for transport, departing from traditional STDIO, and integrates Ollama for local AI processing with Tavily for intelligent web searches, using DuckDuckGo as a fallback. A key enhancement is its complete OAuth2 authentication system, supporting multiple providers like Google and GitHub, ensuring secure access with JWT tokens, user roles, and permission scopes. It exposes useful tools such as `datetime_now` and `web_search` via convenient HTTP endpoints, making it ideal for building secure and intelligent agent-based applications.