ShipFeed for Agents
ShipFeed exposes an MCP (Model Context Protocol) server so authorized AI agents can publish and schedule posts on behalf of a user.Authentication
OAuth 2.1 with PKCE (S256). Dynamic Client Registration is supported. Discovery metadata lives at /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource.MCP endpoint
The MCP endpoint is /mcp (Streamable HTTP, JSON-RPC 2.0). The server card is at /.well-known/mcp/server-card.json.Tools
list_accounts — connected social accountscreate_upload_url — one-shot signed upload URL for imagespublish_post — publish immediately or schedule for laterlist_posts — recent postsget_post — single post detailscancel_scheduled_post — cancel a scheduled post