toolstem-sec-mcp-server
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 vars
SEC_USER_AGENT_CONTACTClaude Code
claude mcp add --env SEC_USER_AGENT_CONTACT= toolstem-sec-mcp-server -- npx toolstem-sec-mcp-server
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.