T
TensorFeed
/check_agent_reputation
check agent reputation
Look up an agent's public reputation card from the TensorFeed Agent Reputation Bureau. Takes a wallet (0x + 40 hex) OR a token_prefix (first 16 chars of a tf_li
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 /check_agent_reputation for me.
Input
| Field | Type | Description |
|---|---|---|
| wallet | string | EIP-55 or lowercased EOA wallet address (0x + 40 hex). Mutually exclusive with token_prefi |
| token_prefix | string | First 16 chars of a tf_live_ bearer token (e.g. "tf_live_18e54f47"). Mutually exclusive wi |
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":"/check_agent_reputation","input":{}}'cli
npx cracked-ai run -p mcp-ai-tensorfeed-mcp-server -e /check_agent_reputation -i '{}'mcp
run_tool({ provider: "mcp-ai-tensorfeed-mcp-server", endpoint: "/check_agent_reputation", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.