T
TensorFeed
/search_sec_edgar
search sec edgar
Lucene-style full-text search across the entire SEC EDGAR public-filings corpus since the 1990s. Forms include 10-K (annual), 10-Q (quarterly), 8-K (current eve
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 /search_sec_edgar for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Search query (Lucene syntax supported) |
| forms | string | Comma-separated form types (e.g. "10-K,10-Q,8-K") |
| startdt | string | Start date YYYY-MM-DD |
| enddt | string | End date YYYY-MM-DD |
| limit | number | Max hits (1-50) 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-ai-tensorfeed-mcp-server","endpoint":"/search_sec_edgar","input":{"q":"...","limit":10}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /search_sec_edgar -i '{"q":"...","limit":10}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/search_sec_edgar", input: {"q":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.