New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@vasperacapital/vaspera-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vasperacapital/vaspera-mcp-server

VasperaPM MCP Server - AI-powered product management tools for Claude

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

VasperaPM

╔═══════════════════════════════════════════════════════════════╗
║                                                               ║
║   ██╗   ██╗ █████╗ ███████╗██████╗ ███████╗██████╗  █████╗    ║
║   ██║   ██║██╔══██╗██╔════╝██╔══██╗██╔════╝██╔══██╗██╔══██╗   ║
║   ██║   ██║███████║███████╗██████╔╝█████╗  ██████╔╝███████║   ║
║   ╚██╗ ██╔╝██╔══██║╚════██║██╔═══╝ ██╔══╝  ██╔══██╗██╔══██║   ║
║    ╚████╔╝ ██║  ██║███████║██║     ███████╗██║  ██║██║  ██║   ║
║     ╚═══╝  ╚═╝  ╚═╝╚══════╝╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝   ║
║                                                               ║
║              AI-Powered Product Management                    ║
║                                                               ║
╚═══════════════════════════════════════════════════════════════╝

Transform your ideas into production-ready specs with AI

npm version License: MIT

What is VasperaPM?

VasperaPM is an MCP (Model Context Protocol) server that brings AI-powered product management tools directly into Claude Code. Generate PRDs, API specs, test cases, and sync with your favorite PM tools - all from your IDE.

Key Features

  • Generate PRDs - Create comprehensive Product Requirements Documents from context
  • Infer from Code - Analyze existing codebases to generate documentation
  • Generate Code - Turn PRDs into implementation code
  • API Specs - Auto-generate OpenAPI/Swagger specifications
  • Test Cases - Create detailed test plans and acceptance criteria
  • PM Tool Sync - Export to Jira, Linear, and GitHub

Quick Start

1. Install

npm install -g @vasperacapital/vaspera-mcp-server

2. Set Up

vasperapm install

This will:

  • Configure Claude Code to use VasperaPM
  • Set up your API key (optional for test mode)
  • Show you the available tools

3. Restart Claude Code

After installation, restart VSCode or Claude Code to load the MCP server.

4. Start Using

In Claude Code, try:

  • "Generate a PRD for a user authentication system"
  • "Analyze this codebase and create a PRD"
  • "Generate test cases for this feature"

Commands

CommandDescription
vasperapm installConfigure VasperaPM with Claude Code
vasperapm connectSet up your API key and integrations
vasperapm statusCheck your current configuration
vasperapm serveStart the MCP server (used by Claude Code)
vasperapm helpShow help message

Available Tools

Once installed, these tools are available in Claude Code:

PRD Tools

ToolDescription
generate_prdGenerate a PRD from description and context
infer_prd_from_codeAnalyze code to generate a PRD
generate_code_from_prdGenerate implementation from PRD
expand_prd_sectionExpand a specific section of a PRD
validate_prdValidate PRD completeness and quality

Integration Tools

ToolDescription
sync_jiraExport PRD to Jira epics and stories
sync_linearExport PRD to Linear projects
sync_githubCreate GitHub issues from PRD

Specification Tools

ToolDescription
generate_api_specGenerate OpenAPI specification
generate_test_casesCreate test plans and cases
generate_user_storiesCreate user stories from PRD

Utility Tools

ToolDescription
list_templatesList available PRD templates
get_templateGet a specific template
estimate_effortEstimate implementation effort

API Key

Free Tier (Test Mode)

Run vasperapm install without an API key to use test mode. This provides:

  • 5 API calls per month
  • Basic tool access
  • Local storage only

Production Mode

Get your API key at vasperapm.com/dashboard for:

  • Higher rate limits
  • Full tool access
  • Cloud sync
  • Jira/Linear/GitHub integrations

Configuration

VasperaPM stores configuration in:

  • ~/.vasperapm/config.json - Your API key and settings
  • ~/.claude/claude_desktop_config.json - Claude Code integration

Integrations

Connect your PM tools at vasperapm.com/dashboard/integrations:

  • Jira - Sync PRDs to epics and stories
  • Linear - Export tasks to Linear projects
  • GitHub - Create issues and track progress

Requirements

  • Node.js 20+
  • Claude Code (VSCode extension or CLI)

Support

License

MIT License - see LICENSE for details.

Made with by @rcolkitt

Keywords

mcp

FAQs

Package last updated on 15 Jan 2026

Related posts