agentsvc-mcp
Provides web search capabilities through DuckDuckGo, allowing AI agents to search the web and retrieve factual summaries with links.
Provides web search capabilities through Wikipedia, allowing AI agents to search and retrieve information from Wikipedia as part of web search results.
agentsvc-mcp
agentsvc.io MCP Server — gives AI agents access to 20 pay-per-call utility services via the x402 micropayment protocol. Agents pay automatically in USDC on Base mainnet — no accounts, no API keys, no subscriptions.
What this is
A single MCP server that exposes 20 useful tools to any MCP-compatible AI agent. Each tool call costs $0.001–$0.008 USDC, paid automatically from your agent's wallet.
Related MCP server: @praveen030686/data-apis-mcp
Available Tools (20)
Tool | Cost | What it does |
| $0.001 | IP address → country, city, ISP, ASN, timezone |
| $0.001 | Domain → DNS records (A, AAAA, MX, TXT, CNAME, NS) |
| $0.001 | Text/URL → QR code (base64 PNG) |
| $0.001 | Live forex rates from ECB (30+ currencies, hourly) |
| $0.001 | Email → format + MX + disposable check |
| $0.001 | Domain SSL cert → issuer, expiry, days remaining |
| $0.001 | Phone number → E.164 format, country, line type |
| $0.002 | City/GPS → current weather + 3-day forecast |
| $0.002 | Text → translated text (100+ languages) |
| $0.002 | Domain → registrar, created/expires, nameservers |
| $0.002 | Crypto IDs → live price, market cap, 24h change |
| $0.002 | Ticker symbols → price, P/E ratio, 52w range |
| $0.002 | Address → lat/lon or lat/lon → address |
| $0.003 | Query → factual summary + links (DuckDuckGo + Wikipedia) |
| $0.003 | Query → recent news articles (HackerNews + BBC) |
| $0.004 | PDF (base64) → full text + per-page breakdown |
| $0.005 | URL → PNG screenshot (base64, full JS rendering) |
| $0.006 | URL → clean readable text + title + links |
| $0.008 | URL or HTML → PDF (base64) |
| $0.008 | Image (base64) → extracted text (40+ languages) |
Installation
Requirements
Node.js 18+
npm install viem x402(for payment signing)A wallet private key with USDC on Base mainnet
Claude Desktop
curl -O https://agentsvc.io/mcp-server.mjs
npm install viem x402Add to claude_desktop_config.json:
{
"mcpServers": {
"agentsvc": {
"command": "node",
"args": ["/path/to/mcp-server.mjs"],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}Any MCP-compatible agent
The MCP server auto-discovers all 20 tools from the live catalog at startup. Tools are dynamically loaded — new services appear automatically without updating the server.
How payments work
Each tool call uses the x402 protocol:
Agent calls a tool
Server probes the service (HTTP 402 response with payment requirements)
MCP server signs USDC payment on Base mainnet using your private key
Service executes and returns result
Payments are atomic per call — you only pay when a call succeeds. The wallet needs USDC on Base mainnet.
Get USDC on Base:
Bridge from Ethereum: bridge.base.org
Buy on Coinbase → withdraw to Base
Swap on Uniswap/Aerodrome (Base)
Cost examples
Usage | Daily cost |
100 calls/day (avg $0.003) | $0.30 |
1,000 calls/day | $3.00 |
10,000 calls/day | $30.00 |
REST API
All tools are also available as a direct REST API without MCP:
# 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/docsEndpoints:
GET /api/v1/services— full catalog with schemas + pricesGET /api/openapi.json— OpenAPI 3.1 specGET /.well-known/agent-services.json— machine-readable manifest
Links
Live: agentsvc.io
MCP Server download: agentsvc.io/mcp-server.mjs
Service catalog: agentsvc.io/api/v1/services
OpenAPI spec: agentsvc.io/api/openapi.json
Agent manifest: agentsvc.io/.well-known/agent-services.json
Docs: agentsvc.io/docs
Payment details
Protocol: x402 exact scheme
Network: Base mainnet (chain ID: 8453)
Currency: USDC
USDC contract:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Atomic units: 1 USDC = 1,000,000 units
License
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
- AlicenseAqualityCmaintenanceProvides 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.Last updated1211MIT
- 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.Last updated2211MIT
- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.Last updated1007MIT

Pylon MCP Serverofficial
Flicense-qualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.Last updated1
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