원클릭으로
tavily-remote-mcp
Auto-generated skill for tavily-remote-mcp tools via OneKey Gateway.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-generated skill for tavily-remote-mcp tools via OneKey Gateway.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tavily-remote-mcp |
| description | Auto-generated skill for tavily-remote-mcp tools via OneKey Gateway. |
| env | {"DEEPNLP_ONEKEY_ROUTER_ACCESS":{"required":true,"description":"OneKey Gateway API key"}} |
| dependencies | {"npm":["@aiagenta2z/onekey-gateway"],"python":["ai-agent-marketplace"]} |
| installation | {"npm":"npm -g install @aiagenta2z/onekey-gateway","python":"pip install ai-agent-marketplace"} |
Use One Access Key to connect to various commercial APIs. Please visit the OneKey Gateway Keys and read the docs OneKey MCP Router Doc and OneKey Gateway Doc.
Use the OneKey Gateway to access tools for this server via a unified access key.
Set your OneKey access key:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_API_KEY
If no key is provided, the scripts fall back to the demo key BETA_TEST_KEY_MARCH_2026.
Common settings:
unique_id: tavily-remote-mcp/tavily-remote-mcpapi_id: one of the tools listed belowtavily_searchSearch the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.
Parameters:
query (string, required): Search querymax_results (integer, optional): The maximum number of search results to returnsearch_depth (string, optional): The depth of the search. 'basic' for generic results, 'advanced' for more thorough search, 'fast' for optimized low latency with high relevance, 'ultra-fast' for prioritizing latency above all else Values: basic, advanced, fast, ultra-fasttopic (string, optional): The category of the search. This will determine which of our agents will be used for the searchtime_range (object, optional): The time range back from the current date to include in the search resultsinclude_images (boolean, optional): Include a list of query-related images in the responseinclude_image_descriptions (boolean, optional): Include a list of query-related images and their descriptions in the responseinclude_raw_content (boolean, optional): Include the cleaned and parsed HTML content of each search resultinclude_domains (array of string, optional): A list of domains to specifically include in the search results, if the user asks to search on specific sites set this to the domain of the siteexclude_domains (array of string, optional): List of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the sitecountry (string, optional): Boost search results from a specific country. This will prioritize content from the selected country in the search results. Available only if topic is general.include_favicon (boolean, optional): Whether to include the favicon URL for each resultstart_date (string, optional): Will return all results after the specified start date. Required to be written in the format YYYY-MM-DD.end_date (string, optional): Will return all results before the specified end date. Required to be written in the format YYYY-MM-DDtavily_extractExtract content from URLs. Returns raw page content in markdown or text format.
Parameters:
urls (array of string, required): List of URLs to extract content fromextract_depth (string, optional): Use 'advanced' for LinkedIn, protected sites, or tables/embedded content Values: basic, advancedinclude_images (boolean, optional): Include images from pagesformat (string, optional): Output format Values: markdown, textinclude_favicon (boolean, optional): Include favicon URLsquery (string, optional): Query to rerank content chunks by relevancetavily_crawlCrawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.
Parameters:
url (string, required): The root URL to begin the crawlmax_depth (integer, optional): Max depth of the crawl. Defines how far from the base URL the crawler can explore.max_breadth (integer, optional): Max number of links to follow per level of the tree (i.e., per page)limit (integer, optional): Total number of links the crawler will process before stoppinginstructions (string, optional): Natural language instructions for the crawler. Instructions specify which types of pages the crawler should return.select_paths (array of string, optional): Regex patterns to select only URLs with specific path patterns (e.g., /docs/., /api/v1.)select_domains (array of string, optional): Regex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs.example.com$)allow_external (boolean, optional): Whether to return external links in the final responseextract_depth (string, optional): Advanced extraction retrieves more data, including tables and embedded content, with higher success but may increase latency Values: basic, advancedformat (string, optional): The format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency. Values: markdown, textinclude_favicon (boolean, optional): Whether to include the favicon URL for each resulttavily_mapMap a website's structure. Returns a list of URLs found starting from the base URL.
Parameters:
url (string, required): The root URL to begin the mappingmax_depth (integer, optional): Max depth of the mapping. Defines how far from the base URL the crawler can exploremax_breadth (integer, optional): Max number of links to follow per level of the tree (i.e., per page)limit (integer, optional): Total number of links the crawler will process before stoppinginstructions (string, optional): Natural language instructions for the crawlerselect_paths (array of string, optional): Regex patterns to select only URLs with specific path patterns (e.g., /docs/., /api/v1.)select_domains (array of string, optional): Regex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs.example.com$)allow_external (boolean, optional): Whether to return external links in the final responsetavily_researchPerform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources, including web pages, documents, and other resources, to answer a question or complete a task. Returns a detailed response based on the research findings.
Parameters:
input (string, required): A comprehensive description of the research taskmodel (string, optional): Defines the degree of depth of the research. 'mini' is good for narrow tasks with few subtopics. 'pro' is good for broad tasks with many subtopics Values: mini, pro, autonpx onekey agent tavily-remote-mcp/tavily-remote-mcp tavily_search '{"query": "NVIDIA earnings", "max_results": 5, "search_depth": "advanced"}'
npx onekey agent tavily-remote-mcp/tavily-remote-mcp tavily_extract '{"urls": ["https://example.com/article"], "extract_depth": "advanced", "format": "markdown"}'
npx onekey agent tavily-remote-mcp/tavily-remote-mcp tavily_crawl '{"url": "https://example.com", "max_depth": 1, "max_breadth": 10, "limit": 20}'
npx onekey agent tavily-remote-mcp/tavily-remote-mcp tavily_map '{"url": "https://example.com/docs", "max_depth": 1, "max_breadth": 10, "limit": 30}'
npx onekey agent tavily-remote-mcp/tavily-remote-mcp tavily_research '{"input": "Impact of AI on healthcare", "model": "pro"}'
Each tool has a dedicated script in this folder:
skills/tavily-remote-mcp/scripts/tavily_search.pyskills/tavily-remote-mcp/scripts/tavily_extract.pyskills/tavily-remote-mcp/scripts/tavily_crawl.pyskills/tavily-remote-mcp/scripts/tavily_map.pyskills/tavily-remote-mcp/scripts/tavily_research.pypython3 scripts/<tool_name>.py --data '{"key": "value"}'
AI Agent Marketplace
Skills Marketplace
AI Agent A2Z Deployment
PH AI Agent A2Z Infra
GitHub AI Agent Marketplace
Install onekey-gateway from npm
npm install @aiagenta2z/onekey-gateway
Install the required Python package before running any scripts.
pip install ai-agent-marketplace
Alternatively, install dependencies from the requirements file:
pip install -r requirements.txt
If the package is already installed, skip installation.
Before executing command lines or running any script in the scripts/ directory, ensure the dependencies are installed.
Use the npx onekey CLI as the preferred method to run the skills.
Auto-generated skill for amap-maps-streamableHTTP tools via OneKey Gateway.
Auto-generated skill for baidu-maps-sse tools via OneKey Gateway.
Auto-generated skill for bing-image-search-mcp tools via OneKey Gateway.
Auto-generated skill for brave-search tools via OneKey Gateway.
Get China A-share market data (Shanghai/SH and Shenzhen/SZ) via FinanceAgent on OneKey Gateway.
Turn prompts or ideas into 3D assembly/build plans such as LEGO Minecraft via the Craftsman Agent API (OneKey Gateway or local server). Use when generating build plans, inventory lists, or step-by-step assembly images for LEGO/Minecraft from text or reference images, or when wiring clients to the Craftsman Agent endpoints.