agentsvc-mcp
agentsvc-mcp
agentsvc.io MCPサーバー — x402マイクロペイメントプロトコルを介して、AIエージェントが20種類の従量課金制ユーティリティサービスを利用できるようにします。エージェントはBaseメインネット上のUSDCで自動的に支払いを行います。アカウント作成、APIキー、サブスクリプションは不要です。
概要
MCP互換のAIエージェントに対して、20種類の便利なツールを提供する単一のMCPサーバーです。各ツールの呼び出しコストは$0.001〜$0.008 USDCで、エージェントのウォレットから自動的に支払われます。
Related MCP server: @praveen030686/data-apis-mcp
利用可能なツール (20種類)
ツール | コスト | 機能 |
| $0.001 | IPアドレス → 国、都市、ISP、ASN、タイムゾーン |
| $0.001 | ドメイン → DNSレコード (A, AAAA, MX, TXT, CNAME, NS) |
| $0.001 | テキスト/URL → QRコード (base64 PNG) |
| $0.001 | ECBからのライブ為替レート (30以上の通貨、1時間ごと) |
| $0.001 | メールアドレス → 形式 + MX + 使い捨てチェック |
| $0.001 | ドメインSSL証明書 → 発行者、有効期限、残り日数 |
| $0.001 | 電話番号 → E.164形式、国、回線タイプ |
| $0.002 | 都市/GPS → 現在の天気 + 3日間の予報 |
| $0.002 | テキスト → 翻訳済みテキスト (100以上の言語) |
| $0.002 | ドメイン → レジストラ、作成日/有効期限、ネームサーバー |
| $0.002 | 暗号資産ID → ライブ価格、時価総額、24時間変動 |
| $0.002 | ティッカーシンボル → 価格、PER、52週レンジ |
| $0.002 | 住所 → 緯度/経度 または 緯度/経度 → 住所 |
| $0.003 | クエリ → 事実に基づく要約 + リンク (DuckDuckGo + Wikipedia) |
| $0.003 | クエリ → 最近のニュース記事 (HackerNews + BBC) |
| $0.004 | PDF (base64) → 全テキスト + ページごとの内訳 |
| $0.005 | URL → PNGスクリーンショット (base64、完全なJSレンダリング) |
| $0.006 | URL → 読みやすいクリーンなテキスト + タイトル + リンク |
| $0.008 | URLまたはHTML → PDF (base64) |
| $0.008 | 画像 (base64) → 抽出されたテキスト (40以上の言語) |
インストール
要件
Node.js 18以上
npm install viem x402(支払い署名用)Baseメインネット上のUSDCを保有するウォレットの秘密鍵
Claude Desktop
curl -O https://agentsvc.io/mcp-server.mjs
npm install viem x402claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"agentsvc": {
"command": "node",
"args": ["/path/to/mcp-server.mjs"],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}MCP互換エージェント
MCPサーバーは、起動時にライブカタログから20個すべてのツールを自動検出します。ツールは動的に読み込まれるため、サーバーを更新しなくても新しいサービスが自動的に表示されます。
支払いの仕組み
各ツールの呼び出しにはx402プロトコルを使用します:
エージェントがツールを呼び出す
サーバーがサービスをプローブする (支払い要件を含むHTTP 402レスポンス)
MCPサーバーが秘密鍵を使用してBaseメインネット上でUSDC支払いに署名する
サービスが実行され、結果が返される
支払いはコールごとのアトミックな処理であり、呼び出しが成功した場合のみ課金されます。ウォレットにはBaseメインネット上のUSDCが必要です。
BaseでUSDCを入手する方法:
Ethereumからブリッジ: bridge.base.org
Coinbaseで購入 → Baseへ送金
Uniswap/Aerodrome (Base) でスワップ
コスト例
利用状況 | 1日のコスト |
1日100コール (平均$0.003) | $0.30 |
1日1,000コール | $3.00 |
1日10,000コール | $30.00 |
REST API
すべてのツールは、MCPなしの直接的なREST APIとしても利用可能です:
# Step 1: probe (get payment requirements)
curl -X POST https://agentsvc.io/api/v1/proxy/ip-lookup \
-H "Content-Type: application/json" \
-d '{"ip": "8.8.8.8"}'
# → HTTP 402 with accepts[] payment requirements
# Step 2: sign + retry with X-Payment header
# See: https://agentsvc.io/docsエンドポイント:
GET /api/v1/services— スキーマと価格を含む完全なカタログGET /api/openapi.json— OpenAPI 3.1仕様GET /.well-known/agent-services.json— 機械可読なマニフェスト
リンク
ライブ: agentsvc.io
MCPサーバーダウンロード: agentsvc.io/mcp-server.mjs
サービスカタログ: agentsvc.io/api/v1/services
OpenAPI仕様: agentsvc.io/api/openapi.json
エージェントマニフェスト: agentsvc.io/.well-known/agent-services.json
ドキュメント: agentsvc.io/docs
支払い詳細
プロトコル: x402 exact scheme
ネットワーク: Baseメインネット (チェーンID: 8453)
通貨: USDC
USDCコントラクト:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913最小単位: 1 USDC = 1,000,000 単位
ライセンス
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
- 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
- AlicenseAqualityDmaintenance22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.2219MIT
- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.1006MIT

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
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-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
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/jakobautomation/agentsvc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server