Learn how to implement AI chatbots that can help users monitor, analyze, and respond to comments across their social media platforms using the MCP server.
get-users-by-tenant-app
to retrieve all usersget-user-accounts
to find the user’s social accountsget-contents-by-user-account-id
to retrieve recent postsget-comments
with the content ID to retrieve all commentsget-comments
or get-recent-comments
to retrieve commentsget-comments
to retrieve comments for specific contentpublish-comment
with the parent comment ID to respondget-recent-comments
or get comments for multiple content itemsget-users-by-tenant-app
- Lists all usersget-user-accounts
- Lists user’s social media accountsget-contents-by-user-account-id
- Gets recent content posted by a userget-comments
- Gets comments for specific content itemsget-recent-comments
- Gets recent comments across all contentpublish-comment
- Posts replies to comments