npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@vasperacapital/vaspera-mcp-server

v0.2.1

Published

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

Readme

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

| Command | Description | |---------|-------------| | vasperapm install | Configure VasperaPM with Claude Code | | vasperapm connect | Set up your API key and integrations | | vasperapm status | Check your current configuration | | vasperapm serve | Start the MCP server (used by Claude Code) | | vasperapm help | Show help message |


Available Tools

Once installed, these tools are available in Claude Code:

PRD Tools

| Tool | Description | |------|-------------| | generate_prd | Generate a PRD from description and context | | infer_prd_from_code | Analyze code to generate a PRD | | generate_code_from_prd | Generate implementation from PRD | | expand_prd_section | Expand a specific section of a PRD | | validate_prd | Validate PRD completeness and quality |

Integration Tools

| Tool | Description | |------|-------------| | sync_jira | Export PRD to Jira epics and stories | | sync_linear | Export PRD to Linear projects | | sync_github | Create GitHub issues from PRD |

Specification Tools

| Tool | Description | |------|-------------| | generate_api_spec | Generate OpenAPI specification | | generate_test_cases | Create test plans and cases | | generate_user_stories | Create user stories from PRD |

Utility Tools

| Tool | Description | |------|-------------| | list_templates | List available PRD templates | | get_template | Get a specific template | | estimate_effort | Estimate 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.