mcpserver.lol
registry/vaaya-ai-mcp
Connection check verified live · 20h ago

vaaya-ai-mcp

Pay-per-call agent superpowers: media/video gen, product demos, research, GTM, scraping, compute.

Tools 11
GitHub stars 42
Installs / wk 461
Licence MIT
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

11 tools

Read from the running server on 20h ago.

close session_id*
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 finished with a sessio…
consult read-only intent*
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/receive email, enri…
docs read-only topic*
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, and gotchas — the same…
llm modelprompt*systemmax_tokens
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 second opinion from a riv…
result read-only job_id*
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 `{ status, result?, progress…
session codecommandlanguagesession_id*
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 either `command` (a shell…
use action*intentparams*service*max_cost_cents*
Execute a single external call, and bill on success. Used for any external capability (image/video/audio generation, web search, scraping, email, document parsing, code sandbox, br…
vaaya_account read-only
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, available_cents, cr…
vaaya_logout can modify data
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 reconnects. Call it wh…
vaaya_onboard read-only
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 vaaya_test_connection re…
vaaya_test_connection read-only
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 } when linked — SHOW `…