commentlettercheck for VS Code
com.edgethirteen.www/commentlettercheck
Look up whether a US ticker has SEC comment-letter correspondence on file.
client:VS Code
transport:streamable-http
Install commentlettercheck in VS Code
.vscode/mcp.json
{
"servers": {
"commentlettercheck": {
"type": "http",
"url": "https://www.edgethirteen.com/api/mcp/commentlettercheck"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs