Skip to main content
Glama

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

도구

검색_뉴스

매개변수

유형

기본값

설명

필수의

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tavily Search를 사용하여 뉴스 페이지나 이미지를 검색하세요.

  1. 빠른 시작
    1. 도구
      1. 검색_뉴스

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.
      Last updated -
      6
      MIT License
    • A
      security
      F
      license
      A
      quality
      Provides real-time stock news search capabilities via Tavily API, allowing MCP clients to retrieve filtered and customized stock news with various search parameters.
      Last updated -
      2
      18
      6
      • Apple
    • -
      security
      F
      license
      -
      quality
      A remote MCP server that enables searching for news articles on specific topics through the Tavily API without requiring authentication.
      Last updated -

    View all related MCP servers

    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