← dropwatchhq.com
INDIVIDUAL MCP TOOL
whats_new_since
Return SEC filings that are NEW since a cursor token (your bookmark).
LIVE ENDPOINT
https://filings.dropwatchhq.com/mcp
Connect to this endpoint to inspect the live schema for whats_new_since and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sec-intel]
url = "https://filings.dropwatchhq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sec-intel": {
"type": "http",
"url": "https://filings.dropwatchhq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sec-intel
Remote MCP URL: https://filings.dropwatchhq.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sec-intel": {
"url": "https://filings.dropwatchhq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sec-intel": {
"type": "http",
"url": "https://filings.dropwatchhq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sec-intel",
"transport": "streamable-http",
"url": "https://filings.dropwatchhq.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
filing_digest— Digest for a filter over the last N days: material 8-K events, insider (Form 4) activity, new registrations, and periodic reports.company_watch— Given a company CIK, return recent filings, insider activity, and a filing-velocity stat (last-90 vs prior-90 days).insider_activity— Recent Form 4/3/5 insider transactions with insider-cluster detection (multiple insiders filing on the same issuer).search_filings— Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range.