Higress AI-Search MCP Server

ai_search

Enhance AI model responses with real-time search results from search engines. This tool sends a query to Higress, which integrates with various search engines to provide up-to-date information: 🌐 **Internet Search**: Google, Bing, Quark - for general web information 📖 **Academic Search**: Arxiv - for scientific papers and research 👨‍💻 **Internal Knowledge Search**: Company policies, Product documentation, Technical specifications Args: query: The user's question or search query Returns: The enhanced AI response with search results incorporated

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "ai_searchArguments", "type": "object" }

You must be authenticated.

Other Tools