TensorFeed
T
TensorFeed
/submit_wantlist_item

submit wantlist item

Submit a wantlist entry telling TensorFeed what data you wish was served. Aggregated patterns inform TF's pipeline priorities. Anonymous by default, no PII coll

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 /submit_wantlist_item for me.

Input

FieldTypeDescription
topic*stringShort label for the data category, e.g. "real estate records" or "crypto on-chain treasury
request_typestring (data_source | endpoint | tool | mcp | integration | other)What kind of thing you want. Defaults to "other" if omitted.
description*string1 to 2 sentences explaining the use case. Max 500 chars.
contact_optionalstringOptional contact for follow-up. Leave blank to stay anonymous.

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":"/submit_wantlist_item","input":{"topic":"...","description":"..."}}'
cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /submit_wantlist_item -i '{"topic":"...","description":"..."}'
mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/submit_wantlist_item", input: {"topic":"...","description":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.