-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
38 lines (38 loc) · 1019 Bytes
/
Copy pathserver.json
File metadata and controls
38 lines (38 loc) · 1019 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.User0856/snaprender",
"description": "Screenshot, extract content, and render web pages. PNG/JPEG/WebP/PDF, batch, signed URLs.",
"repository": {
"url": "https://github.com/User0856/snaprender-integrations",
"source": "github"
},
"version": "1.5.4",
"packages": [
{
"registryType": "npm",
"identifier": "snaprender-mcp",
"version": "1.5.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "SNAPRENDER_API_KEY",
"description": "Your SnapRender API key (starts with sk_live_). Get one free at https://snap-render.com/auth/signup",
"required": true
}
]
}
],
"remoteEndpoints": [
{
"url": "https://app.snap-render.com/mcp",
"transport": {
"type": "streamable-http"
},
"auth": {
"type": "oauth2"
}
}
]
}