T
TensorFeed
/get_sec_submissions
get sec submissions
Get entity metadata + recent filings for one company by CIK. Accepts canonical zero-padded CIK ("0000320193"), bare numeric ("320193"), or "CIK0000320193" prefi
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 /get_sec_submissions for me.
Input
| Field | Type | Description |
|---|---|---|
| cik* | string | CIK in any zero-padding form, or CIK-prefixed |
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":"/get_sec_submissions","input":{"cik":"..."}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /get_sec_submissions -i '{"cik":"..."}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/get_sec_submissions", input: {"cik":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.