forked from kamilstanuch/Autocrop-vertical
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 884 Bytes
/
Copy pathserver.json
File metadata and controls
26 lines (26 loc) · 884 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mutonby/openshorts",
"description": "Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.",
"version": "1.0.0",
"websiteUrl": "https://www.openshorts.app/mcp",
"repository": {
"url": "https://github.com/mutonby/openshorts",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.openshorts.app/mcp",
"headers": [
{
"name": "Authorization",
"description": "Bearer <API key>. Create the osk_ key in your account page at openshorts.app; the self-hosted MIT edition serves the same endpoint locally with no key.",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
]
}