G
graviti
/report_conversion
Report an attributed conversion (demo stub)
Appends one attributed-transaction event to a log — the demo stub of the pay-on-real-acquisition loop. It moves no money, calls no external service, and never d
liveverifiedunknown~5s typical
mcpprobedgraviti
$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-thesingulariti-graviti /report_conversion for me.
Input
| Field | Type | Description |
|---|---|---|
| brand_id* | string | |
| conversation_id* | string | Opaque id for the agent conversation that led to purchase |
| agent_platform* | string | e.g. 'claude', 'chatgpt', 'perplexity' |
| order_value_usd* | number | |
| gvt | string | Optional: the gvt token from the attributed_url of the originating recommendation (gvt1.<s |
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-thesingulariti-graviti","endpoint":"/report_conversion","input":{"brand_id":"...","conversation_id":"...","agent_platform":"...","order_value_usd":1}}'cli
npx cracked-ai run -p mcp-ai-thesingulariti-graviti -e /report_conversion -i '{"brand_id":"...","conversation_id":"...","agent_platform":"...","order_value_usd":1}'mcp
run_tool({ provider: "mcp-ai-thesingulariti-graviti", endpoint: "/report_conversion", input: {"brand_id":"...","conversation_id":"...","agent_platform":"...","order_value_usd":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.