ReActMCP
136
ReActMCP Web Search is a Model Context Protocol server designed to integrate robust web search features into AI assistants. It uses the Exa API for performing searches and delivers results in a user-friendly format. The project is part of a broader ReActMCP initiative aiming to provide diverse AI capabilities.
ReActMCP Web Search
ReActMCP Web Search is an MCP server that integrates web search capabilities into your AI assistant framework. It utilizes the Exa API for both basic and advanced web searches, providing real-time results formatted in Markdown with titles, URLs, and summaries. Part of the ReActMCP project, it enhances AI with multiple tools.
Features
- Basic Web Search: Use Exa API for simple searches.
- Advanced Web Search: Filtering options including domain and date filters.
- Markdown Output: Results include titles, URLs, and summaries.
- MCP Integration: Easily integrates into the MCP ecosystem.
Requirements
- Python 3.8+
- python-dotenv
- exa_py
Usage
Run the web search server by executing web_search.py
. It listens for requests and provides search tools.