io.github.woyaxnini/max-messenger
MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.
Versions
1.0.1latestTools 21
get_messages Read messages from a MAX chat. Use either chat_id OR message_ids — they are mutually exclusive.
get_message Get a single message by its ID. Returns full message details including text, sender, attachments.
send_message Send a text message to a MAX chat or user.
edit_message Edit the text of an existing message sent by the bot.
delete_message Delete a message sent by the bot. Requires the message_id.
pin_message Pin a message in a group chat. The bot must have admin rights in the chat.
unpin_message Unpin the currently pinned message in a group chat. The bot must have admin rights.
send_media Upload a file (image/video/audio/file) from a URL and send it as a message.
get_updates Get incoming events: new messages, button clicks, user joins/leaves, etc.
answer_callback Respond to an inline button click (callback event from get_updates).
get_chats Get the list of all group chats where the bot is a participant.
get_chat Get full details of a specific chat by its ID: title, description,
edit_chat Rename a chat, change its description, or update its icon.
send_action Show a typing indicator or other status to chat members.
get_chat_members Get the list of participants in a group chat. Returns user_id, name, username for each member.
get_bot_info Get information about the MAX bot: name, username, user_id, description.
add_members Add one or more users to a group chat.
remove_member Remove a user from a group chat.
get_admins Get the list of administrators in a group chat.
set_admin Grant admin rights to a chat member.
remove_admin Revoke admin rights from a chat member. They remain a regular member.
Permissions 2
network medium env_vars low