Tavily-Anet-MCP Server
@marekkucak
Tavily-Anet-MCP Server について
A Rust implementation of the Model Control Protocol (MCP) server that integrates Tavily's powerful search and web content extraction capabilities. This server enables AI agents and LLM systems to perform real-time web searches and extract content from URLs via a standardized JSON
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Tavily-Anet-MCP Server?
A Rust implementation of the Model Control Protocol (MCP) server that integrates Tavily API for web search and content extraction via NATS transport. It is designed for developers building AI agent systems, LLM-based tools, or research automation that require up-to-date web information.
How to use Tavily-Anet-MCP Server?
Install Rust 1.70+, clone the repository, and add your Tavily API key and NATS URL to a .env file (keys: TAVILY_API_KEY, NATS_URL, MCP_SUBJECT). Start a NATS server, then run cargo run. Test the server with cargo run --example test_client.
Key features of Tavily-Anet-MCP Server
- Tavily Search with comprehensive parameters (query, depth, topic, time range, domain filters)
- Tavily Extract for raw content retrieval from URLs
- NATS transport layer for asynchronous message passing
- JSON-RPC 2.0 compatible API
- Asynchronous request handling with Tokio
- Advanced search including domain filtering and time ranges
Use cases of Tavily-Anet-MCP Server
- Provide real-time web search capabilities to AI agents via a standardized protocol
- Extract raw article or page content for research automation tools
- Integrate with LLM-based systems that need domain-filtered web results
- Perform time-sensitive news searches with configurable day ranges
- Enable AI agents to query structured web data without custom API integrations
FAQ from Tavily-Anet-MCP Server
What are the runtime requirements for Tavily-Anet-MCP Server?
Rust 1.70+ is required for building and running the server. A NATS server must be accessible (locally or via network), and a valid Tavily API key is needed.
How do I obtain a Tavily API key?
Get a Tavily API key from Tavily's website at https://tavily.com.
What transport does Tavily-Anet-MCP Server use?
The server uses NATS as its transport layer for message passing between clients and the server.
How can I test the server without a full setup?
Run the included test client with cargo run --example test_client, which sends sample requests (initialize, listTools, search, extract) and prints responses.
What tools does Tavily-Anet-MCP Server provide?
Two tools: tavily-search (web search with parameters like query, search_depth, topic, days, max_results, domain filters) and tavily-extract (extract raw content from URLs with extract_depth and include_images options).
「検索」の他のコンテンツ
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
コメント