Skip to content
VS Code

toolstem sec mcp server for VS Code

io.github.toolstem/toolstem-sec-mcp-server

SEC filing MCP for AI agents — insider signals, 13F flow, material events. Pre-computed.

client:VS Code transport:stdio runtime:npm

Install toolstem sec mcp server in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "sec-user-agent-contact",
      "description": "SEC_USER_AGENT_CONTACT",
      "password": true
    }
  ],
  "servers": {
    "toolstem-sec-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "${input:sec-user-agent-contact}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

toolstem sec mcp server in other clients