mcp:read.
Start with
whoami. Nearly every other tool needs a profileId or an
accountId, and whoami returns both, plus what each platform supports.Profiles
Accounts & connections
Posts
WhatsApp and Telegram don’t do posts — only messages.
whoami returns the
capability matrix so the assistant can filter targets itself.Messaging
Comments & analytics
API keys
Workflows
Three prompts ship with the server. Clients surface them as commands — in Claude Code,/mcp__plugkit__publish, /mcp__plugkit__inbox, /mcp__plugkit__report.
publish
Publish one message to every eligible account of a profile, after showing you
the targets and the final text.
inbox
Sync each messaging account, surface unanswered incoming messages, and draft
a reply for each.
report
Published posts, failures and per-account analytics over a period, as a table
plus three recommendations.
Errors
Tools return the API’s own errors as text rather than throwing, so the assistant can explain and retry. A404 means the resource doesn’t exist or doesn’t
belong to your account — see Authentication.