Verify API for VS Code
io.github.mgdsn/verify-api-mcp
Evidence-backed verification for citations, packages, repos, cases, filings, drugs, x402 sellers.
client:VS Code
transport:stdio
runtime:pypi
Install Verify API in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "verify-api-key",
"description": "VERIFY_API_KEY",
"password": true
}
],
"servers": {
"verify-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"verify-api-mcp"
],
"env": {
"VERIFY_API_KEY": "${input:verify-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