MCP-Event

MCP-Event

3.3

If you are the rightful owner of MCP-Event and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is a demonstration of the MCP (Model Context Protocol) server, which utilizes the Tavily API for web search capabilities.

The MCP server is designed to handle web search queries using the Tavily API. It operates in a standard input/output (stdio) transport mode, allowing seamless integration with various systems. The server is built around the TavilyClient, which facilitates interaction with the Tavily API to perform web searches. This setup requires Python 3.13 or higher and a valid Tavily API key. The server is configured to start by adding specific commands to the MCP Profile in Cursor, enabling it to listen for commands via standard input/output. The project is open for contributions and is licensed under the MIT License.

Features

  • Integration with Tavily API for web search capabilities.
  • Operates in standard input/output (stdio) transport mode.
  • Built with TavilyClient for seamless API interaction.
  • Requires Python 3.13 or higher and a valid Tavily API key.
  • Open for contributions and licensed under the MIT License.

Tools

  1. web_search

    Tools for performing web searches are implemented by calling the web_search function and passing in a query string.