Skip to main content
Glama
golfgolfgolf200

@warppay402/warppay402-mcp-tools

@warppay402/warppay402-mcp-tools

従量課金制のAIツールで、Base Mainnet上のx402 USDCマイクロペイメントで収益化されています。Webスクレイピング、Baseアナリティクス、PDFテキスト抽出を含みます。

概要

このスキルは、Base Mainnet上のx402 USDCマイクロペイメントを利用した、収益化されたAPI開発者ツールへのシームレスなアクセスを提供します。自律型AIエージェントは、@warppay402/sdkを使用して、スクレイピング、ブロックチェーン分析、ドキュメント解析のエンドポイントを直接呼び出すことができます。

Related MCP server: agentsvc-mcp

利用可能なツールと料金

Webスクレイパー&Markdown抽出: Web URLから生のHTMLとMarkdownコンテンツを抽出します(Base Mainnetで$0.01 USDC)。 エンドポイント: POST https://api.warppay402.com/api/v1/tools/web-scraper ボディ: { "url": "https://example.com" } Baseウォレット分析: Base上のトランザクション履歴とウォレットメトリクスを照会します(Base Mainnetで$0.02 USDC)。 エンドポイント: POST https://api.warppay402.com/api/v1/tools/base-analytics ボディ: { "address": "0x556c77792642E8ff95eC930FFb8D46a76579126E" } PDFテキスト抽出: ホストされた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

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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