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개 이상 통화, 매시간 업데이트) |
| $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 | 티커 심볼 → 가격, P/E 비율, 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 결제에 서명합니다.
서비스가 실행되고 결과를 반환합니다.
결제는 **호출당 원자적(atomic)**으로 이루어지며, 호출이 성공할 때만 비용이 청구됩니다. 지갑에는 Base 메인넷의 USDC가 필요합니다.
Base에서 USDC 얻기:
Ethereum에서 브리지: bridge.base.org
Coinbase에서 구매 → Base로 출금
Uniswap/Aerodrome (Base)에서 스왑
비용 예시
사용량 | 일일 비용 |
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