T
TensorFeed
/get_verified_hireable_status
get verified hireable status
Look up whether a specific wallet has an active verified-hireable subscription on the TensorFeed Agent Directory. Returns { verified_hireable: bool, verified_hi
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_verified_hireable_status for me.
Input
| Field | Type | Description |
|---|---|---|
| wallet* | string | EIP-55 or lowercased wallet address (0x + 40 hex). |
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_verified_hireable_status","input":{"wallet":"..."}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /get_verified_hireable_status -i '{"wallet":"..."}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/get_verified_hireable_status", input: {"wallet":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.