Use case
Auto-reply to comments with AI
Modiva exposes `comments_list` and `comments_reply` for every platform, so an AI agent can read each new comment and post a tailored response automatically — at any scale.
The problem
Engagement drives reach, but replying to every comment by hand across platforms doesn't scale, and each network's comment API behaves differently.
How Modiva does it
Connect your accounts
Authorize each platform once; Modiva handles scopes and token refresh.
List new comments
Call comments_list per post to pull recent comments, normalised across platforms with author and timestamp.
Reply with AI
Expose comments_reply over MCP and the agent drafts a contextual, on-brand response and posts it back — great for support and community management.
Build it on Modiva
Start freeFAQ
Can I keep a human in the loop?
Yes — fetch comments and draft replies automatically, then require approval before comments_reply posts them.
Does it work across platforms?
Yes — the same two tools handle comments on every connected network.