We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dce699 commit 4798500Copy full SHA for 4798500
1 file changed
server.json
@@ -0,0 +1,29 @@
1
+{
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
+ "name": "io.github.ScrapeGraphAI/scrapegraph-mcp",
4
+ "description": "An MCP server that provides [describe what your server does]",
5
+ "repository": {
6
+ "url": "https://github.com/ScrapeGraphAI/scrapegraph-mcp",
7
+ "source": "github"
8
+ },
9
+ "version": "1.0.0",
10
+ "packages": [
11
+ {
12
+ "registryType": "pypi",
13
+ "identifier": "scrapegraph-mcp",
14
15
+ "transport": {
16
+ "type": "stdio"
17
18
+ "environmentVariables": [
19
20
+ "description": "Your API key for the service",
21
+ "isRequired": true,
22
+ "format": "string",
23
+ "isSecret": true,
24
+ "name": "YOUR_API_KEY"
25
+ }
26
+ ]
27
28
29
+}
0 commit comments