This server has been archived and is no longer actively maintained.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vaaya": {
"url": "https://vaaya.ai/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Vaaya is the agent payment system: one MCP server that lets any agent call paid APIs pay-per-call, with no API keys. Instead of wiring up a dozen vendor keys, your agent asks Vaaya's conversational consult tool for anything it can't do, gets back the exact call to run, and executes it with use — billed on success only (x402 USDC on Base, Stripe MPP, or Tempo; the payment is the auth). Failed calls are never charged.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@vaaya/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @vaaya/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
MCP Security Weekly
Get CVE alerts and security updates for ai.vaaya/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Vaaya is the agent payment system: one MCP server that
lets any agent call paid APIs pay-per-call, with no API keys. Instead of
wiring up a dozen vendor keys, your agent asks Vaaya's conversational consult
tool for anything it can't do, gets back the exact call to run, and executes it
with use — billed on success only (x402 USDC on Base, Stripe MPP, or Tempo;
the payment is the auth). Failed calls are never charged.
| Capability | What you get |
|---|---|
| 🎨 Media generation | Images & video with top models — Nano Banana Pro 2, GPT Image 2, Seedream v4.5, Kling v3, Seedance 2.0 — plus TTS voices & music |
| 🎬 Product demo videos | Record a raw, silent screen capture of your live product; Vaaya auto-authors narration + zoom/cut plan and renders a finished narrated demo |
| 🖼️ Website imagery | Derive a site's brand and generate an on-brand image set straight into your repo |
| 🔎 Web search | Exa & Parallel: query search, URL contents, async deep research tasks |
| 🕷️ Web scraping | Firecrawl scrape / crawl / map / search / extract, persisted to files |
| 📚 Deep research | Multi-hop, source-verified, cited research reports |
| 📊 Market & competitive research | Company reports (people, hiring, ads, reviews, SEO/LLM visibility), product & feature catalogs with review sentiment, UX research with interactive product maps, "best X for my data" bake-offs, persistent competitive knowledge repos |
| 🎯 GTM & sales | Find ICP-matched leads with verified contacts, enrich contacts, track buying signals (funding/hiring/launch/press), 24×7 LinkedIn discovery, segment-based outbound email — every draft held for human approval |
| ⏰ Monitoring workers | Scheduled watches (30 min–weekly) over competitor pricing, deals, reviews, job postings, news — only new/changed findings surface |
| 🖥️ Compute sandboxes | Per-second-billed code execution (Modal) for benchmarks, untrusted code, GPU inference, data jobs |
| 🌐 Browser automation | Browserbase sessions to click, type, log in, fill forms |
| AgentMail inboxes your agent owns — send and receive replies | |
| 🧠 Memory | Persistent cross-session memory via mem0, Zep, or Letta |
npx @vaaya/mcp install
(npx vaaya-cli install runs the same installer.)
Sets up the Vaaya MCP server for every agent it detects on your machine — Claude Code, Claude Desktop, Cursor, Codex — plus the agent skill. Idempotent: re-run any time to update. Then restart your agent; the first Vaaya call opens a short browser approval (sign-up happens right there).
{ "mcpServers": { "vaaya": { "url": "https://vaaya.ai/mcp" } } }
Claude Code:
claude mcp add --transport http vaaya https://vaaya.ai/mcp
OpenClaw:
openclaw mcp add vaaya --url https://vaaya.ai/mcp --transport streamable-http --auth oauth
openclaw mcp login vaaya
Hermes (~/.hermes/config.yaml):
mcp_servers:
vaaya:
url: "https://vaaya.ai/mcp"
auth: oauth
On first use your client runs the OAuth flow in the browser; approve and you're connected. Revoke anytime at vaaya.ai/connected-apps.
{ "mcpServers": { "vaaya": { "command": "npx", "args": ["-y", "@vaaya/mcp"] } } }
The shim (@vaaya/mcp) opens the
OAuth flow on first call, stores a refresh token loca