@toolsdk.ai/registry 1.0.32 → 1.0.33
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/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@URDJMK/serpapi-mcp-server",
|
|
4
|
+
"description": "A collection of Model Context Protocol (MCP) servers that integrate with SerpAPI and YouTube to provide search capabilities and data retrieval for AI assistants.",
|
|
5
|
+
"url": "https://github.com/URDJMK/serpapi-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"SERPAPI_API_KEY": {
|
|
10
|
+
"description":"Add your SerpApi API key",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|