Data APIs SEC Event Intelligence API
Server Details
Data APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 41 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 11 tools
Each tool targets a distinct aspect of SEC data: company search, profile, filings, events, changes, insider trades, demonstration, subscription info, and watchlist. There is no overlap in purpose.
All tools follow a consistent 'sec_' prefix with snake_case descriptive names (e.g., sec_company_search, sec_latest_filings). Naming pattern is uniform and predictable.
11 tools is well-scoped for an SEC data API, covering search, retrieval of company profiles, various filing endpoints, insider trades, and subscription management. Neither too few nor too many.
The tool set covers core CRUD-like operations for SEC filings and events, including search, profile, listing, changes, and watchlists. Minor gap: no tool for filing content extraction or company financials, but the scope is clearly defined and sufficient for event intelligence.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
sec_demo_latest_filings2 fields changed- added
Output schema / properties / meta / properties / recommendedEvaluationPathAdded value: +{ + "items": { + "type": "object" + }, + "type": "array" +} - changed
Output schema / properties / meta / requiredPrevious value: -[ - "count", - "sampleOnly", - "requiresSubscriptionForFullData", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "subscriptionInfoTool", - "firstCallRunnerUrl", - "demoToolCallUrl", - "subscriptionInfoToolCallUrl", - "recommendedNextStep", - "publicNoKeyToolCalls" -]New value: +[ + "count", + "sampleOnly", + "requiresSubscriptionForFullData", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "subscriptionInfoTool", + "firstCallRunnerUrl", + "demoToolCallUrl", + "subscriptionInfoToolCallUrl", + "recommendedNextStep", + "recommendedEvaluationPath", + "publicNoKeyToolCalls" +]
- Changed
sec_subscription_info3 fields changed- added
Output schema / properties / recommendedEvaluationPathAdded value: +{ + "description": "Ordered no-key evaluation, REST checkout, and hosted MCP production access route metadata.", + "items": { + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / recommendedRestFirstCallPathAdded value: +{ + "description": "Ordered RapidAPI REST subscription, playground, server-side runner, and production workflow metadata.", + "items": { + "type": "object" + }, + "type": "array" +} - changed
Output schema / requiredPrevious value: -[ - "product", - "status", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "pricingPageUrl", - "mcpConfigUrl", - "firstCallRunnerUrl", - "demoToolCallUrl", - "subscriptionInfoToolCallUrl", - "demoTool", - "entryPlan", - "accessRoutes", - "buyerPath", - "recommendedNextSteps", - "publicNoKeyToolCalls", - "plans", - "notInvestmentAdvice" -]New value: +[ + "product", + "status", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "pricingPageUrl", + "mcpConfigUrl", + "firstCallRunnerUrl", + "demoToolCallUrl", + "subscriptionInfoToolCallUrl", + "demoTool", + "entryPlan", + "accessRoutes", + "buyerPath", + "recommendedNextSteps", + "recommendedEvaluationPath", + "recommendedRestFirstCallPath", + "publicNoKeyToolCalls", + "plans", + "notInvestmentAdvice" +]
2 tool updates
- Changed
sec_demo_latest_filings4 fields changed- added
Output schema / properties / meta / properties / demoToolCallUrlAdded value: +{ + "format": "uri", + "type": "string" +} - added
Output schema / properties / meta / properties / firstCallRunnerUrlAdded value: +{ + "format": "uri", + "type": "string" +} - added
Output schema / properties / meta / properties / subscriptionInfoToolCallUrlAdded value: +{ + "format": "uri", + "type": "string" +} - changed
Output schema / properties / meta / requiredPrevious value: -[ - "count", - "sampleOnly", - "requiresSubscriptionForFullData", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "subscriptionInfoTool", - "recommendedNextStep", - "publicNoKeyToolCalls" -]New value: +[ + "count", + "sampleOnly", + "requiresSubscriptionForFullData", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "subscriptionInfoTool", + "firstCallRunnerUrl", + "demoToolCallUrl", + "subscriptionInfoToolCallUrl", + "recommendedNextStep", + "publicNoKeyToolCalls" +]
- Changed
sec_subscription_info4 fields changed- added
Output schema / properties / demoToolCallUrlAdded value: +{ + "format": "uri", + "type": "string" +} - added
Output schema / properties / firstCallRunnerUrlAdded value: +{ + "format": "uri", + "type": "string" +} - added
Output schema / properties / subscriptionInfoToolCallUrlAdded value: +{ + "format": "uri", + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "product", - "status", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "pricingPageUrl", - "mcpConfigUrl", - "demoTool", - "entryPlan", - "accessRoutes", - "buyerPath", - "recommendedNextSteps", - "publicNoKeyToolCalls", - "plans", - "notInvestmentAdvice" -]New value: +[ + "product", + "status", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "pricingPageUrl", + "mcpConfigUrl", + "firstCallRunnerUrl", + "demoToolCallUrl", + "subscriptionInfoToolCallUrl", + "demoTool", + "entryPlan", + "accessRoutes", + "buyerPath", + "recommendedNextSteps", + "publicNoKeyToolCalls", + "plans", + "notInvestmentAdvice" +]
2 tool updates
- Changed
sec_demo_latest_filings2 fields changed- added
Output schema / properties / meta / properties / publicNoKeyToolCallsAdded value: +{ + "items": { + "type": "object" + }, + "type": "array" +} - changed
Output schema / properties / meta / requiredPrevious value: -[ - "count", - "sampleOnly", - "requiresSubscriptionForFullData", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "subscriptionInfoTool", - "recommendedNextStep" -]New value: +[ + "count", + "sampleOnly", + "requiresSubscriptionForFullData", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "subscriptionInfoTool", + "recommendedNextStep", + "publicNoKeyToolCalls" +]
- Changed
sec_subscription_info3 fields changed- added
Output schema / properties / publicNoKeyToolCallsAdded value: +{ + "items": { + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / securityControlsAdded value: +{ + "items": { + "type": "object" + }, + "type": "array" +} - changed
Output schema / requiredPrevious value: -[ - "product", - "status", - "rapidapiRestSubscribeUrl", - "hostedMcpAccessRequestUrl", - "pricingPageUrl", - "mcpConfigUrl", - "demoTool", - "entryPlan", - "accessRoutes", - "buyerPath", - "recommendedNextSteps", - "plans", - "notInvestmentAdvice" -]New value: +[ + "product", + "status", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "pricingPageUrl", + "mcpConfigUrl", + "demoTool", + "entryPlan", + "accessRoutes", + "buyerPath", + "recommendedNextSteps", + "publicNoKeyToolCalls", + "plans", + "notInvestmentAdvice" +]
2 tool updates
- Changed
sec_demo_latest_filings1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "data": { + "description": "Small public SEC filing sample for no-key response-shape verification.", + "items": { + "type": "object" + }, + "type": "array" + }, + "meta": { + "additionalProperties": true, + "properties": { + "count": { + "type": "integer" + }, + "hostedMcpAccessRequestUrl": { + "format": "uri", + "type": "string" + }, + "rapidapiRestSubscribeUrl": { + "format": "uri", + "type": "string" + }, + "recommendedNextStep": { + "type": "string" + }, + "requiresSubscriptionForFullData": { + "const": true, + "type": "boolean" + }, + "sampleOnly": { + "const": true, + "type": "boolean" + }, + "subscriptionInfoTool": { + "const": "sec_subscription_info", + "type": "string" + } + }, + "required": [ + "count", + "sampleOnly", + "requiresSubscriptionForFullData", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "subscriptionInfoTool", + "recommendedNextStep" + ], + "type": "object" + } + }, + "required": [ + "data", + "meta" + ], + "type": "object" +}
- Changed
sec_subscription_info1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "accessRoutes": { + "items": { + "type": "object" + }, + "type": "array" + }, + "buyerPath": { + "items": { + "type": "string" + }, + "type": "array" + }, + "demoTool": { + "const": "sec_demo_latest_filings", + "type": "string" + }, + "entryPlan": { + "additionalProperties": true, + "properties": { + "bestFor": { + "type": "string" + }, + "name": { + "type": "string" + }, + "priceMonthlyUsd": { + "type": "integer" + } + }, + "required": [ + "name", + "priceMonthlyUsd", + "bestFor" + ], + "type": "object" + }, + "hostedMcpAccessRequestUrl": { + "description": "Tracked hosted MCP direct-access request URL.", + "format": "uri", + "type": "string" + }, + "mcpConfigUrl": { + "format": "uri", + "type": "string" + }, + "notInvestmentAdvice": { + "const": true, + "type": "boolean" + }, + "plans": { + "items": { + "type": "object" + }, + "type": "array" + }, + "pricingPageUrl": { + "format": "uri", + "type": "string" + }, + "product": { + "type": "string" + }, + "rapidapiRestSubscribeUrl": { + "description": "Tracked RapidAPI REST checkout handoff URL.", + "format": "uri", + "type": "string" + }, + "recommendedNextSteps": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "const": "active", + "type": "string" + } + }, + "required": [ + "product", + "status", + "rapidapiRestSubscribeUrl", + "hostedMcpAccessRequestUrl", + "pricingPageUrl", + "mcpConfigUrl", + "demoTool", + "entryPlan", + "accessRoutes", + "buyerPath", + "recommendedNextSteps", + "plans", + "notInvestmentAdvice" + ], + "type": "object" +}
1 tool update
- Added
sec_subscription_info
1 tool update
- Added
sec_demo_latest_filings
6 tool updates
- Changed
sec_company_events2 fields changed- added
Input schema / properties / limit / descriptionAdded value: +"Maximum normalized company events to return." - added
Input schema / properties / ticker / descriptionAdded value: +"Ticker symbol or 10-digit CIK for one issuer."
- Changed
sec_company_filings3 fields changed- added
Input schema / properties / form / descriptionAdded value: +"Optional SEC form filter, for example 8-K or 10-Q." - added
Input schema / properties / limit / descriptionAdded value: +"Maximum company filings to return." - added
Input schema / properties / ticker / descriptionAdded value: +"Ticker symbol or 10-digit CIK for one issuer."
- Changed
sec_filing_changes2 fields changed- added
Input schema / properties / eventType / descriptionAdded value: +"Optional normalized event category filter." - added
Input schema / properties / limit / descriptionAdded value: +"Maximum changed filings to return."
- Changed
sec_insider_trades2 fields changed- added
Input schema / properties / limit / descriptionAdded value: +"Maximum insider filing records to return." - added
Input schema / properties / ticker / descriptionAdded value: +"Optional ticker symbol or 10-digit CIK."
- Changed
sec_latest_filings1 field changed- added
Input schema / properties / limit / descriptionAdded value: +"Maximum newest filings to return."
- Changed
sec_watchlist_changes3 fields changed- added
Input schema / properties / eventType / descriptionAdded value: +"Optional normalized event category filter." - added
Input schema / properties / form / descriptionAdded value: +"Optional SEC form filter applied to every ticker." - added
Input schema / properties / limit / descriptionAdded value: +"Maximum changed filings per ticker bucket."
9 tool updates
- First observed
sec_company_events - First observed
sec_company_filings - First observed
sec_company_profile - First observed
sec_company_search - First observed
sec_filing_changes - First observed
sec_filing_summary - First observed
sec_insider_trades - First observed
sec_latest_filings - First observed
sec_watchlist_changes
Related MCP Connectors
SEC MCP — SEC EDGAR public APIs (free, no auth)
EDGAR MCP — SEC EDGAR public APIs (free, no auth)
Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.
SEC/XBRL issuer intelligence for crypto public companies via MCP, OpenAPI, x402, and MPP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides structured US SEC/EDGAR filing data, including filings index, XBRL-derived earnings, and Form 4 insider transactions, as clean JSON via MCP. Supports x402 payments (USDC on Base) and Stripe subscription for access.MIT
- AlicenseAqualityBmaintenanceAn MCP server that wraps SEC EDGAR APIs to provide company financial data, screening metrics, and disclosure signals for investment diligence, with every figure traced to its source filing.8MIT
- FlicenseAqualityBmaintenanceEnables AI clients to retrieve SEC company profiles, filing listings, and structured XBRL financial statements via MCP tools.13-
- AlicenseNot gradedqualityCmaintenanceProvides live SEC filing events including resolved activist stakes (13D) and typed 8-K, S-1, and merger filings via the EDGAR Events API.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.