MCP server
SEC Filing MCP Server for EDGAR Data
Connect a remote MCP client to live SEC Event Intelligence tools. Start with no-key demo and subscription-info tool calls, then add a buyer-controlled API key for production SEC filing watchlists, company lookup, insider filing metadata, and filing summaries.
{
"remoteServer": "https://api.data-apis.com/mcp",
"transport": "streamable-http",
"publicSetupTools": [
"sec_demo_latest_filings",
"sec_subscription_info"
],
"productionTools": [
"sec_watchlist_changes",
"sec_company_search",
"sec_filing_summary"
],
"auth": "x-api-key or Authorization: Bearer for production tools",
"clientConfig": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-client-config.json"
}
First no-key MCP checks
Confirm the remote server before sending credentials. The demo call returns a small public SEC filing sample, and the subscription-info call returns pricing, checkout, documentation, and hosted MCP access links.
initializeConfirm protocol metadata and tool capability.tools/listConfirm SEC filing tools are visible before production auth.sec_demo_latest_filingsRun a no-key public sample response throughtools/call.sec_subscription_infoReturn pricing, REST checkout, hosted MCP access, and configuration links.
Client setup path
Use the hosted MCP endpoint in a Streamable HTTP-capable client or gateway. Production SEC data tools are read-only and require a buyer-controlled API key in request headers.
Remote URLUse https://api.data-apis.com/mcp as the Streamable HTTP MCP endpoint.Public setupRun initialize, tools/list, sec_demo_latest_filings, and sec_subscription_info before production auth.Production authSend a Data APIs key as x-api-key or Authorization: Bearer for data-returning SEC tools.
When this MCP server fits
The server is designed for filing-monitoring workflows that need normalized public SEC EDGAR metadata without operating a separate ingestion pipeline.
FitMCP clients that need live public SEC filing metadataFitAgent workflows that should verify tools before sending credentialsFitTeams comparing hosted MCP access with REST marketplace checkout
Production SEC filing tools
After setup checks, authenticated MCP tool calls use the same SEC Event Intelligence data layer as the REST API. Buyers can choose hosted MCP direct access for client tool calls or RapidAPI for REST snippets and marketplace billing.
sec_watchlist_changesPoll grouped ticker watchlists for newly observed filings.sec_company_searchResolve public companies by ticker, CIK, or company name.sec_company_filingsFetch issuer filing history and source filing links.sec_filing_summaryRetrieve one normalized filing record by accession number.sec_insider_tradesReview public Forms 3, 4, and 5 metadata by ticker.