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

Wikivibe MCP

REMOTE · WIKIVIBE.RU · SCANNED AUG 3

Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment.

Available components

+4 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 721 tokens (~80/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 48% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · wikivibe.ru

# add to Claude Code
claude mcp add --transport http alexmi64-wikivibe-mcp https://wikivibe.ru/mcp/
# ~/.codex/config.toml
[mcp_servers.alexmi64-wikivibe-mcp]
url = "https://wikivibe.ru/mcp/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "alexmi64-wikivibe-mcp": {
      "type": "remote",
      "url": "https://wikivibe.ru/mcp/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add alexmi64-wikivibe-mcp --url https://wikivibe.ru/mcp/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  alexmi64-wikivibe-mcp:
    url: "https://wikivibe.ru/mcp/"
// mcp.json
{
  "mcpServers": {
    "alexmi64-wikivibe-mcp": {
      "type": "http",
      "url": "https://wikivibe.ru/mcp/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 2 Aug 26 +1

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

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

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

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 55

    First indexed and scored.

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 3 Aug 2026 · Probed https://wikivibe.ru/mcp/

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=wikivibe.ru CN=YR2,O=Let's Encrypt,C=US 17 Jun 2026 15 Sept 2026 RSA 2048 SHA256-RSA 5a0834abb53c2a4ed1973ce3e97e994d123
SANs: cms.wikivibe.ru, vibecode.morecil.ru, wikivibe.ru, www.wikivibe.ru
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of wikivibe.ru. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ru. present 51575 8 Verified
wikivibe.ru. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://wikivibe.ru/mcp/ Verified 200
http (plaintext) http://wikivibe.ru/mcp/ HTTPS enforced 301 https://wikivibe.ru/mcp/
MCP tools — 9 exposed · ~721 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.

Tool Tokens
get_article ~102

Read one public Wikivibe article by absolute URL, path, or section plus slug.

NameTypeReqDescription
localestring
maxCharsinteger
pathstringArticle path, for example /ru/novosti/example/.
sectionstringSection slug when url/path is not provided.
slugstringArticle slug when url/path is not provided.
urlstringAbsolute article URL or localized path.

No output schema declared.

No examples provided.

get_design_template ~75

Read one public VibeDesign template by slug, absolute URL or localized path.

NameTypeReqDescription
localestring
pathstringTemplate path, for example /ru/vibe-design/makety/example/.
slugstringTemplate slug.
urlstringAbsolute template URL or localized path.

No output schema declared.

No examples provided.

get_skill ~76

Read one public Wikivibe AI-agent skill by slug, absolute URL or localized path.

NameTypeReqDescription
localestring
pathstringSkill path, for example /ru/skills/astro-performance-audit/.
slugstringSkill slug.
urlstringAbsolute skill URL or localized path.

No output schema declared.

No examples provided.

list_latest_articles ~33

List the newest public canonical Wikivibe articles.

NameTypeReqDescription
limitinteger
localestring

No output schema declared.

No examples provided.

list_sections ~27

List public Wikivibe sections that contain indexable articles.

NameTypeReqDescription
localestring

No output schema declared.

No examples provided.

recommend_skills_for_project ~108

Recommend Wikivibe AI-agent skills from a safe project summary: frameworks, dependencies, file paths, goals and problems. Do not send source code.

NameTypeReqDescription
categorystringOptional category slug.
dependenciesarray
filesarray
frameworksarray
goalstringWhat the user wants the agent to achieve.
limitinteger
localestring
problemsarray

No output schema declared.

No examples provided.

search_articles ~59

Search public canonical Wikivibe articles about AI coding, agents, MCP, tools, SEO/GEO, bots, deployment and product workflows.

NameTypeReqDescription
limitinteger
localestring
querystringyesSearch phrase.

No output schema declared.

No examples provided.

search_design_templates ~117

Search public VibeDesign ready-made templates, layouts, components, dashboards, animations and source links from the Wikivibe catalog.

NameTypeReqDescription
categorystringTemplate category slug, for example landing, dashboards, components, animations.
limitinteger
localestring
querystringSearch phrase. Optional when category, stack or sourceType is provided.
sourceTypestring
stackstringTechnology or tool, for example React, Tailwind, Figma.

No output schema declared.

No examples provided.

search_skills ~124

Search public Wikivibe AI-agent skills with GitHub metadata, project signals, install prompts and usage rules.

NameTypeReqDescription
categorystringSkill category slug, for example coding, search, data, automation, security, ai-ml, devops.
limitinteger
localestring
querystringSearch phrase. Optional when category, stack or riskLevel is provided.
riskLevelstring
stackstringTechnology or tool, for example Astro, MCP, Directus, Storybook.

No output schema declared.

No examples provided.