Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.bulatko/vk

NPM · VK-MCP-SERVER · SCANNED SEP 21

VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts.

Available components

0 this week 90 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency71
  • Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
  • Cryptographically verified build provenance (signed, bound to bulatko/vk-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 56 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2214 tokens (~110/item across 20 items; 19 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the io.github.bulatko/vk MCP server?

io.github.bulatko/vk runs locally as an npm package, launched with npx -y vk-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · vk-mcp-server

# add to Claude Code
claude mcp add bulatko-vk -- npx -y vk-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "bulatko-vk": {
      "command": "npx",
      "args": [
        "-y",
        "vk-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "bulatko-vk": {
      "command": "npx",
      "args": [
        "-y",
        "vk-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add bulatko-vk -- npx -y vk-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bulatko-vk": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "vk-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bulatko-vk --command npx --arg -y --arg vk-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  bulatko-vk:
    command: "npx"
    args: ["-y", "vk-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "bulatko-vk": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "vk-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add bulatko-vk -t stdio -c npx -a -y vk-mcp-server
// mcp.json
{
  "mcpServers": {
    "bulatko-vk": {
      "command": "npx",
      "args": [
        "-y",
        "vk-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.77 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/vk-mcp-server@0.6.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo bulatko/vk-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/bulatko/vk-mcp-server/.github/workflows/release.yml@refs/tags/v0.6.1
Rekor log index 2255980746
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:23fffee359fcaaac7975565268317ecfc1b18f785ef355a96c59bc7077e88fd3811d906c670b6a0731102a8c5b9efa7f0ee150efa49001c7d27eb51ea

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~2,184 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
vk_friends_get ~82

List a user's friends. Returns bare IDs unless you ask for fields. Needs a user token, and only works for profiles that expose their friend list.

NameTypeReqDescription
countnumberNumber of friends
fieldsstringProfile fields
orderstring
user_idnumberUser ID. Defaults to the token owner.
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesFriend IDs, or profiles when fields are requested
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_groups_get ~77

List the communities the token owner belongs to. Needs a user token — a community or service token cannot answer this.

NameTypeReqDescription
countnumberNumber of communities
fieldsstringCommunity fields
filterstringFilter by type
user_idnumberUser ID. Defaults to the token owner.
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesCommunities the user belongs to
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_groups_get_by_id ~97

Look up communities by numeric ID or short name (e.g. apiclub). Use it to resolve a name to an ID, or to read the description, member count and type before deciding what to do with it.

NameTypeReqDescription
fieldsstringCommunity fields
group_idsstringComma-separated community IDs or short names (e.g. apiclub,vk). Positive and without the minus sign.
NameTypeReqDescription
groupsarrayCommunity profiles

No examples provided.

vk_groups_get_members ~190

List the members of a community. Returns bare user IDs unless you ask for fields, in which case it returns profiles. Many communities hide their member list, which comes back as an access error rather than an empty list.

NameTypeReqDescription
countnumberNumber of members to return (max 1000)
fieldsstringAdditional profile fields to return (e.g. photo_200,online,sex,city)
filterstringFilter: managers, editors, mods, advertisers, friends, unsure
group_idstringyesCommunity ID or its short name (e.g. apiclub). Positive and without the minus sign — the minus belongs to owner_id on a wall, not here.
offsetnumberOffset for pagination
sortstringSort order: id_asc, id_desc, time_asc, time_desc
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesMember IDs, or profiles when fields are requested
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_groups_join ~103

Join a community as the token owner, or send a join request if it is closed. group_id is positive here, without the minus sign.

NameTypeReqDescription
group_idstringyesCommunity ID or its short name (e.g. apiclub). Positive and without the minus sign — the minus belongs to owner_id on a wall, not here.
not_surenumberFor events only: 1 — "maybe attending", 0 — confirmed
NameTypeReqDescription
successbooleanyesWhether VK accepted the change

No examples provided.

vk_groups_search ~163

Find communities by keyword, optionally narrowed by type, country, city or sort order. Returns matches with a total count.

NameTypeReqDescription
city_idnumberCity ID to filter by
countnumberNumber of results (max 1000)
country_idnumberCountry ID to filter by
fieldsstringAdditional community fields to return
futurenumberFilter future events: 1 — only future events
offsetnumberOffset for pagination
qstringyesSearch query
sortnumberSort order: 0 — default, 1 — by speed, 6 — by likes
typestringCommunity type: group, page or event
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesMatching communities
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_likes_get ~166

List the users who liked or reacted to an object — a post, comment, photo or video — with counts per reaction. owner_id is negative for a community; item_id is the post or object ID.

NameTypeReqDescription
countnumberNumber of users to return (max 1000)
item_idnumberyesObject ID
offsetnumberOffset for pagination
owner_idnumberOwner ID of the object (negative for community)
reaction_idnumberFilter by reaction: 0 — like ❤️, 1 — laugh 😂, 2 — wow 😮, 3 — admiration 🔥, 4 — angry 😡, 5 — sad 😢
typestringyesObject type
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesUsers who reacted to the object
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_newsfeed_get ~76

Read the token owner's own newsfeed. Needs a user token — this is the feed of the account the token belongs to, not a public one.

NameTypeReqDescription
countnumberNumber of items
filtersstringFilter by type: post, photo, video
start_fromstringPagination cursor
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesNewsfeed entries
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_photos_get ~87

List photos from an album. album_id accepts wall, profile or saved as well as a numeric album ID. owner_id is negative for a community.

NameTypeReqDescription
album_idstringAlbum ID or: wall, profile, saved
countnumberNumber of photos
owner_idnumberAlbum owner: negative for a community, positive for a person.
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesPhotos in the album
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_photos_upload_wall ~141

Upload a photo so it can be attached to a post. Takes a URL or a local file path, runs VK's three-step upload, and returns an attachment string like photo-1_2 to pass to vk_wall_post or vk_wall_edit. group_id is positive here, without the minus sign.

NameTypeReqDescription
captionstringPhoto caption
group_idstringCommunity ID or its short name (e.g. apiclub). Positive and without the minus sign — the minus belongs to owner_id on a wall, not here.
imagestringyesImage URL (http/https) or absolute local file path
NameTypeReqDescription
attachmentstringyesAttachment string such as photo-1_2, ready to pass to vk_wall_post
idnumberPhoto ID
owner_idnumberOwner of the uploaded photo

No examples provided.

vk_stats_get ~98

Read a community's statistics by period: reach, visitors and activity. The token owner must be an administrator of that community, otherwise VK denies access.

NameTypeReqDescription
group_idstringyesCommunity ID or its short name (e.g. apiclub). Positive and without the minus sign — the minus belongs to owner_id on a wall, not here.
intervalstring
intervals_countnumberNumber of intervals
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesOne entry per statistics period
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_users_get ~76

Look up VK users by numeric ID or short name (e.g. durov). Use this to resolve a name to an ID before calling other tools, or to check whether a profile is closed.

NameTypeReqDescription
fieldsstringProfile fields to return
user_idsstringComma-separated user IDs or screen names
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesUser profiles
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_users_search ~152

Find VK users by name, optionally narrowed by city, country, sex or age. Returns matches with a total count; page through them with offset.

NameTypeReqDescription
age_fromnumberMinimum age
age_tonumberMaximum age
citynumberCity ID to filter by
countnumberNumber of results (max 1000)
countrynumberCountry ID to filter by
fieldsstringAdditional profile fields to return
offsetnumberOffset for pagination
qstringyesSearch query (name or keywords)
sexnumberSex filter: 1 — female, 2 — male
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesMatching user profiles
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_wall_create_comment ~82

Add a comment to a post. owner_id is negative for a community. Returns the new comment_id.

NameTypeReqDescription
messagestringyesComment text
owner_idnumberyesWall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner.
post_idnumberyesPost ID
NameTypeReqDescription
comment_idnumberyesID of the created comment

No examples provided.

vk_wall_delete ~73

Delete a post from a wall. owner_id is negative for a community. This cannot be undone.

NameTypeReqDescription
owner_idnumberWall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner.
post_idnumberyesPost ID to delete
NameTypeReqDescription
successbooleanyesWhether VK accepted the change

No examples provided.

vk_wall_edit ~110

Replace the text or attachments of an existing post. owner_id is negative for a community. Editing overwrites the previous content, so pass the full new text rather than an addition.

NameTypeReqDescription
attachmentsstringComma-separated attachments
messagestringNew post text
owner_idnumberWall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner.
post_idnumberyesPost ID to edit
NameTypeReqDescription
successbooleanyesWhether VK accepted the change

No examples provided.

vk_wall_get ~132

Read posts from a user or community wall, newest first. Pass domain for a short address (durov) or owner_id for a numeric one — negative for a community, positive for a person. Each post carries its likes, reposts, comments and views.

NameTypeReqDescription
countnumberNumber of posts (1-100)
domainstringShort address of user or community
filterstringFilter: all, owner, others, postponed, suggests
offsetnumberOffset for pagination
owner_idnumberWall owner ID (negative for community)
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesWall posts, newest first
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_wall_get_by_id ~97

Fetch particular posts by their full IDs in {owner_id}_{post_id} form, e.g. -1_340393. Use it to re-read a post you already know about, such as one you just published.

NameTypeReqDescription
fieldsstringAdditional profile fields to return
postsstringyesComma-separated post IDs in format {owner_id}_{post_id} (e.g. -123_456)
NameTypeReqDescription
countnumberTotal number of matches on VK, which is usually larger than the returned page
itemsarrayyesThe requested posts
paginationobjectWhere this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch.

No examples provided.

vk_wall_post ~182

Publish a post on a wall. To post in a community, set owner_id to the community ID with a minus sign (-123) and from_group true, otherwise it appears as your personal post on the community wall. Attach media with the attachment string that vk_photos_upload_wall returns. Returns the new post_id.

NameTypeReqDescription
attachmentsstringComma-separated attachments (e.g. photo123_456,link)
from_groupbooleanPost on behalf of community
guidstringUnique identifier to prevent duplicate posts
messagestringyesPost text content
owner_idnumberWall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner.
publish_datenumberUnix timestamp for scheduled post (must be within 2 weeks)
NameTypeReqDescription
post_idnumberyesID of the published post

No examples provided.

Common questions

What is the io.github.bulatko/vk MCP server?

io.github.bulatko/vk is an MCP server listed in the public MCP registry as io.github.bulatko/vk. VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts. This page covers its npm package (vk-mcp-server).

Is the io.github.bulatko/vk MCP server safe to use?

io.github.bulatko/vk scores 90 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.bulatko/vk MCP server expose?

io.github.bulatko/vk exposes 19 tools: vk_users_get, vk_users_search, vk_wall_get, vk_wall_post, vk_wall_create_comment, and 14 more. Their descriptions and schemas cost roughly 2,184 tokens of context every time the server is loaded.

Is the io.github.bulatko/vk MCP server still maintained?

io.github.bulatko/vk is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.bulatko/vk MCP server under?

io.github.bulatko/vk declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.