PluginBench
MCP Server

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

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

What is the io.github.toolstem/toolstem-sec-mcp-server MCP server?

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

How to install io.github.toolstem/toolstem-sec-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SEC_USER_AGENT_CONTACT

    Contact email embedded in the SEC EDGAR User-Agent (required by SEC fair-access policy). Defaults to admin@toolstem.com.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toolstem-sec-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "<YOUR_SEC_USER_AGENT_CONTACT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "toolstem-sec-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "<YOUR_SEC_USER_AGENT_CONTACT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "toolstem-sec-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "<YOUR_SEC_USER_AGENT_CONTACT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "toolstem-sec-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "toolstem-sec-mcp-server"
      ],
      "env": {
        "SEC_USER_AGENT_CONTACT": "<YOUR_SEC_USER_AGENT_CONTACT>"
      }
    }
  }
}
Claude Code
claude mcp add toolstem-sec-mcp-server --env SEC_USER_AGENT_CONTACT=<YOUR_SEC_USER_AGENT_CONTACT> -- npx -y toolstem-sec-mcp-server

Related MCP servers

Financial intelligence MCP for AI agents — DCF, ratios, comparisons. Pre-computed signals.

View repository →