-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
81 lines (81 loc) · 2.11 KB
/
Copy pathserver.json
File metadata and controls
81 lines (81 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.upload-post/mcp",
"title": "Upload-Post",
"description": "Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X",
"version": "0.6.1",
"websiteUrl": "https://www.upload-post.com",
"repository": {
"url": "https://github.com/Upload-Post/upload-post-mcp",
"source": "github"
},
"icons": [
{
"src": "https://www.upload-post.com/uploadpost-80.jpeg",
"mimeType": "image/jpeg",
"sizes": ["80x80"]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.upload-post.com/mcp",
"headers": [
{
"name": "Authorization",
"description": "Optional. Your Upload-Post API key as 'ApiKey <key>' (or 'Bearer <key>'). Omit to use the OAuth flow instead.",
"isRequired": false,
"isSecret": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": ["social-media", "marketing", "content-creation", "automation"],
"keywords": [
"social media",
"social media api",
"publishing",
"scheduling",
"content automation",
"tiktok",
"instagram",
"youtube",
"youtube shorts",
"reels",
"linkedin",
"facebook",
"x",
"twitter",
"threads",
"pinterest",
"reddit",
"bluesky",
"google business",
"discord",
"telegram",
"cross-posting",
"analytics",
"auto dm"
],
"supportedPlatforms": [
"TikTok",
"Instagram",
"YouTube",
"LinkedIn",
"Facebook",
"X (Twitter)",
"Threads",
"Pinterest",
"Reddit",
"Bluesky",
"Google Business",
"Discord",
"Telegram"
],
"documentationUrl": "https://docs.upload-post.com",
"authentication": "OAuth (Dynamic Client Registration) or Upload-Post API key via Authorization header"
}
}
}