subscriptions for VS Code
io.github.theluckystrike/subscriptions
Recurring subscriptions billing: schedule once, auto-generate due invoice PDFs.
client:VS Code
transport:streamable-http
runtime:mcpb
tools:14
Install subscriptions in VS Code
.vscode/mcp.json
{
"servers": {
"subscriptions": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/subscriptions"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs