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.
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 installStep 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"
}
}
}
}