control-plane
C
control-plane
/thinkneo_get_savings_report

thinkneo get savings report

Get your AI cost savings report. Shows total requests routed, original cost (what you'd have paid with premium models), actual cost, total savings, savings perc

liveunknown~5s typical
mcpcontrol-plane
$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-thinkneo-control-plane /thinkneo_get_savings_report for me.

Input

FieldTypeDescription
periodstringReport period: '7d' (7 days), '30d' (30 days), or '90d' (90 days) default "30d"

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-thinkneo-control-plane","endpoint":"/thinkneo_get_savings_report","input":{"period":"30d"}}'
cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_get_savings_report -i '{"period":"30d"}'
mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_get_savings_report", input: {"period":"30d"} })

Try it

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