mcp zoop for VS Code
io.github.codespar/mcp-zoop
MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers
client:VS Code
transport:stdio
runtime:npm
Install mcp zoop in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "zoop-api-key",
"description": "ZOOP_API_KEY",
"password": true
}
],
"servers": {
"mcp-zoop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-zoop"
],
"env": {
"ZOOP_API_KEY": "${input:zoop-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs