Back to MCP Servers
Shareseer
MCP to Access SEC filings, financials & insider trading data in real time using [ShareSeer](https://shareseer.com)
finance-fintech
By shareseer
Installation
npx -y shareseer-mcp-serverConfiguration
{
"mcpServers": {
"shareseer-mcp-server": {
"command": "npx",
"args": ["-y", "shareseer-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes