toolpin for VS Code
dev.toolpin/toolpin
Check whether an MCP server answers, what its tools claim, and whether that claim has changed.
client:VS Code
transport:streamable-http
tools:6
Install toolpin in VS Code
.vscode/mcp.json
{
"servers": {
"toolpin": {
"type": "http",
"url": "https://toolpin.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs