professionals for VS Code
es.ofixio/professionals
Find skilled tradespeople in Spain — fontaneros, electricistas, pintores, cerrajeros.
client:VS Code
transport:stdio
runtime:npm
Install professionals in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "ofixio-url",
"description": "OFIXIO_URL",
"password": true
}
],
"servers": {
"professionals": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ofixio-mcp"
],
"env": {
"OFIXIO_URL": "${input:ofixio-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs