Every Number Links to the Source Filing
Every data point returned by ETSquare includes a direct SEC.gov URL to the original filing. Revenue figures, insider trades, institutional positions, operating KPIs — click through to verify any number against the sworn disclosure on EDGAR. No intermediary. No paraphrase.
Filing-Level Provenance
Search results, financial statements, earnings, KPIs, insider trades, and institutional holdings all return sec_url — a direct link to the filing on SEC.gov.
Certified Disclosures
SEC filings are signed under penalty of law by corporate officers. Every data point traces to a legal document, not a model output or third-party estimate.
One-Click Verification
See a number that matters? Click the SEC.gov link. You're reading the same 10-K the CFO signed. Trust builds in seconds, not days.
Example Response
{
"ticker": "JPM",
"net_interest_margin": 2.63,
"extraction_id": "4DD8...",
"sec_url": "https://www.sec.gov/Archives/edgar/data/19617/000001961726000157/jpm-20251231.htm"
}Claude MCP Integration
The fastest way to use ETSquare. Connect directly to Claude Desktop, Claude Code, or any MCP-compatible client. MCP uses deterministic cited retrieval only; it does not request LLM synthesis from the backend.
Get an API key
Create a developer key from the API Keys page.
Add to your config
Copy the JSON below into your Claude Desktop or Claude Code MCP config file.
Ask Claude
"Search SEC filings for going concern warnings" — Claude will use the tools automatically.
// Add to your Claude Desktop config:
// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
// ── macOS / Linux ──
{
"mcpServers": {
"etsquare-sec": {
"command": "npx",
"args": ["-y", "@etsquare/mcp-server-sec"],
"env": {
"ETSQUARE_API_KEY": "YOUR_API_KEY"
},
"timeout": 600
}
}
}
// ── Windows ──
{
"mcpServers": {
"etsquare-sec": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@etsquare/mcp-server-sec"],
"env": {
"ETSQUARE_API_KEY": "YOUR_API_KEY"
},
"timeout": 600
}
}
}Available Tools
etsquare_searchSearch SEC filings for cited passages across 10-K, 10-Q, 8-K. Every result includes sec_url linking directly to the filing on SEC.gov.
etsquare_financial_statementsCanonical income statement, balance sheet, and cash flow from XBRL data. Each period links to its source 10-K or 10-Q on SEC.gov.
etsquare_insider_tradesInsider buying and selling from SEC Form 4. Every transaction links to the original Form 4 filing on EDGAR.
etsquare_institutional_holdingsInstitutional ownership from 13F filings. Each holder links to the manager's 13F filing on SEC.gov for verification.
etsquare_earnings_actualsIssuer-reported revenue, EPS, net income, and forward guidance from 8-K press releases. Each metric links to the source 8-K filing.
etsquare_discover_metricsDiscover XBRL metrics template IDs from a business question. 752 templates across all sectors.
etsquare_execute_metricsExecute XBRL templates for structured financial data. Returns numbers, ratios, time series — each row links to the source filing.
etsquare_lookup_companyResolve company name to ticker, CIK, and SIC code. Fuzzy matching supported.
etsquare_resolve_ticker_cohortResolve natural-language cohort questions into ranked PRIMARY/ADJACENT tickers and return WHO/WHAT grounding, `recommended_search_payload`, and refinement signals (`ungrounded_query_spans`, `refinement_needed`).
etsquare_get_chunkRetrieve full text of a specific filing section by chunk ID. Includes sec_url to the source filing for verification.
etsquare_get_chunk_contextGet surrounding sections for a chunk with sec_url — see what comes before and after a cited passage.
etsquare_compareCompare companies side-by-side on financial metrics, filing language, or KPIs. All citations link to source filings.
etsquare_query_kpisScreen and compare non-GAAP operating KPIs across 15+ sectors. Every row includes sec_url — verify any metric against the source 10-K/10-Q.
etsquare_kpi_extractionsGet full KPI detail for a ticker with sec_url and source_chunk_ids. Trace any extracted number to the exact filing paragraph on SEC.gov.
etsquare_weekly_briefCurated weekly intelligence brief with top stories, sector themes, and notable filings. Every entry links to the source filing.
etsquare_company_researchFull research packet for one company: financials, earnings, MD&A, risk factors, insider trades, institutional holders, and KPIs — all with SEC.gov provenance in a single call.
ETSquare API is in public preview. All endpoints are free during beta with rate limits applied. Pricing will be announced based on usage patterns.
Authentication
Pass your key via the X-API-Key header. API v1 endpoints require a key.
X-API-Key: et_dev_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxx
et_pub_...Client-side apps with domain restrictions. Read-only search access.
60 req/min
et_dev_...Server-side and MCP integrations. Full API access including XBRL.
600 req/min
API Reference
Base URL: https://etsquare.ai. All request/response bodies are JSON. API v1 search and MCP return deterministic cited retrieval only; backend synthesis is forced off on those paths.
Code Examples
Copy-paste examples to start searching in minutes.
// Add to your Claude Desktop config:
// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
// ── macOS / Linux ──
{
"mcpServers": {
"etsquare-sec": {
"command": "npx",
"args": ["-y", "@etsquare/mcp-server-sec"],
"env": {
"ETSQUARE_API_KEY": "YOUR_API_KEY"
},
"timeout": 600
}
}
}
// ── Windows ──
{
"mcpServers": {
"etsquare-sec": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@etsquare/mcp-server-sec"],
"env": {
"ETSQUARE_API_KEY": "YOUR_API_KEY"
},
"timeout": 600
}
}
}Recommended Workflows
Combine cohort grounding, search, and structured endpoints for comprehensive SEC research.
Cohort Refinement Loop
POST /api/v1/cohort/resolveStart with a natural-language question. Use response_mode="compact" for a caller-facing payload.
ungrounded_query_spansIf refinement_needed=true, add boost_topic_terms / boost_anchor_terms and re-run until the WHO/WHAT terms match intent.
recommended_search_payloadPass the returned payload to /api/v1/search with scope_lock=COMPANY for high-precision cited retrieval.
Filing Research
POST /api/v1/searchUse mode_lock and scope_lock for deterministic retrieval. Returns cited filing passages with accession numbers.
POST /api/v1/financialsGet canonical income statement, balance sheet, or cash flow to accompany the qualitative findings.
POST /api/v1/insider/transactionsSee if management is buying or selling around the filing date. Strengthens or weakens the thesis.
Earnings Analysis
POST /api/v1/earnings/actualsRevenue, EPS, net income, and forward guidance extracted from 8-K press releases. Faster than XBRL by 2-3 weeks.
POST /api/v1/metrics/executeRun XBRL templates for detailed line items, ratios, and multi-period trends once 10-Q/10-K is filed.
POST /api/v1/institutional/holdingsSee which institutional managers hold the stock and their portfolio concentration.
Operating KPI Analysis
POST /api/v1/kpis/queryCompare non-GAAP operating KPIs across tickers. "Show me all banks where NIM > 3%" or "SaaS companies by ARR". 15+ sectors, 950+ extractions.
POST /api/v1/kpisRetrieve full KPI payload + source_chunk_ids for any ticker. The provenance bridge from numbers to filing text.
POST /api/v1/chunks/contextFetch the exact MD&A paragraph where the KPI was reported. Verify any number in seconds.
XBRL Metrics Discovery
POST /api/v1/metrics/discoverFind XBRL template IDs from a business question. 1,514 templates across revenue, margins, EPS, sector KPIs.
POST /api/v1/metrics/executeRun the template with bind_params (ticker, year range) to get structured tabular data.
GET /api/v1/companies/lookupFuzzy-match company names to official SEC tickers and SIC codes before querying.