productivity
Sprout Social MCP, CLI, and Lua Integration for AI Agents
Sprout Social integration docs for AI agents: MCP gateway setup, Sprout Social CLI commands, Lua API reference, credentials, and function schemas.Sprout Social for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
sproutsocial.sproutsocial_list_profiles | Read read | 0 | List all social media profiles connected to the Sprout Social account. Returns profile IDs, service types (e.g., Twitter, Facebook, LinkedIn), and display names. |
sproutsocial.sproutsocial_get_profile | Read read | 1 | Get details of a specific social media profile in Sprout Social by its ID. Returns profile service type, display name, and account metadata. |
sproutsocial.sproutsocial_list_posts | Read read | 3 | List posts across social profiles in Sprout Social. Optionally filter by status (sent, scheduled, draft) and paginate results. |
sproutsocial.sproutsocial_create_post | Write write | 4 | Create and schedule a new social media post in Sprout Social. Provide the text content, target profile IDs, and optionally a scheduled time or media attachments. |
sproutsocial.sproutsocial_list_messages | Read read | 2 | List inbox messages and conversations in Sprout Social. Returns message IDs, sender info, and content snippets with pagination support. |
sproutsocial.sproutsocial_get_message | Read read | 1 | Get details of a specific message in Sprout Social by its ID. Returns sender info, message content, attachments, and conversation metadata. |
sproutsocial.sproutsocial_get_current_user | Read read | 0 | Get the currently authenticated Sprout Social user profile. Returns the user name, email, and account info. |