Skip to content
Cursor

toolstem sec mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install toolstem sec mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "toolstem-sec-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "<SEC_USER_AGENT_CONTACT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

toolstem sec mcp server in other clients