@warppay402/warppay402-mcp-tools
@warppay402/warppay402-mcp-tools
Base Mainnet에서 x402 USDC 마이크로결제를 통해 수익화되는 사용량 기반 AI 도구입니다. 웹 스크래핑, Base 분석, PDF 텍스트 추출을 포함합니다.
개요
이 스킬은 Base Mainnet에서 x402 USDC 마이크로결제로 구동되는 수익화 API 개발자 도구에 원활하게 액세스할 수 있게 해줍니다. 자율 AI 에이전트는 @warppay402/sdk를 사용하여 스크래핑, 블록체인 분석, 문서 파싱 엔드포인트를 직접 호출할 수 있습니다.
Related MCP server: agentsvc-mcp
사용 가능한 도구 및 가격
Web Scraper & Markdown Extractor: 웹 URL에서 원시 HTML 및 Markdown 콘텐츠를 추출합니다 (Base Mainnet에서 $0.01 USDC).
엔드포인트: POST https://api.warppay402.com/api/v1/tools/web-scraper
본문: { "url": "https://example.com" }
Base Wallet Analytics: Base에서 거래 내역 및 지갑 지표를 조회합니다 (Base Mainnet에서 $0.02 USDC).
엔드포인트: POST https://api.warppay402.com/api/v1/tools/base-analytics
본문: { "address": "0x556c77792642E8ff95eC930FFb8D46a76579126E" }
PDF Text Extractor: 호스팅된 PDF 문서에서 일반 텍스트를 파싱하고 추출합니다 (Base Mainnet에서 $0.05 USDC).
엔드포인트: POST https://api.warppay402.com/api/v1/tools/pdf-extractor
본문: { "pdfUrl": "https://example.com/document.pdf" }
검색 엔드포인트
OpenAPI 스펙: https://api.warppay402.com/openapi.json
MCP 매니페스트: https://api.warppay402.com/.well-known/mcp.json
설치
openclaw plugins install clawhub:@warppay402/warppay402-mcp-tools환경 설정
.env 파일에 에이전트 개인 키를 구성하세요:
CUSTOMER_PRIVATE_KEY=0xYourPrivateKeyHere사용 예시
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);
}
}사양
네트워크: Base Mainnet (체인 ID 8453)
SDK 의존성:
@warppay402/sdk(^1.0.4)버전:
1.0.1
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides pay-per-use tools for AI agents like web screenshots and crypto intelligence using automatic USDC micropayments on the Base network. It simplifies access to premium APIs by handling blockchain transactions automatically when a payment is required.1212MIT
- FlicenseNot gradedqualityFmaintenance20 pay-per-call utility tools for AI agents via x402 USDC micropayments on Base. Screenshots, OCR, PDF, web scraping, weather, forex rates, crypto/stock prices, DNS, geocoding, translation, and more. $0.001–$0.008 per call. No API keys, no signup.1

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
Related MCP Connectors
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 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/golfgolfgolf200/warppay-mcp-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server