{"id":48801425,"url":"https://github.com/feed-mob/feedmob-adpilot-mcp","last_synced_at":"2026-04-14T03:03:25.558Z","repository":{"id":327158331,"uuid":"1104282122","full_name":"feed-mob/feedmob-adpilot-mcp","owner":"feed-mob","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-03T08:24:51.000Z","size":895,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-04T20:29:26.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feed-mob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-26T02:12:52.000Z","updated_at":"2025-12-03T08:24:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/feed-mob/feedmob-adpilot-mcp","commit_stats":null,"previous_names":["feed-mob/feedmob-adpilot-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/feed-mob/feedmob-adpilot-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Ffeedmob-adpilot-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Ffeedmob-adpilot-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Ffeedmob-adpilot-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Ffeedmob-adpilot-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feed-mob","download_url":"https://codeload.github.com/feed-mob/feedmob-adpilot-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feed-mob%2Ffeedmob-adpilot-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31779951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-14T03:03:19.275Z","updated_at":"2026-04-14T03:03:25.553Z","avatar_url":"https://github.com/feed-mob.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FeedMob AdPilot MCP Server\n\nAI-powered advertising campaign planning and creative generation system built with FastMCP, Claude Agent SDK, and mcp-ui.\n\n## Features\n\n### 🎯 Parse Advertising Requirements\nExtract structured campaign parameters from natural language descriptions.\n\n### 🔍 Conduct Ad Research\nGenerate comprehensive campaign reports with market insights, audience analysis, and platform strategies.\n\n### ✍️ Generate Ad Copy\nCreate two distinct ad copy variations optimized for your target platform and audience.\n\n### 🖼️ Generate Ad Images\nGenerate image variations for campaigns with interactive selection.\n\n### 🎨 Generate Mixed Media\nCombine selected images with ad copy for complete creative assets.\n\n### 📊 Campaign Management\nStore and retrieve campaign data with PostgreSQL persistence.\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js 20+\n- Docker (for PostgreSQL)\n- AWS Account with Bedrock access (for Claude Agent SDK)\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Configuration\n\n```bash\ncp .env.example .env\n```\n\nConfigure your `.env` file with:\n- AWS credentials for Bedrock\n- PostgreSQL connection (or use Docker)\n- Optional: Tavily API key for enhanced research\n\n### Start Database\n\n```bash\ndocker-compose up -d postgres\n```\n\n### Run Development Server\n\n```bash\nnpm run dev\n```\n\nServer starts at `http://localhost:8080/mcp`\n\n### Test with MCP Inspector\n\n```bash\nnpm run mcp:inspect\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `parseAdRequirements` | Parse natural language campaign requirements |\n| `conductAdResearch` | Generate comprehensive campaign research reports |\n| `generateAdCopy` | Create ad copy variations |\n| `generateAdImages` | Generate image variations |\n| `generateMixedMediaCreative` | Combine images and copy |\n| `getCampaign` | Retrieve stored campaign data |\n\n## Project Structure\n\n```\n├── src/\n│   ├── index.ts              # FastMCP server entry\n│   ├── tools/                # MCP tool definitions\n│   ├── services/             # Agent services (Claude SDK)\n│   ├── utils/                # UI factories (mcp-ui)\n│   ├── schemas/              # Zod validation schemas\n│   └── plugins/              # Claude Agent skills\n├── client-ui/                # Next.js chat interface\n├── tests/                    # Unit and property tests\n├── docs/                     # Documentation\n└── .kiro/specs/              # Feature specifications\n```\n\n## Endpoints\n\n- **MCP**: `http://localhost:8080/mcp`\n- **SSE**: `http://localhost:8080/sse`\n- **Health**: `http://localhost:8080/health`\n\n## Development\n\n```bash\nnpm run dev          # Start with hot reload\nnpm run build        # Build for production\nnpm start            # Run production build\nnpm test             # Run tests\nnpm run typecheck    # Type checking\nnpm run mcp:inspect  # Visual debugging\n```\n\n## Docker Deployment\n\nSee [DEPLOYMENT.md](DEPLOYMENT.md) for Coolify/Docker deployment instructions.\n\nPre-built images available at:\n- `ghcr.io/feedmob/feedmob_adpilot_mcp:latest`\n- `ghcr.io/feedmob/feedmob_adpilot_mcp-ui:latest`\n\n## Technology Stack\n\n- **FastMCP** - MCP server framework\n- **@mcp-ui/server** - Interactive UI components\n- **@anthropic-ai/claude-agent-sdk** - Claude Agent integration\n- **Zod** - Runtime type validation\n- **PostgreSQL** - Campaign data persistence\n- **Vitest + fast-check** - Testing\n\n## Client UI\n\nThe `client-ui/` directory contains a Next.js chat interface that connects to this MCP server. See [client-ui/README.md](client-ui/README.md) for details.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeed-mob%2Ffeedmob-adpilot-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeed-mob%2Ffeedmob-adpilot-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeed-mob%2Ffeedmob-adpilot-mcp/lists"}