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.

io.github.idoco2003/vincikit

NPM · @VINCIKIT/MCP-SERVER · SCANNED AUG 3

AI stack configurator with conversational interviews and intelligent recommendations

+19 this week 66 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (123 of 125), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (123 of 125), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 204 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability85
  • 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
  • Tool/resource definitions use about 685 tokens (~48/item across 14 items; 12 tools + 2 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 Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.

npm · @vincikit/mcp-server

# add to Claude Code
claude mcp add idoco2003-vincikit -- npx -y @vincikit/mcp-server
# add to Codex CLI
codex mcp add idoco2003-vincikit -- npx -y @vincikit/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "idoco2003-vincikit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vincikit/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add idoco2003-vincikit --command npx --arg -y --arg @vincikit/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  idoco2003-vincikit:
    command: "npx"
    args: ["-y", "@vincikit/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "idoco2003-vincikit": {
      "command": "npx",
      "args": [
        "-y",
        "@vincikit/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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 31 Jul 26 −8
    • 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 +11
    • Malware scan: pass → unverified security
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −29
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 47

    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 · Analysed npm/@vincikit/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 123 packages

123 packages in the resolved dependency tree · 123 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~656 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
answer_question ~63

Submit the user's answer to the current interview question. Returns either the next question or the final recommendation if the interview is complete.

NameTypeReqDescription
answerstringyesThe user's answer to the current question
session_idstringyesThe session ID returned by start_interview

No output schema declared.

No examples provided.

create_setup_link ~63

Create a personalized setup link for VinciKit.com. The link preserves the session configuration for one-click setup on the web.

NameTypeReqDescription
emailstringOptional email to associate with the setup
session_idstringyesSession ID to create a setup link for

No output schema declared.

No examples provided.

get_session ~33

Retrieve a session by ID to view or continue an interview.

NameTypeReqDescription
session_idstringyesThe session ID to retrieve

No output schema declared.

No examples provided.

get_tool_details ~39

Get detailed information about a specific tool.

NameTypeReqDescription
tool_idstringyesThe tool ID (e.g., "notion", "shopify")

No output schema declared.

No examples provided.

link_account ~58

Link a session to an email for persistence across devices and conversations. Creates a VinciKit account if one doesn't exist.

NameTypeReqDescription
emailstringyesEmail address to link the session to
session_idstringyesThe session ID to link

No output schema declared.

No examples provided.

list_sessions ~52

List all sessions for a user (requires email or API key for persistence).

NameTypeReqDescription
api_keystringVinciKit API key (alternative to email)
emailstringUser email to retrieve sessions for

No output schema declared.

No examples provided.

list_tools ~33

List all available tools in the VinciKit catalog, optionally filtered by category.

NameTypeReqDescription
categorystringFilter by category

No output schema declared.

No examples provided.

quick_recommend ~59

Get a quick stack recommendation without the full interview. Good for users who know what they want.

NameTypeReqDescription
budgetstringBudget level
goalstringyesWhat the user wants to build
scopestringProject scope

No output schema declared.

No examples provided.

skip_to_recommendation ~39

Skip remaining questions and generate recommendation with current answers. Use when user wants quick results.

NameTypeReqDescription
session_idstringyesThe session ID

No output schema declared.

No examples provided.

start_interview ~75

Start a new VinciKit interview session. This begins a conversational flow to understand the user's project and recommend the optimal AI + tools stack. Returns the first question to ask.

NameTypeReqDescription
goalstringyesWhat the user wants to build or achieve (e.g., "I want to build a drone that detects weeds in my farm")

No output schema declared.

No examples provided.

update_session ~78

Update specific answers in a session and optionally regenerate the recommendation.

NameTypeReqDescription
regeneratebooleanWhether to regenerate the recommendation after updating (default: true)
session_idstringyesThe session ID to update
updatesobjectyesFields to update (e.g., { "budget": "growth", "timeline": "month" })

No output schema declared.

No examples provided.

visualize_stack ~64

Generate a text/ASCII visualization of a stack configuration. Great for displaying recommendations in a clear, visual format.

NameTypeReqDescription
session_idstringSession ID to visualize (uses the session's recommendation)
stackobjectAlternatively, provide a stack object directly to visualize

No output schema declared.

No examples provided.