T
TensorFeed
/lookup_sec_company_ticker
lookup sec company ticker
Resolve a stock ticker symbol (e.g. AAPL, MSFT, NVDA) or numeric CIK to the canonical SEC entity record. Returns ticker, CIK, company name, and exchange. Pair w
liveverifiedunknown~5s typical
mcpprobedtensorfeed
$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-ai-tensorfeed-mcp-server /lookup_sec_company_ticker for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker_or_cik* | string | Ticker symbol (case-insensitive) or numeric CIK |
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-ai-tensorfeed-mcp-server","endpoint":"/lookup_sec_company_ticker","input":{"ticker_or_cik":"..."}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /lookup_sec_company_ticker -i '{"ticker_or_cik":"..."}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/lookup_sec_company_ticker", input: {"ticker_or_cik":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.