From 262e9159dd7aa577ace4796f03d8bf10c5e2b891 Mon Sep 17 00:00:00 2001 From: saksham-gagneja-indxx Date: Tue, 18 Aug 2026 00:03:25 +0530 Subject: [PATCH] Add POST_PILOT implementation for social media management --- src/post-pilot.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/post-pilot.ts diff --git a/src/post-pilot.ts b/src/post-pilot.ts new file mode 100644 index 0000000000..fb88d02ff4 --- /dev/null +++ b/src/post-pilot.ts @@ -0,0 +1,20 @@ +import { Implementation } from "./index.js" + +export const POST_PILOT: Implementation = { + name: "post-pilot", + source: + "https://github.com/saksham-gagneja-indxx/Social-Media-Manager/tree/feat/mcp-deployment/mcp-server", + description: + "Control Post Pilot social media management from Claude — list reels, draft posts, suggest captions, schedule uploads, publish to LinkedIn. No UI switching needed.", + homepage: "https://github.com/saksham-gagneja-indxx/Social-Media-Manager", + repository: "https://github.com/saksham-gagneja-indxx/Social-Media-Manager", + author: "saksham-gagneja-indxx", + license: "MIT", + contact: "sgagneja@indxx.com", + tags: ["social-media", "linkedin", "posting", "ai-assistant", "content-scheduling", "automation"], + setup_time_minutes: 15, + requirements: ["cloudflare-account", "github-account", "post-pilot-backend-api"], + type: "http", + url: "https://post-pilot.reel-automation-mcp.workers.dev", + authentication: "github-oauth", +}