C
capabilities
/company_us_resolve
Resolve a US company name to its SEC CIK and ticker
Turn a company-name fragment or stock ticker into the SEC EDGAR identifiers. Use when: Which SEC filer and CIK does the company name "Apple" belong to? Not for:
liveunknown~5s typical
mcpcapabilities
$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-eckari-capabilities /company_us_resolve for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Ticker symbol (e.g. AAPL) or company-name fragment (e.g. Apple). Matching is case-insensit |
| limit | integer | Maximum number of ranked matches to return. Ranking is applied before the limit; page.tota default 10 |
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-eckari-capabilities","endpoint":"/company_us_resolve","input":{"q":"...","limit":10}}'cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /company_us_resolve -i '{"q":"...","limit":10}'mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/company_us_resolve", input: {"q":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.