-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalogue.json
More file actions
51 lines (51 loc) · 1.28 KB
/
catalogue.json
File metadata and controls
51 lines (51 loc) · 1.28 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
45
46
47
48
49
50
51
{
"version": "2.0.0",
"repository": "ApartsinProjects/AutoWebMCP",
"applications": {
"google-sites": {
"displayName": "Google Sites",
"url": "https://sites.google.com",
"urlPattern": "sites\\.google\\.com",
"mcps": [
{
"name": "google-sites-mcp",
"version": "2.1.0",
"path": "MCPs/google-sites/server",
"operationCount": 33,
"confidence": 0.91,
"generatedAt": "2026-03-09"
}
]
},
"google-forms": {
"displayName": "Google Forms",
"url": "https://docs.google.com/forms/",
"urlPattern": "docs\\.google\\.com\\/forms",
"mcps": [
{
"name": "google-forms-mcp",
"version": "1.1.0",
"path": "MCPs/google-forms/server",
"operationCount": 30,
"confidence": 0.90,
"generatedAt": "2026-03-09"
}
]
},
"facebook": {
"displayName": "Facebook",
"url": "https://www.facebook.com/",
"urlPattern": "facebook\\.com",
"mcps": [
{
"name": "facebook-mcp",
"version": "1.0.0",
"path": "MCPs/facebook/server",
"operationCount": 18,
"confidence": 0.80,
"generatedAt": "2026-03-09"
}
]
}
}
}