Skip to content

Commit 7968bbc

Browse files
committed
Add Taisly MCP server manifest
1 parent 6a92e54 commit 7968bbc

1 file changed

Lines changed: 115 additions & 0 deletions

File tree

mcp-registry/servers/taisly.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"name": "taisly",
3+
"display_name": "Taisly Social Media Posting",
4+
"description": "Publish and schedule short-form videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook through Taisly.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/taisly/agent"
8+
},
9+
"homepage": "https://taisly.com/en/ai-agent-kit",
10+
"author": {
11+
"name": "Taisly",
12+
"url": "https://taisly.com/en"
13+
},
14+
"license": "MIT",
15+
"categories": [
16+
"Productivity",
17+
"Web Services",
18+
"Professional Apps"
19+
],
20+
"tags": [
21+
"social-media",
22+
"video-publishing",
23+
"automation",
24+
"tiktok",
25+
"instagram",
26+
"youtube"
27+
],
28+
"installations": {
29+
"http": {
30+
"type": "http",
31+
"url": "https://app.taisly.com/mcp",
32+
"description": "Hosted Streamable HTTP MCP server with OAuth. Remote publishing uses public video URLs.",
33+
"recommended": true
34+
},
35+
"npm": {
36+
"type": "npm",
37+
"command": "npx",
38+
"args": [
39+
"-y",
40+
"@taisly/agent",
41+
"mcp"
42+
],
43+
"package": "@taisly/agent",
44+
"description": "Local stdio MCP server for agents that need to publish local video files."
45+
}
46+
},
47+
"tools": [
48+
{
49+
"name": "taisly_agent_setup_start",
50+
"description": "Start browser-based Taisly authentication for an AI agent."
51+
},
52+
{
53+
"name": "taisly_agent_checkin",
54+
"description": "Finish setup after the user approves authentication."
55+
},
56+
{
57+
"name": "taisly_auth_status",
58+
"description": "Check authentication and connected-account status."
59+
},
60+
{
61+
"name": "taisly_platforms_list",
62+
"description": "List connected social accounts."
63+
},
64+
{
65+
"name": "taisly_platform_schema",
66+
"description": "Get posting constraints for a destination platform."
67+
},
68+
{
69+
"name": "taisly_platform_connect_start",
70+
"description": "Start browser-based social account connection."
71+
},
72+
{
73+
"name": "taisly_platform_connect_check",
74+
"description": "Check whether a social account connection completed."
75+
},
76+
{
77+
"name": "taisly_posts_validate",
78+
"description": "Validate media, destinations, caption, and schedule."
79+
},
80+
{
81+
"name": "taisly_posts_create",
82+
"description": "Publish or schedule a confirmed video post."
83+
},
84+
{
85+
"name": "taisly_posts_status",
86+
"description": "Get status for a Taisly post."
87+
},
88+
{
89+
"name": "taisly_posts_list",
90+
"description": "List recent Taisly post history."
91+
},
92+
{
93+
"name": "taisly_reposts_list",
94+
"description": "List configured repost automations."
95+
},
96+
{
97+
"name": "taisly_reposts_create",
98+
"description": "Create a repost automation between connected accounts."
99+
}
100+
],
101+
"examples": [
102+
{
103+
"title": "Publish a confirmed video post",
104+
"description": "Validate a video and destination accounts, request explicit confirmation, then publish or schedule it.",
105+
"prompt": "List my connected accounts, validate this video post, and ask me to confirm before publishing it."
106+
},
107+
{
108+
"title": "Audit recent posts",
109+
"description": "Review recent publishing history and status.",
110+
"prompt": "List my recent Taisly posts and summarize their current status."
111+
}
112+
],
113+
"is_official": true,
114+
"is_archived": false
115+
}

0 commit comments

Comments
 (0)