Vaaya

Vaaya

Give your AI agent a prepaid card to pay per call for hundreds of paid services β€” no per-vendor signups or API keys.

Category
Visit Server

README

<p align="center"> <img src="https://vaaya.ai/icon.png" width="96" height="96" alt="Vaaya" /> </p>

Vaaya MCP β€” paid superpowers for any agent

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.

What your agent can do through Vaaya

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
πŸ“§ Email AgentMail inboxes your agent owns β€” send and receive replies
🧠 Memory Persistent cross-session memory via mem0, Zep, or Letta

Install

One command (recommended)

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).

Remote (Streamable HTTP + OAuth)

<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=vaaya&config=eyJ1cmwiOiJodHRwczovL3ZhYXlhLmFpL21jcCJ9"><img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add Vaaya to Cursor" height="32" /></a>

{ "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.

npm stdio shim (for stdio-only clients: opencode, …)

{ "mcpServers": { "vaaya": { "command": "npx", "args": ["-y", "@vaaya/mcp"] } } }

The shim (@vaaya/mcp) opens the OAuth flow on first call, stores a refresh token locally (0o600), and proxies the live tool list from the backend β€” new server-side tools appear without a shim upgrade. It also ships an agent skill so your client routes every capability gap through consult automatically.

Agent skill (works across 70+ agents)

npx skills add vaaya-ai/vaaya-mcp

Installs the vaaya skill for Claude Code, Codex, Cursor, Gemini CLI, Copilot, and any other client that supports the open Agent Skills standard. The skill bootstraps the Vaaya MCP server if it's missing and keeps the install updated.

As a plugin

  • Claude Code: /plugin marketplace add vaaya-ai/vaaya-mcp then /plugin install vaaya@vaaya β€” bundles the remote MCP server, the vaaya skill, and the SessionStart reminder hook
  • Codex: codex plugin marketplace add vaaya-ai/vaaya-mcp then install vaaya from the Plugins panel
  • Gemini CLI: gemini extensions install https://github.com/vaaya-ai/vaaya-mcp

How it works

  1. consult(intent) β€” describe any goal in plain English ("generate a hero video", "find 50 heads of RevOps with verified emails", "watch my competitor's pricing page"). It converses, clarifies, and returns the exact call(s) to run.
  2. use(service, action, params, max_cost_cents) β€” execute the call. Billed on success; max_cost_cents is a hard spend ceiling. Long jobs return { async: true, job_id } β€” poll with result(job_id).
  3. session / close β€” per-second-billed code sandbox sessions.

Plus a full GTM suite (gtm_leads_find, gtm_lead_enrich, gtm_signal_create, gtm_segments, gtm_message, gtm_replies, …) and scheduled monitoring workers (worker_create, worker_findings, …) β€” the tool list is proxied live from the backend.

Example prompts

  • "Generate a hero video for our landing page in 16:9."
  • "Record my product and turn it into a narrated demo video."
  • "Find 50 heads of RevOps at Series-B SaaS companies with verified emails."
  • "Watch my competitor's pricing page and tell me when it changes."
  • "Do deep research on the agentic payments market with cited sources."
  • "Scrape these 200 product pages into structured JSON."
  • "Run this benchmark in a GPU sandbox."

CLI

The vaaya-cli CLI manages everything from the terminal:

npx vaaya-cli install        # set up the MCP server for every detected agent
npx vaaya-cli status         # connection state + live tool count
npx vaaya-cli consult "..."  # ask Vaaya how it would do something (returns the plan)
npx vaaya-cli reauthorize    # re-run the browser auth flow
npx vaaya-cli logout         # disconnect & delete local credentials

Security & billing

  • Your agent never sees vendor API keys or upstream URLs β€” Vaaya proxies every call server-side.
  • OAuth 2.1 (PKCE, dynamic client registration); anonymous tools/list for discovery; revocable grants.
  • Pay-per-call on x402 (USDC on Base), Stripe MPP/SPT, or Tempo. Failed calls are never charged. Every call carries a max_cost_cents guard.

Links

  • Website & docs: https://vaaya.ai
  • Agent-readable docs (llms.txt): https://vaaya.ai/llms.txt Β· full tool reference: https://vaaya.ai/llms-full.txt
  • npm: https://www.npmjs.com/package/@vaaya/mcp Β· https://www.npmjs.com/package/vaaya-cli
  • Support: support@vaaya.ai

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured