MCP2Tavily

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesYour Tavily API key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_web

Search the web for information using Tavily API

search_web_info

从网络搜索用户查询的信息

get_url_content

Get the content from a specific URL using Tavily API

Args: url (str): The URL to extract content from Returns: str: The extracted content from the URL
get_url_content_info

从指定URL获取网页内容

参数: url (str): 需要提取内容的网页地址 返回: str: 从URL提取的网页内容