@toolsdk.ai/registry 1.0.33 → 1.0.35
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 65+ MCP servers.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -100,6 +100,7 @@ For more detail please see [the guide](./docs/guide.md).
|
|
|
100
100
|
Tools that haven’t been sorted into a category yet. AI will categorize it later.
|
|
101
101
|
|
|
102
102
|
- [@kazuph/mcp-screenshot](https://github.com/kazuph/mcp-screenshot): An MCP server that captures screenshots and performs OCR text recognition.
|
|
103
|
+
- [@URDJMK/serpapi-mcp-server](https://github.com/URDJMK/serpapi-mcp-server): A collection of Model Context Protocol (MCP) servers that integrate with SerpAPI and YouTube to provide search capabilities and data retrieval for AI assistants.
|
|
103
104
|
|
|
104
105
|
|
|
105
106
|
<a id="aggregators"></a>
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
"@kazuph/mcp-screenshot": {
|
|
3
3
|
"path": "uncategorized/kazuph-mcp-screenshot.json"
|
|
4
4
|
},
|
|
5
|
+
"@URDJMK/serpapi-mcp-server": {
|
|
6
|
+
"path": "uncategorized/serpapi-mcp-server.json"
|
|
7
|
+
},
|
|
5
8
|
"@modelcontextprotocol/server-everything": {
|
|
6
9
|
"path": "aggregators/modelcontextprotocol-server-everything.json"
|
|
7
10
|
},
|
package/package.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "crunchbase-mcp-server",
|
|
4
|
+
"description": "MCP server for Crunchbase company, funding and people data",
|
|
5
|
+
"url": "https://github.com/Cyreslab-AI/crunchbase-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"CRUNCHBASE_API_KEY": {
|
|
10
|
+
"description": "Your Crunchbase API key – get it from https://data.crunchbase.com/",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|