reversesandbox-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reversesandbox-mcpPay 0.002 USD to 0xabc123 for web search results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reversesandbox-mcp
MCP server for ReverseSandbox — pay for x402 services without managing crypto wallets.
ReverseSandbox lets AI agents pay for x402 pay-per-use API services (web search, scraping, screenshots) using a simple API key and USD balance. No wallets, no tokens, no bridging — just fund your account and your agent can pay for any x402-enabled service automatically.
Quick Start
Get an API key at reversesandbox.com/dashboard
Add funds to your account balance
Configure the MCP in your AI client (see below)
Related MCP server: HTTPayer MCP
Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"reversesandbox": {
"command": "npx",
"args": ["-y", "@reverse_sandbox/mcp"],
"env": {
"RS_API_KEY": "your-api-key-here"
}
}
}
}Claude Code
claude mcp add reversesandbox -- npx -y @reverse_sandbox/mcpThen set your API key as an environment variable:
export RS_API_KEY="your-api-key-here"OpenClaw
{
"mcpServers": {
"reversesandbox": {
"command": "npx",
"args": ["-y", "@reverse_sandbox/mcp"],
"env": {
"RS_API_KEY": "your-api-key-here"
}
}
}
}Available Tools
pay
Sign an x402 payment to access a pay-per-use API service. Call this when you receive a 402 Payment Required response. Returns a payment header to include in your retry request.
Parameters:
to(string, required) — Recipient address (0x-prefixed Ethereum address from the 402 response)amount(string, required) — Payment amount in USD (e.g. "0.002", from the 402 response)network(string, optional, default: "base") — Network name (base, polygon, arbitrum)
get_balance
Check your remaining ReverseSandbox balance.
get_usage
View recent payment history showing services used, amounts paid, and timestamps.
Parameters:
limit(number, optional, default: 20) — Number of records to return
Example Workflow
Here's how an agent uses ReverseSandbox to pay for an x402-protected search service:
Agent makes a request to an x402-enabled search API:
GET https://api.example.com/search?q=latest+AI+newsService returns 402 Payment Required with payment details:
{ "payTo": "0xabc...123", "maxAmountRequired": "0.002", "network": "base" }Agent calls the
paytool with the details from the 402 response:{ "to": "0xabc...123", "amount": "0.002", "network": "base" }Tool returns a payment header:
Payment signed successfully. Cost: $0.002 Remaining balance: $9.998 To complete your request, retry it with this header: X-PAYMENT: eyJhbGciOi...Agent retries the request with the payment header:
GET https://api.example.com/search?q=latest+AI+news X-PAYMENT: eyJhbGciOi...Service validates payment and returns results.
Pricing
Service | Cost per request |
Web Search | $0.002 |
Web Scrape | $0.005 |
Screenshot | $0.002 |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your API key |
| No |
| API base URL |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI agents to access paid content by integrating cryptocurrency payments through the x402 protocol, allowing LLMs to verify payments and retrieve paid resources automatically.1
- AlicenseAqualityDmaintenanceEnables AI agents to call x402-gated APIs using a central credit balance, abstracting away blockchain complexity and payment proofs. It provides tools to fetch data from payment-required endpoints, check usage balances, and simulate transaction costs.6452Inno Setup
- AlicenseAqualityDmaintenanceEnables AI agents to access paid tools like crypto prices, weather, translation, and web intelligence via per-request USDC payments on Base, with no API keys or subscriptions.1523MIT

Pylon MCP Serverofficial
Flicense-qualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodos-vibe/reversesandbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server