Skip to main content
Glama
y7ut

mcp-tavily-search

by y7ut

MCP 타빌리 검색

tavily로 검색을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다.

빠른 시작

설치하다

지엑스피1

mcp 설정 파일에 설정을 추가합니다.

{ "mcpServers": { "tavily": { "command": "mcp-tavily-search", "args": [ "run", "tvly-*******************" ] } } }
{ "mcpServers": { "tavily": { "command": "docker", "args": [ "run", "--rm", "-i", "docker.ijiwei.com/mcp/mcp-tavily-search:latest", "run", "tvly-*******************" ] } } }

또는 디버그

npx @modelcontextprotocol/inspector mcp-tavily-search run tvly-xxxxxxxxxx npx --no-cache @modelcontextprotocol/inspector docker run --rm -i mcp-tavily-search:latest run tvly-xxxxx

Related MCP server: Brave Search MCP

도구

검색_뉴스

매개변수

유형

기본값

설명

필수의

keyword

string

해당 없음

검색할 키워드입니다.

days

number

7

검색할 일수입니다. 기본값은 7일입니다.

아니요

limit

number

5

반환할 뉴스 기사 수입니다. 기본값은 5입니다.

아니요

search_depth

string

"basic"

검색 깊이입니다. "basic" 또는 "advanced" 으로 설정할 수 있습니다. 기본값은 "basic" 입니다.

아니요

topic

string

"news"

검색 주제입니다. 옵션은 "general" (처리되지 않은 페이지) 또는 "news" (고품질 뉴스)입니다. 기본값은 "news" 입니다.

아니요

-
security - not tested
A
license - permissive license
-
quality - not tested

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/y7ut/mcp-tavily-search'

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