KosmoKrator

marketing

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.

7 functions 6 read 1 write Manual OAuth token auth

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.

Machine-Readable Metadata
integration_slug
sproutsocial
route_slug
sproutsocial
package
sproutsocial
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Sprout Social MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Sprout Social.

Sprout Social CLI Matrix

Use these pages for direct Sprout Social CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.