HACKATHON 2026Competing in the Prava Agentic Commerce Hackathon 2026Read Docs
Official Developer Documentation

LaunchOps Technical Documentation

Complete architectural reference, MCP tool schemas, Prava payment rail specifications, case studies, and judge defense matrices.

1. Getting Started5-Min Setup

What is LaunchOps & Quickstart

LaunchOps is a B2B Micro-SaaS Procurement Engine and Autonomous Developer Teammate. It pairs Model Context Protocol (MCP) tool orchestration with Prava Virtual Visa Cards to eliminate manual administrative and infrastructure setup chores.

MOAT: THE COMMERCIAL PROCUREMENT RAIL

MCP provides tool control after an account exists, but MCP cannot complete a checkout, answer 3DS challenges, or enter a credit card. LaunchOps bridges MCP (Tool Control) with Prava Virtual Visa Cards (Commerce Rail) to complete the last mile of AI autonomy.

Step 1: Clone Repository & Install Dependencies

git clone https://github.com/piyushagarwal-55/launchops-hackathon && cd launchops-hackathon
npm install

Step 2: Connect LaunchOps to Your Coding Assistant

OpenCode and Cursor auto-detect LaunchOps from .mcp.json and opencode.json. For manual configuration in Claude Desktop or Cursor:

{
  "mcpServers": {
    "launchops": {
      "command": "npx",
      "args": ["tsx", "bin/mcp-server.ts"],
      "env": {
        "PRAVA_SECRET_KEY": "YOUR_PRAVA_SECRET_KEY_HERE",
        "PRAVA_CUSTOMER_ID": "your_user_id",
        "PRAVA_CUSTOMER_EMAIL": "me@example.com"
      }
    }
  }
}
LaunchOps V2.0 Ground-Truth AuditedSee How It Works