
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
@vaaya/mcp
Advanced tools
Vaaya MCP server — pay-per-call agent superpowers: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & sales lead enrichment, code sandboxes, browser automation, email, memory. No API keys.
Stdio MCP server for Vaaya, the agent payment system. Lets an MCP client (Codex CLI, opencode, or any other stdio MCP host) call paid APIs through Vaaya's proxy endpoints on the user's behalf — the agent never sees upstream URLs or API keys.
// mcp.json
{ "mcpServers": { "vaaya": { "command": "npx", "args": ["-y", "@vaaya/mcp"] } } }
On the first tool call the shim opens a browser tab pointed at Vaaya's
OAuth authorize endpoint. After you approve, a refresh token is written to
${env-paths.config}/vaaya/credentials with 0o600 mode and reused across
sessions.
| Env var | Default | Purpose |
|---|---|---|
VAAYA_BACKEND_URL | https://vaaya.ai | Backend origin (override for self-hosting / preview deploys). |
VAAYA_DEBUG | unset | Set to 1 to print the OAuth authorize URL to stderr. |
VAAYA_NON_INTERACTIVE | unset | Set to 1 to suppress the automatic browser open (you still get the URL on stderr). |
vaaya-mcp logout # forget local credentials
vaaya-mcp reauthorize # re-run the OAuth flow (e.g. to add scopes)
consult(intent) — always the first call; describes the goal in plain English and gets back the exact use call(s) to run.use(service, action, params, max_cost_cents) — execute a call consult handed you; bills on success. Long jobs return { async: true, job_id }.result(job_id) — fetch an async job's status/output (poll instead of re-running use).session(session_id, command|code) / close(session_id) — run code in a per-second-billed sandbox; always close when done.logout — same as the CLI command.reauthorize — same as the CLI command.The tool list is proxied from the backend, so new server-side tools appear without a shim upgrade.
Most vendors are pay-per-call on x402 (USDC on Base) or MPP (Stripe SPT
or Tempo chain) — the payment IS the auth. fal is on the REST rail
(Vaaya holds the key). Either way you supply no per-vendor API keys. Highlights:
fal / generate (REST — Nano Banana Pro 2, GPT Image 2, Seedream v4.5, Kling v3, Seedance 2.0)exa / search · contents, parallel / search · extract · taskfirecrawl / scrape · crawl · map · search · extract (MPP / Tempo)modal / sandbox-{create,status,terminate} (MPP / Tempo)browserbase / create_session · …agentmailThe shim ships the agent skill alongside the binary — your client will auto-load
the single skills/vaaya/SKILL.md, which tells the agent to route every
capability gap through consult. There are no per-service files: consult holds
the live catalog, so the skill never has to list services, params, or prices.
When Claude Code is detected, the installer also wires two always-on triggers
(both idempotent, both respect --dry-run):
~/.claude/CLAUDE.md (<!-- vaaya:begin -->
… <!-- vaaya:end --> — content outside the markers is never touched), andSessionStart hook in ~/.claude/settings.json (matcher
startup|clear|compact) that injects a forcing reminder — once per session,
re-injected after /clear and compaction — to consult Vaaya on any capability
gap instead of refusing or working around it.Visit /connected-apps
on Vaaya, find the connection, and click Disconnect. The next time
the agent makes a request, the shim re-enters the OAuth flow.
FAQs
Vaaya MCP server — pay-per-call agent superpowers: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & sales lead enrichment, code sandboxes, browser automation, email, memory. No API keys.
The npm package @vaaya/mcp receives a total of 171 weekly downloads. As such, @vaaya/mcp popularity was classified as not popular.
We found that @vaaya/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.