File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+ "version" : " 1.0.0" ,
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+ }
You can’t perform that action at this time.
0 commit comments