V
Vaaya
/use
Execute a Paid Service Call
Execute a single external call, and bill on success. Used for any external capability (image/video/audio generation, web search, scraping, email, document parsi
liveunknown~5s typical
mcpvaaya
$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-vaaya-mcp /use for me.
Input
| Field | Type | Description |
|---|---|---|
| service* | string | Service identifier, taken verbatim from the call `consult` returned. |
| action* | string | Action within the service (e.g. "search", "generate", "create_session"), taken from the ca |
| params* | object | Parameters from the call `consult` returned, validated against the service's registered sc |
| max_cost_cents* | number | Hard ceiling in cents on what you will be charged. `use` refuses if the registry price exc |
| intent | string | Optional: the one-line `why` from the consult call you're running (or the user's goal for |
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-vaaya-mcp","endpoint":"/use","input":{"service":"...","action":"...","params":{},"max_cost_cents":1}}'cli
npx cracked-ai run -p mcp-ai-vaaya-mcp -e /use -i '{"service":"...","action":"...","params":{},"max_cost_cents":1}'mcp
run_tool({ provider: "mcp-ai-vaaya-mcp", endpoint: "/use", input: {"service":"...","action":"...","params":{},"max_cost_cents":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.