74
/ 100
1 month ago
glama

Full VK MCP

Model Context Protocol (MCP) server for VKontakte (VK) — the largest social network in Russia and CIS countries.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: VK_ACCESS_TOKEN, VK_MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPORTVK_MCP_PORT 3000 HTTP port (falls back to $ for PaaS like Render)
🔐 secretVK_ACCESS_TOKENyour_vk_token_here
🔐 secretVK_MCP_AUTH_TOKENBearer token for HTTP transport auth (required when binding to non-loopback)
configVK_MCP_CORS_ORIGIN
configVK_MCP_EXCLUDE_METHODSComma-separated blacklist of methods
configVK_MCP_EXCLUDE_SECTIONS
configVK_MCP_HOST127.0.0.1 Bind address. Use 0.0.0.0 for public hosts
configVK_MCP_INCLUDE_METHODSComma-separated whitelist of methods (e.g., users.get,wall.get)
configVK_MCP_INCLUDE_SECTIONSVK_MCP_PROFILE=social =wall npx full-vk-mcp
configVK_MCP_MAX_TOOLSLimit the number of exposed tools
configVK_MCP_MODEread read — read-only, write — non-financial writes, money — financially sensitive, all — everything
configVK_MCP_PORT3000 HTTP port (falls back to $PORT for PaaS like Render)
configVK_MCP_PROFILEInstead of manually configuring sections and methods, use a built-in profile via :
configVK_MCP_TRANSPORTVK_ACCESS_TOKEN=your_token =http npx full-vk-mcp
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ssm82-full-vk-mcp-1v0a49)](https://m8ven.ai/mcp/ssm82-full-vk-mcp-1v0a49)
commit: be6c21d6b6f701494840f139ae51574d87eba85a
code hash: 94b3789269cdd88996540dbf87ecaefeb15dd35bab5c9539a9e18d1c71a035f5
verified: 6/10/2026, 11:18:44 AM
view raw JSON →