@warppay402/warppay402-mcp-tools
Enables AI agents to use pay-per-use web scraping, Base blockchain analytics, and PDF text extraction tools, monetized via x402 USDC micropayments.
README
@warppay402/warppay402-mcp-tools
Pay-per-use AI tools monetized via x402 USDC micropayments on Base Mainnet. Includes web scraping, Base analytics, and PDF text extraction.
Overview
This skill provides seamless access to monetized API developer tools powered by x402 USDC micropayments on Base Mainnet. Autonomous AI agents can invoke scraping, blockchain analytics, and document parsing endpoints directly using @warppay402/sdk.
Available Tools & Pricing
Web Scraper & Markdown Extractor: Extract raw HTML and Markdown content from web URLs ($0.01 USDC on Base Mainnet).
Endpoint: POST https://api.warppay402.com/api/v1/tools/web-scraper
Body: { "url": "https://example.com" }
Base Wallet Analytics: Query transaction history and wallet metrics on Base ($0.02 USDC on Base Mainnet).
Endpoint: POST https://api.warppay402.com/api/v1/tools/base-analytics
Body: { "address": "0x556c77792642E8ff95eC930FFb8D46a76579126E" }
PDF Text Extractor: Parse and extract plain text from hosted PDF documents ($0.05 USDC on Base Mainnet).
Endpoint: POST https://api.warppay402.com/api/v1/tools/pdf-extractor
Body: { "pdfUrl": "https://example.com/document.pdf" }
Discovery Endpoints
OpenAPI Spec: https://api.warppay402.com/openapi.json
MCP Manifest: https://api.warppay402.com/.well-known/mcp.json
Installation
openclaw plugins install clawhub:@warppay402/warppay402-mcp-tools
Environment Setup
Configure your agent private key in your .env file:
CUSTOMER_PRIVATE_KEY=0xYourPrivateKeyHere
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);
}
}
Specifications
- Network: Base Mainnet (chain ID 8453)
- SDK Dependency:
@warppay402/sdk(^1.0.4) - Version:
1.0.1
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.