@etsquare/mcp-server-sec 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -485,6 +485,7 @@ server.registerTool('etsquare_search', {
|
|
|
485
485
|
title: 'Search SEC Filings',
|
|
486
486
|
description: 'Search SEC filing text (10-K, 10-Q, 8-K). Returns verbatim excerpts with SEC URL citations.\n\n' +
|
|
487
487
|
'COMPANY + tickers = precision. INDUSTRY + sector = breadth. When precision matters, supply tickers.\n\n' +
|
|
488
|
+
'Predict literal filing text: draft queries using exact MD&A and Risk Factors disclosure phraseology ("revenue attributable to," "material adverse effect on," "growth driven by adoption of"), never casual topic labels or conceptual summaries.\n\n' +
|
|
488
489
|
'For financial statements use etsquare_financial_statements. For metrics use etsquare_discover_metrics.',
|
|
489
490
|
inputSchema: {
|
|
490
491
|
query: z.string().min(3).describe('What to search for in SEC filings (e.g., "customer concentration risk", "Show NVDA revenue trend")'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsquare/mcp-server-sec",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for Claude Desktop: search SEC filing sections, financial statements, insider trades, institutional ownership, earnings actuals, XBRL metrics, and company lookup.",
|
|
6
6
|
"main": "dist/index.js",
|