Skip to main content
Glama
bakshidwarak

Tavily Web Search MCP Server

by bakshidwarak

YOUR_TOOL_NAME

Search the web for information using natural language queries through the Tavily API.

Instructions

YOUR_TOOL_DESCRIPTION

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • server.py:28-30 (handler)
    The main handler function for the 'YOUR_TOOL_NAME' tool. It is decorated with @mcp.tool() which also handles registration. This is a placeholder implementation returning a static response.
    def YOUR_TOOL_NAME(query: str) -> str: """YOUR_TOOL_DESCRIPTION""" return "YOUR_TOOL_RESPONSE"
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bakshidwarak/AIE8-MCP-Session'

If you have feedback or need assistance with the MCP directory API, please join our Discord server