@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
- ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-64-blue)
3
+ ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-65-blue)
4
4
  ![awesome-mcp-registry License](https://img.shields.io/badge/LICENSE-MIT-ff69b4)
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 64+ MCP servers.
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>
@@ -6,7 +6,8 @@
6
6
  "description": "Tools that haven’t been sorted into a category yet. AI will categorize it later."
7
7
  },
8
8
  "packagesList": [
9
- "@kazuph/mcp-screenshot"
9
+ "@kazuph/mcp-screenshot",
10
+ "@URDJMK/serpapi-mcp-server"
10
11
  ]
11
12
  },
12
13
  "aggregators": {
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "exports": {
6
6
  "./*": "./*",
@@ -5,5 +5,10 @@
5
5
  "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/everart",
6
6
  "runtime": "node",
7
7
  "license": "MIT",
8
- "env": {}
8
+ "env": {
9
+ "EVERART_API_KEY": {
10
+ "description": "API key for EverArt",
11
+ "required": true
12
+ }
13
+ }
9
14
  }
@@ -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
+ }