forked from mldsveda/PyScrappy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 1.27 KB
/
Copy pathserver.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mldsveda/pyscrappy",
"description": "Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.",
"title": "PyScrappy",
"repository": {
"url": "https://github.com/mldsveda/PyScrappy",
"source": "github"
},
"version": "1.4.3",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "pyscrappy",
"version": "1.4.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "--from",
"value": "pyscrappy[mcp]",
"description": "Install PyScrappy with the MCP server extra."
},
{
"type": "positional",
"value": "pyscrappy-mcp",
"description": "The PyScrappy MCP server console script."
}
],
"environmentVariables": [
{
"name": "OMDB_API_KEY",
"description": "Optional free OMDb API key, used only by the movie lookup tool (get one at https://www.omdbapi.com/apikey.aspx).",
"isRequired": false,
"isSecret": true
}
]
}
]
}