AI-powered social media ghostwriter with 21+ tools for content creation, scheduling, and multi-platform publishing.
What it does:
- Generate AI content tailored to your brand voice
- Schedule posts across Twitter/X, LinkedIn, Instagram, and more
- Manage drafts, media library, and queue slots
- Track ghost writer personas and feedback
Tools include:
- presence_get, presence_list — manage your social presences
- draft_create, draft_update, draft_generate_ai — create and enhance content
- queue_add_slot, queue_update_slot — schedule publishing times
- media_upload, media_library_list — manage images and videos
- ghost_writer_list, feedback_submit — AI personas and improvement feedback
Transport: Streamable HTTP (MCP spec 2025-03-26)
Auth: Bearer token via Authorization header
Endpoint: https://feedmansion.com/mcp
Docs: https://feedmansion.com/en/help/mcp-setup/ or https://github.com/makerprism/feedmansion-ai-agents
Server Config
{
"mcpServers": {
"feedmansion": {
"type": "streamable-http",
"url": "https://feedmansion.com/mcp",
"headers": {
"Authorization": "Bearer fm_pat_YOUR_TOKEN_HERE"
}
}
}
}