@warppay402/warppay402-mcp-tools
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., "@@warppay402/warppay402-mcp-toolsScrape https://example.com and give me the content"
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.
@warppay402/warppay402-mcp-tools
Pay-per-use AI tools monetized via x402 USDC micropayments on Base Mainnet and Solana Mainnet-Beta. This plugin exposes web scraping, browser rendering, analytics, PDF parsing, contract verification, and signed data feeds for autonomous AI agents.
Overview
This skill gives AI agents direct access to monetized developer endpoints powered by @warppay402/sdk. The plugin is designed for OpenClaw-compatible agent environments and supports micropayments without subscription-based API keys.
Base URL:
https://api.warppay402.comProtocol: x402 micropayments
Accepted assets: USDC on Base (
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) and USDC on Solana (EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v)
Related MCP server: Santos Automation
Available Tools & Pricing
1. Public Attestation Data Feed
Price: $0.001 USDC
Endpoint:
GET https://api.warppay402.com/public_data_feed/{filename}Description: Returns signed attestation JSON payloads and public oracle data feeds.
2. Pre-Scraped Intelligence Feeds
Price: $0.05 USDC
Endpoint:
GET https://api.warppay402.com/api/v1/feeds/{feedId}Description: Fetches cached live intelligence reports such as market trends and Base yield data.
3. Web Scraper & Markdown Extractor
Price: $0.01 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/web-scraperPayload:
{ "url": "https://example.com" }Description: Pulls public webpage content and normalizes it into AI-friendly Markdown.
4. JavaScript Headless Browser Scraper
Price: $0.05 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/browser-scraperPayload:
{ "url": "https://example.com" }Description: Renders client-side JavaScript content through distributed browser workers.
5. Base Wallet & Token Analytics
Price: $0.02 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/base-analyticsPayload:
{ "address": "0x556c77792642e8ff95ec930ffb8d46a76579126e" }Description: Queries Base Mainnet balance, nonce, and transaction metrics for an address.
6. PDF Document Extractor
Price: $0.05 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/pdf-extractorPayload:
{ "pdfUrl": "https://example.com/document.pdf" }Description: Downloads and extracts readable text from hosted PDF files.
7. Full-Page Render & Screenshot
Price: $0.10 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/render-screenshotPayload:
{ "url": "https://example.com" }Description: Produces rendered full-page screenshot output for visual inspection.
8. Structured JSON Schema Extractor
Price: $0.15 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/extract-jsonPayload:
{ "url": "https://example.com", "schema": {} }Description: Extracts structured data that matches a target schema from a webpage.
9. Base Smart Contract Verifier
Price: $0.35 USDC
Endpoint:
POST https://api.warppay402.com/api/v1/tools/smart-contract-verifierPayload:
{ "address": "0x456CdEC6ccf1FE853563a0fBa2BA72DE9266aD0E" }Description: Checks Basescan verification status, compiler settings, ABI metadata, and proxy implementations.
Discovery Endpoints
A2A Agent Manifest:
GET https://api.warppay402.com/.well-known/agent.jsonMCP Manifest:
GET https://api.warppay402.com/.well-known/mcp.jsonOpenAPI Specification:
GET https://api.warppay402.com/openapi.jsonLLMs Text Interface:
GET https://api.warppay402.com/llms.txt
Installation
openclaw plugins install clawhub:@warppay402/warppay402-mcp-toolsEnvironment Setup
Set your private key in your environment or .env file:
CUSTOMER_PRIVATE_KEY=0xYourPrivateKeyHereIf your environment uses a different variable name, the SDK wrapper also accepts WALLETPK.
Usage Example
import { WarpPayClient } from "@warppay402/sdk";
export async function executeMcpTool(endpoint, payload) {
const privateKey = process.env.CUSTOMER_PRIVATE_KEY || process.env.WALLETPK;
if (!privateKey) {
console.error("Error: CUSTOMER_PRIVATE_KEY or WALLETPK required.");
process.exit(1);
}
const client = new WarpPayClient({ privateKey });
try {
const result = await client.request(endpoint, payload);
return result;
} catch (err) {
console.error("x402 Execution Error:", err?.message || err);
throw err;
}
}Specifications
Network: Base Mainnet (chain ID 8453) and Solana Mainnet-Beta
SDK Dependency:
@warppay402/sdk(^1.0.4)Plugin Version:
1.1.0Plugin Type: OpenClaw plugin
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Pay-per-call (x402/USDC-Base) web + crypto data tools for AI agents: audit, extract, crypto, DeFi.
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
161x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
Related MCP Servers
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1-- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to call 45 micro-priced utility tools via x402 micropayments on Base, covering search, screenshots, OCR, PDFs, WHOIS, geo-IP, and more without API keys.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to directly access SEO/SERP data, SMS verification, and social marketing tools, with per-call payment via x402 (USDC on Base).MIT
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/golfgolfgolf200/warppay-mcp-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server