← Back to tools
V

Vaaya

11 endpointslive

Pay-per-call agent superpowers: media/video gen, product demos, research, GTM, scraping, compute. (MCP server ai.vaaya/mcp, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Vaaya.
EndpointWhat it doesPriceHealth
Test Vaaya Connection
/vaaya_test_connection
Round-trip ping that confirms the agent → Vaaya connection and whether the user is linked. Returns { ok:true, userId, scope, version, server_time, first_call } $0.0020 per callunknown
Get Onboarding Instructions
/vaaya_onboard
Public onboarding hint for an agent whose user isn't linked to Vaaya yet. Returns where the human should go to connect (and sign up if new). Call this when vaay$0.0020 per callunknown
Show Connected Account & Balance
/vaaya_account
Show which Vaaya account this connection is linked to and its money state. Returns { email, name, user_id, connected_client, scopes, balance_cents, credit_line,$0.0020 per callunknown
Disconnect / Switch Vaaya Account
/vaaya_logout
Disconnect this client from the current Vaaya account: revokes this connection's authorization server-side, so every later call fails with 401 until the user re$0.0020 per callunknown
Read Vaaya Deep Reference
/docs
Vaaya's deep reference, FREE and instant. Pass `topic` to get the full playbook for a capability area — exact services, actions, params, prices, model lists, an$0.0020 per callunknown
Consult Vaaya — Plan Any Capability
/consult
Vaaya's consultant. Describe ANY external capability you or the user might want — generate an image/video, search or scrape the web, run code in a sandbox, send$0.0020 per callunknown
Execute a Paid Service Call
/use
Execute a single external call, and bill on success. Used for any external capability (image/video/audio generation, web search, scraping, email, document parsi$0.0020 per callunknown
Poll an Async Job
/result
Fetch the status + output of an async job started by `use` (e.g. a video render). Pass the `job_id` that `use` returned with `{ async: true }`. Returns `{ statu$0.0020 per callunknown
Run Code in a Sandbox Session
/session
Run a command or code in an open E2B sandbox session (started by `use` with action `create_session`, which returns a `session_id`). Pass `session_id` plus eithe$0.0020 per callunknown
Close a Sandbox Session
/close
Close an E2B sandbox session and stop its billing. Pass the `session_id`. Captures the final metered uptime cost and releases the hold. ALWAYS call this when fi$0.0020 per callunknown
Ask Another LLM
/llm
Ask a DIFFERENT LLM a question and get its answer, billed per token from the Vaaya wallet (model cost + 3%, usually a fraction of a cent). Use it to get a secon$0.0020 per callunknown
Cracked: one key, every tool, your agent picks