@toolsdk.ai/registry 1.0.28 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Awesome MCP Registry
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Welcome to the Awesome MCP Registry.
|
|
8
8
|
|
|
9
|
-
An open, high-quality, well-structured and developer-friendly list of
|
|
9
|
+
An open, high-quality, well-structured and developer-friendly list of 63+ MCP servers.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -118,6 +118,7 @@ Tools for browsing, scraping, and automating web content in AI-compatible format
|
|
|
118
118
|
- [@automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright/tree/main): MCP server for browser automation using Playwright
|
|
119
119
|
- [@modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer): MCP server for browser automation using Puppeteer
|
|
120
120
|
- [@executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright/tree/main/src): A Model Context Protocol server for Playwright for Browser Automation and Web Scraping.
|
|
121
|
+
- [tavily-mcp](https://github.com/tavily-ai/tavily-mcp/tree/main): Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction.
|
|
121
122
|
- [hyperbrowser-mcp](https://github.com/hyperbrowserai/mcp/tree/main): An MCP server for Hyperbrowser - Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation
|
|
122
123
|
- [mcp-server-fetch](https://github.com/modelcontextprotocol/servers/blob/main/src/fetch): A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs
|
|
123
124
|
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"@executeautomation/playwright-mcp-server": {
|
|
18
18
|
"path": "browser-automation/executeautomation-playwright-mcp-server.json"
|
|
19
19
|
},
|
|
20
|
+
"tavily-mcp": {
|
|
21
|
+
"path": "browser-automation/tavily-mcp.json"
|
|
22
|
+
},
|
|
20
23
|
"hyperbrowser-mcp": {
|
|
21
24
|
"path": "browser-automation/hyperbrowser-mcp.json"
|
|
22
25
|
},
|
package/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "tavily-mcp",
|
|
4
|
+
"description": "Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction.",
|
|
5
|
+
"url": "https://github.com/tavily-ai/tavily-mcp/tree/main",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"TAVILY_API_KEY": {
|
|
10
|
+
"description": "API KEY for Tavily",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|