blastoff

tinybuild/blastoff
★ 0 stars JavaScript 📁 File System Updated 2d ago
Directory submission prep tool — paste a product URL, get every directory's fields ready to submit. MCP server at /mcp.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blastoff": {
      "command": "npx",
      "args": [
        "-y",
        "tinybuild/blastoff"
      ]
    }
  }
}