Directory submission prep tool — paste a product URL, get every directory's fields ready to submit. MCP server at /mcp.
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"
]
}
}
}
Run in terminal:
claude mcp add blastoff npx -y tinybuild/blastoff
Add to .cursor/mcp.json:
{
"mcpServers": {
"blastoff": {
"command": "npx",
"args": [
"-y",
"tinybuild/blastoff"
]
}
}
}