← Back to search

io.github.woyaxnini/max-messenger

woyaxnini Scanned 9d ago

MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.

C
68.8 / 100

Versions

1.0.1latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 21

get_messages
annotations: none low

Read messages from a MAX chat. Use either chat_id OR message_ids — they are mutually exclusive.

to number from number count number chat_id number message_ids array
get_message
annotations: none low

Get a single message by its ID. Returns full message details including text, sender, attachments.

message_id string
send_message
annotations: none low

Send a text message to a MAX chat or user.

text string format enum notify boolean chat_id number user_id number attachments array disable_link_preview boolean
edit_message
annotations: none low

Edit the text of an existing message sent by the bot.

text string format enum message_id string attachments array
delete_message
annotations: none low

Delete a message sent by the bot. Requires the message_id.

message_id string
pin_message
annotations: none low

Pin a message in a group chat. The bot must have admin rights in the chat.

notify boolean chat_id number message_id string
unpin_message
annotations: none low

Unpin the currently pinned message in a group chat. The bot must have admin rights.

chat_id number
send_media
annotations: none low

Upload a file (image/video/audio/file) from a URL and send it as a message.

text string type enum format enum chat_id number user_id number file_url string
get_updates
annotations: none low

Get incoming events: new messages, button clicks, user joins/leaves, etc.

limit number types array marker number timeout number
answer_callback
annotations: none low

Respond to an inline button click (callback event from get_updates).

user_id number callback_id string message_text string notification string message_format enum
get_chats
annotations: none low

Get the list of all group chats where the bot is a participant.

count number marker number
get_chat
annotations: none low

Get full details of a specific chat by its ID: title, description,

chat_id number
edit_chat
annotations: none low

Rename a chat, change its description, or update its icon.

url string icon object title string chat_id number description string notify_members boolean
send_action
annotations: none low

Show a typing indicator or other status to chat members.

action enum chat_id number
get_chat_members
annotations: none low

Get the list of participants in a group chat. Returns user_id, name, username for each member.

count number marker number chat_id number
get_bot_info
annotations: none low

Get information about the MAX bot: name, username, user_id, description.

add_members
annotations: none low

Add one or more users to a group chat.

chat_id number user_ids array
remove_member
annotations: none low

Remove a user from a group chat.

block boolean chat_id number user_id number
get_admins
annotations: none low

Get the list of administrators in a group chat.

chat_id number
set_admin
annotations: none low

Grant admin rights to a chat member.

chat_id number user_id number
remove_admin
annotations: none low

Revoke admin rights from a chat member. They remain a regular member.

chat_id number user_id number

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 57

low
Tool 'get_messages' has no annotations annotation_checker · 100%
low
Tool 'get_message' has no annotations annotation_checker · 100%
low
Tool 'send_message' has no annotations annotation_checker · 100%
low
Tool 'edit_message' has no annotations annotation_checker · 100%
low
Tool 'delete_message' has no annotations annotation_checker · 100%
low
Tool 'pin_message' has no annotations annotation_checker · 100%
low
Tool 'unpin_message' has no annotations annotation_checker · 100%
low
Tool 'send_media' has no annotations annotation_checker · 100%
low
Tool 'get_updates' has no annotations annotation_checker · 100%
low
Tool 'answer_callback' has no annotations annotation_checker · 100%
low
Tool 'get_chats' has no annotations annotation_checker · 100%
low
Tool 'get_chat' has no annotations annotation_checker · 100%
low
Tool 'edit_chat' has no annotations annotation_checker · 100%
low
Tool 'send_action' has no annotations annotation_checker · 100%
low
Tool 'get_chat_members' has no annotations annotation_checker · 100%
low
Tool 'get_bot_info' has no annotations annotation_checker · 100%
low
Tool 'add_members' has no annotations annotation_checker · 100%
low
Tool 'remove_member' has no annotations annotation_checker · 100%
low
Tool 'get_admins' has no annotations annotation_checker · 100%
low
Tool 'set_admin' has no annotations annotation_checker · 100%
low
Tool 'remove_admin' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: express@4.19.0 (GHSA-qw6h-vgh9-j6wx) dependency_analyzer · 95%
medium
Vulnerable dependency: express@4.19.0 (GHSA-rv95-896h-c2vc) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_messages manifest_parser · 85%
info
Tool: get_message manifest_parser · 85%
info
Tool: send_message manifest_parser · 85%
info
Tool: edit_message manifest_parser · 85%
info
Tool: delete_message manifest_parser · 85%
info
Tool: pin_message manifest_parser · 85%
info
Tool: unpin_message manifest_parser · 85%
info
Tool: send_media manifest_parser · 85%
info
Tool: get_updates manifest_parser · 85%
info
Tool: answer_callback manifest_parser · 85%
info
Tool: get_chats manifest_parser · 85%
info
Tool: get_chat manifest_parser · 85%
info
Tool: edit_chat manifest_parser · 85%
info
Tool: send_action manifest_parser · 85%
info
Tool: get_chat_members manifest_parser · 85%
info
Tool: get_bot_info manifest_parser · 85%
info
Tool: add_members manifest_parser · 85%
info
Tool: remove_member manifest_parser · 85%
info
Tool: get_admins manifest_parser · 85%
info
Tool: set_admin manifest_parser · 85%
info
Tool: remove_admin manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 131 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%