Skip to content

Commit 680ef50

Browse files
Add POST_PILOT implementation for social media management
1 parent 76d64c8 commit 680ef50

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/post-pilot.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { Implementation } from "./index.js"
2+
3+
export const POST_PILOT: Implementation = {
4+
name: "post-pilot",
5+
source:
6+
"https://github.com/saksham-gagneja-indxx/Social-Media-Manager/tree/feat/mcp-deployment/mcp-server",
7+
description:
8+
"Control Post Pilot social media management from Claude — list reels, draft posts, suggest captions, schedule uploads, publish to LinkedIn. No UI switching needed.",
9+
homepage: "https://github.com/saksham-gagneja-indxx/Social-Media-Manager",
10+
repository: "https://github.com/saksham-gagneja-indxx/Social-Media-Manager",
11+
author: "saksham-gagneja-indxx",
12+
license: "MIT",
13+
contact: "sgagneja@indxx.com",
14+
tags: ["social-media", "linkedin", "posting", "ai-assistant", "content-scheduling", "automation"],
15+
setup_time_minutes: 15,
16+
requirements: ["cloudflare-account", "github-account", "post-pilot-backend-api"],
17+
type: "http",
18+
url: "https://post-pilot.reel-automation-mcp.workers.dev",
19+
authentication: "github-oauth",
20+
}

0 commit comments

Comments
 (0)