boothcheck
B
boothcheck
/compare_priced_in

Compare what two prices assume

Side-by-side of what two US stock prices are each betting on: implied growth and duration (plus any held margin input) from a reverse-DCF inversion of each pric

liveverifiedunknown~5s typical
mcpprobedboothcheck
$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-boothcheck-boothcheck /compare_priced_in for me.

Input

FieldTypeDescription
tickerA*stringFirst US ticker, e.g. AMD
tickerB*stringSecond US ticker, e.g. NVDA

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-boothcheck-boothcheck","endpoint":"/compare_priced_in","input":{"tickerA":"...","tickerB":"..."}}'
cli
npx cracked-ai run -p mcp-com-boothcheck-boothcheck -e /compare_priced_in -i '{"tickerA":"...","tickerB":"..."}'
mcp
run_tool({ provider: "mcp-com-boothcheck-boothcheck", endpoint: "/compare_priced_in", input: {"tickerA":"...","tickerB":"..."} })

Try it

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