SE
SEC Event Intelligence
/sec_company_search
SEC company search
Search the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools. Authentication
liveverifiedunknown~5s typical
mcpprobedseceventintelligence
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-data-apis-api-sec-event-intelligence /sec_company_search for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | integer | default 25 |
| q* | string | Ticker, CIK, or company-name search term. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-data-apis-api-sec-event-intelligence","endpoint":"/sec_company_search","input":{"limit":25,"q":"..."}}'cli
npx cracked-ai run -p mcp-com-data-apis-api-sec-event-intelligence -e /sec_company_search -i '{"limit":25,"q":"..."}'mcp
run_tool({ provider: "mcp-com-data-apis-api-sec-event-intelligence", endpoint: "/sec_company_search", input: {"limit":25,"q":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.