Vaaya MCP Server

MCP server for AI agent payments. An agent in Cursor, Claude Code, Claude Desktop, Codex, or any MCP host can call paid APIs (search, scraping, contact data, public records, compute, media, research) from one balance, with a spend ceiling it states on every call, and no vendor keys anywhere in its environment. Billed only on success (x402 USDC on Base, Stripe MPP, or Tempo); a refused or failed call costs nothing.

People who work with agent payments, code sandbox and deep research and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 43 · #11 OF 93 MAINTAINED WEB SCRAPING · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Vaaya

Claude Code

claude mcp add vaaya-ai-vaaya-mcp --transport http https://vaaya.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vaaya-ai-vaaya-mcp": {
      "url": "https://vaaya.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://vaaya.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to vaaya.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @vaaya/mcp - the @vaaya scope differs from the repo owner (vaaya-ai); confirm it's the project's official package

registry vendor namespace ai.vaaya - domain-verified with the official MCP registry

03 · What Vaaya can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.1 · 2026-07-04

Skill Setup section now documents precisely what npx -y @vaaya/mcp install does and doesn't do (official npm package, config-file edits only, no piped scripts, no elevation, no secrets; OAuth user-approved and…

v0.3.0 · 2026-07-04

Self-installing agent skill (bootstraps the MCP server via npx -y @vaaya/mcp install), Codex plugin marketplace support, skills.sh grouping, vaaya CLI (npx vaaya-cli install).

04 · Who maintains Vaaya

Vaaya is maintained by vaaya-ai. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
web scraping - ranked #11 of 93 actively-maintained web scraping servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-04)
registry
ai.vaaya/mcp (active, first published 2026-07-03 · 10 versions)
packages
npm:@vaaya/mcp

06 · Vaaya FAQ

What is Vaaya?

MCP server for AI agent payments. An agent in Cursor, Claude Code, Claude Desktop, Codex, or any MCP host can call paid APIs (search, scraping, contact data, public records, compute, media, research) from one balance, with a spend ceiling it states on every call, and no vendor keys anywhere in its environment. Billed only on success (x402 USDC on Base, Stripe MPP, or Tempo); a refused or failed call costs nothing.

Is Vaaya still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Vaaya?

Run `npx -y @vaaya/mcp`. You can also paste the ready-made client config above.

Does Vaaya require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Vaaya