Aluvia
The Aluvia MCP server exposes browser session management, geo-targeting, and account operations as Model Context Protocol tools for AI agents.
@aluvia/mcp
Unblockable browser automation for AI agents.
Stop getting blocked. The Aluvia MCP server exposes browser session management, geo-targeting, and account operations as Model Context Protocol tools for AI agents. Route traffic through premium US mobile carrier IPs and bypass 403s, CAPTCHAs, and WAFs that stop other tools. Works with Claude Desktop, Claude Code, Cursor, VS Code, and any MCP-compatible client.
Table of Contents
- Get an Aluvia API Key
- Quick Start
- Requirements
- Installation
- Client Configuration
- Available Tools
- Use Cases
- Why Aluvia
- Links
- License
Get an Aluvia API Key
You need an API key to run the MCP server. Get one from the Aluvia dashboard:
- Sign up or sign in at dashboard.aluvia.io
- In your account, open the API & SDKs section
- Copy your API key
Use it as an environment variable: export ALUVIA_API_KEY="your-api-key" or add ALUVIA_API_KEY=your-api-key to a .env file (never commit it).
Quick Start
npm install @aluvia/mcp
export ALUVIA_API_KEY="your-api-key"
npx aluvia-mcp
The server runs on stdio (stdin/stdout JSON-RPC) — MCP clients spawn it and communicate over stdio.
Requirements
- Node.js 18+
- Aluvia API key — See Get an Aluvia API Key
- Playwright — Required for session tools (
session_start, etc.); install withnpm install playwright
Installation
npm install @aluvia/mcp
Set your API key in the environment:
export ALUVIA_API_KEY="your-api-key"
Or in a .env file (never commit):
ALUVIA_API_KEY=your-api-key
Client Configuration
Add the config below for your MCP client. Replace your-api-key with your actual key.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"aluvia": {
"command": "npx",
"args": ["-y", "aluvia-mcp"],
"env": {
"ALUVIA_API_KEY": "your-api-key"
}
}
}
}
Claude Code
Add to .claude/settings.json or project MCP config:
{
"mcpServers": {
"aluvia": {
"command": "npx",
"args": ["-y", "aluvia-mcp"],
"env": {
"ALUVIA_API_KEY": "your-api-key"
}
}
}
}
Cursor
- Open Settings → MCP
- Add a new MCP server
- Use:
- Command:
npx - Args:
["-y", "aluvia-mcp"] - Environment variables:
ALUVIA_API_KEY= your key
- Command:
VS Code / Cursor (mcp.json)
For workspace-level config, add .vscode/mcp.json or mcp.json:
{
"mcpServers": {
"aluvia": {
"command": "npx",
"args": ["-y", "aluvia-mcp"],
"env": {
"ALUVIA_API_KEY": "your-api-key"
}
}
}
}
Other MCP Clients
Spawn with command: "npx", args: ["-y", "aluvia-mcp"], and ALUVIA_API_KEY in the process environment. See the MCP Server Guide for a Node.js client example.
Available Tools
All tools return JSON. On success, isError is false. On failure, isError is true and the payload includes an error field.
Session Tools
| Tool | Description |
|---|---|
session_start | Start a browser session with Aluvia smart proxy. Params: url (required), connectionId, headful, browserSession, autoUnblock, disableBlockDetection |
session_close | Close one or all running sessions. Params: browserSession, all |
session_list | List active sessions (PIDs, URLs, CDP URLs, connection IDs) |
session_get | Full session details including block detection state and connection config. Params: browserSession |
session_rotate_ip | Rotate IP for a session (new session ID). Params: browserSession |
session_set_geo | Set or clear geo-targeting (e.g. us, gb, de). Params: geo, clear, browserSession |
session_set_rules | Append or remove proxy routing rules (comma-separated hostnames). Params: rules, remove, browserSession |
Account Tools
| Tool | Description |
|---|---|
account_get | Account info (balance, plan, connection count) |
account_usage | Usage statistics for a date range. Params: start, end (ISO 8601) |
Geo Tools
| Tool | Description |
|---|---|
geos_list | List available geo-targeting countries (e.g. us, gb, de) |
Full parameter and response details: MCP Server Guide — Tool Reference.
Use Cases
| Scenario | Tools Used | Flow |
|---|---|---|
| Scrape a protected site | session_start, session_list | Start with autoUnblock: true; agent receives CDP URL for Playwright/Puppeteer |
| Bypass regional restriction | session_start, session_set_geo | Set geo: "us" to access United States-only content |
| Recover from block | session_rotate_ip, session_set_rules | Rotate IP or add hostname to proxy rules at runtime |
| Monitor usage | account_get, account_usage | Check balance and data consumed |
| Multi-session automation | session_start, session_close, session_list | Name sessions via browserSession, manage multiple browsers |
Example agent prompt: "Open target-site.com. If you get blocked, rotate the IP to a US-based address and try again."
→ Agent calls session_start with autoUnblock: true, then session_set_geo with geo: "us" if needed.
Why Aluvia
- Mobile carrier IPs — Same IPs real users use; sites trust them
- Block detection — Detects 403s, WAF challenges, CAPTCHAs; auto-reloads through Aluvia when blocked
- Smart routing — Proxy only hostnames that block you; everything else goes direct (saves cost and latency)
- Geo-targeting — Target countries (e.g.
us,gb,de) for localized content - Runtime updates — Add rules, rotate IPs, change geo without restarting
Links
| Resource | URL |
|---|---|
| Aluvia Dashboard | dashboard.aluvia.io |
| npm | npmjs.com/package/@aluvia/mcp |
| Full MCP Guide | docs/mcp-server-guide.md |
| Aluvia SDK | @aluvia/sdk — CLI, adapters, and quick start |
| MCP Protocol | modelcontextprotocol.io |
Dependencies
- @aluvia/sdk — CLI handlers and proxy logic. For programmatic use (
AluviaClient,connect()), install the full SDK:npm install @aluvia/sdk.
License
MIT
संबंधित सर्वर
Scout Monitoring MCP
प्रायोजकPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
AI Agent Timeline MCP Server
A timeline tool for AI agents to post their thoughts and progress while working.
Figma MCP Server with Chunking
An MCP server for the Figma API, with chunking and pagination to handle large files.
MCP Chaos Rig
A local MCP server that breaks on demand. Test your client against auth failures, disappearing tools, flaky responses, and token expiry, all from a web UI.
Vibe Coder
An advanced MCP server for semantic routing, code generation, workflows, and AI-assisted development.
Jira Context MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
SeedDream 3.0 FAL
Generate images using Bytedance's SeedDream 3.0 model via the FAL AI platform. Requires a FAL AI API key.
Remote MCP Server on Cloudflare
A customizable remote MCP server for deployment on Cloudflare Workers, operating without authentication.
ContextKeeper
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
Replicate FLUX.1 Kontext [Max]
Image generation and editing using the FLUX.1 Kontext [Max] model via the Replicate API, featuring advanced text rendering and contextual understanding.
FDEP MCP Server
A static code analysis server for enterprise-scale Haskell codebases, providing over 40 comprehensive analysis tools.