Skip to main content
Glama
theYahia

@theyahia/vk-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP mode (default 3000)3000
VK_ACCESS_TOKENYesYour VK access token, obtained from vk.com/dev

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_wallB

Получить записи со стены пользователя или сообщества ВКонтакте.

post_wallB

Опубликовать запись на стене пользователя или сообщества ВКонтакте.

search_postsC

Поиск постов в новостной ленте ВКонтакте по ключевым словам.

get_userB

Информация о пользователях ВКонтакте по ID или screen_name.

get_groupsB

Информация о сообществах ВКонтакте по ID или короткому имени.

get_friendsC

Список друзей пользователя ВКонтакте.

send_messageB

Отправить сообщение пользователю или в беседу ВКонтакте.

get_statsB

Статистика сообщества ВКонтакте за указанный период.

Prompts

Interactive templates invoked by user choice

NameDescription
post-wallОпубликуй пост в группу VK
group-statsСтатистика группы VK

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a distinct purpose: wall operations, user/group info, friends list, messaging, and stats. No overlap between tools, making selection clear.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., get_wall, post_wall, send_message). No mixing of conventions.

Tool Count5/5

With 8 tools, the set is well-scoped for a VK API server. It covers essential operations without being excessive or insufficient.

Completeness4/5

Covers major VK features (wall, user, groups, friends, messaging, search, stats). Minor gaps like comments or media uploads exist but do not hinder basic workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues