PmSerg/social-media-agent-mcp
3.1
If you are the rightful owner of social-media-agent-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server is designed to support the Orchestrator agent in the Agencii platform by providing essential tools for social media content management and task coordination.
Tools
4
Resources
0
Prompts
0
MCP Server for Social Media Agent System
This MCP (Model Context Protocol) server provides tools for the Orchestrator agent in Agencii platform.
Tools
- CommandProcessor - Parses and validates /create-content-post commands
- NotionTaskManager - Creates and manages tasks in Notion
- ResearchAgentProxy - Calls backend Research Agent API
- CopywriterAgentProxy - Calls backend Copywriter Agent API
Deployment
This server is designed to run on Railway and connect to:
- Backend API for agent processing
- Notion for task management
- Agencii platform as MCP tools
Environment Variables
BACKEND_API_URL- URL of the backend APIBACKEND_API_KEY- API key for backend authenticationNOTION_TOKEN- Notion integration tokenNOTION_DATABASE_ID- Notion database IDMCP_AUTH_TOKEN- Bearer token for MCP authenticationPORT- Server port (default: 8080)