← Back to browse

toolstem-sec-mcp-server

Indexed by io.github.toolstem

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSEC_USER_AGENT_CONTACT
Claude Code
claude mcp add --env SEC_USER_AGENT_CONTACT= toolstem-sec-mcp-server -- npx toolstem-sec-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"toolstem-sec-mcp-server","command":"npx","args":["toolstem-sec-mcp-server"],"env":{"SEC_USER_AGENT_CONTACT":""}}'
JSON
{
  "mcpServers": {
    "toolstem-sec-mcp-server": {
      "command": "npx",
      "args": [
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.