mcp
M
mcp
/staking_calculator

staking calculator

Interactive staking reward estimator. Provide a network and stake amount to receive estimated annual and monthly rewards based on current APY. Works only with n

liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-everstake-mcp /staking_calculator for me.

Input

FieldTypeDescription
network*stringThe blockchain network to stake on, e.g. Ethereum, Solana, etc.
currency*stringThe ticker symbol of the cryptocurrency to stake, e.g. ETH, SOL, etc.
amount*numberThe amount of cryptocurrency to stake.

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-com-everstake-mcp","endpoint":"/staking_calculator","input":{"network":"...","currency":"...","amount":1}}'
cli
npx cracked-ai run -p mcp-com-everstake-mcp -e /staking_calculator -i '{"network":"...","currency":"...","amount":1}'
mcp
run_tool({ provider: "mcp-com-everstake-mcp", endpoint: "/staking_calculator", input: {"network":"...","currency":"...","amount":1} })

Try it

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