🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vincikit/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vincikit/mcp-server

AI stack configurator that helps you build the optimal technology stack through conversational interviews and intelligent recommendations

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
24
-45.45%
Maintainers
1
Weekly downloads
 
Created
Source

@vincikit/mcp-server

AI stack configurator that helps you build the optimal technology stack through conversational interviews and intelligent recommendations.

What is VinciKit?

VinciKit is an MCP server that acts as your personal AI stack architect. Through a conversational interview, it understands your project's needs and recommends the best combination of AI models, tools, and services - complete with cost estimates and implementation guidance.

Features

  • Conversational Interview - Guided questions to understand your project scope, expertise, budget, and timeline
  • AI-Powered Recommendations - Intelligent stack suggestions using Claude or Gemini
  • Tool Catalog - 30+ tools across 13 categories (finance, design, productivity, e-commerce, hardware, and more)
  • Cost Estimation - Setup costs, monthly costs, and first-year projections
  • Session Persistence - Save and resume sessions across devices
  • ASCII Visualization - Text-based stack diagrams for any terminal

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "vincikit": {
      "command": "npx",
      "args": ["-y", "@vincikit/mcp-server"],
      "env": {
        "ANTHROPIC_API_KEY": "your-key-here"
      }
    }
  }
}

Global Install

npm install -g @vincikit/mcp-server
vincikit-mcp

From Source

git clone https://github.com/idoco2003/VinciKit.git
cd VinciKit/mcp-server
npm install
npm start

Available Tools

Interview Flow

ToolDescription
start_interviewBegin a new conversational stack configuration session
answer_questionAnswer the current interview question
skip_to_recommendationJump directly to AI recommendations

Session Management

ToolDescription
get_sessionRetrieve current session data and progress
update_sessionModify answers and regenerate recommendations
list_sessionsView all sessions for a user
link_accountLink session to email for persistence
create_setup_linkGenerate a personalized setup URL

Catalog & Visualization

ToolDescription
list_toolsBrowse the tool catalog by category
get_tool_detailsGet detailed information about a specific tool
visualize_stackGenerate ASCII visualization of your stack
quick_recommendGet fast recommendations without full interview

Resources

URIDescription
vincikit://catalogComplete tool catalog (JSON)
vincikit://questionsInterview question definitions (JSON)

Tool Categories

  • Finance - Alpha Vantage, Alpaca, Plaid, CoinGecko, Yahoo Finance
  • Design/CAD - AutoCAD, Fusion 360, Figma, Canva
  • Productivity - Notion, Google Sheets, Slack, GitHub
  • E-commerce - Shopify, Square, Stripe
  • Hardware - DigiKey, Mouser
  • Maps/Location - Google Maps, Mapbox
  • Data/Search - Brave Search, Semantic Scholar
  • Food/Agriculture - USDA FoodData Central
  • Transcription - AssemblyAI, Deepgram
  • Edge AI - Jetson Orin Nano/NX, Raspberry Pi
  • Vision - OpenCV, YOLO

Environment Variables

VariableRequiredDescription
ANTHROPIC_API_KEYYes*Claude API key for recommendations
GEMINI_API_KEYYes*Gemini API key (alternative to Claude)
VINCIKIT_API_URLNoCustom API endpoint
MCP_API_KEYNoAPI key for remote access

*At least one AI provider key is required

Transport Modes

stdio (default)

For local Claude Desktop integration:

npm start

HTTP/SSE

For remote deployment (Cloud Run, etc.):

npm run start:http

Example Usage

User: I want to build a smart inventory system for my small retail business

AI: [calls start_interview]
    Let me help you find the perfect stack! First question:
    What's the scale of this project?
    - Hobby/Learning
    - Venture/Startup
    - Scale/Growth
    - Moonshot

User: Venture

AI: [calls answer_question with "venture"]
    Great! What's your background?
    ...

[After completing interview]

AI: [displays recommendation]
    Recommended Stack:
    - AI Engine: Claude 3.5 Sonnet ($20/month)
    - Tools: Shopify, Google Sheets, Notion
    - Estimated first year cost: $1,200
  • Website: https://vincikit.com
  • Repository: https://github.com/idoco2003/VinciKit

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts