KontragentPro for VS Code
io.github.kontragentpro/kontragentpro-mcp
Russian company data by INN: registry, financials, bankruptcy, inspections, sanctions
client:VS Code
transport:stdio
runtime:pypi
Install KontragentPro in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "kontragentpro-api-key",
"description": "KONTRAGENTPRO_API_KEY",
"password": true
}
],
"servers": {
"kontragentpro-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kontragentpro-mcp"
],
"env": {
"KONTRAGENTPRO_API_KEY": "${input:kontragentpro-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