agentsvc-mcp
agentsvc-mcp
agentsvc.io MCP-Server — bietet KI-Agenten Zugriff auf 20 Pay-per-Call-Utility-Dienste über das x402-Mikrozahlungsprotokoll. Agenten zahlen automatisch in USDC im Base-Mainnet — keine Konten, keine API-Schlüssel, keine Abonnements.
Was ist das?
Ein einzelner MCP-Server, der 20 nützliche Tools für jeden MCP-kompatiblen KI-Agenten bereitstellt. Jeder Tool-Aufruf kostet $0,001–$0,008 USDC, die automatisch von der Wallet Ihres Agenten bezahlt werden.
Related MCP server: @praveen030686/data-apis-mcp
Verfügbare Tools (20)
Tool | Kosten | Funktion |
| $0,001 | IP-Adresse → Land, Stadt, ISP, ASN, Zeitzone |
| $0,001 | Domain → DNS-Einträge (A, AAAA, MX, TXT, CNAME, NS) |
| $0,001 | Text/URL → QR-Code (base64 PNG) |
| $0,001 | Live-Devisenkurse der EZB (30+ Währungen, stündlich) |
| $0,001 | E-Mail → Format + MX + Prüfung auf Wegwerf-Adressen |
| $0,001 | Domain SSL-Zertifikat → Aussteller, Ablaufdatum, verbleibende Tage |
| $0,001 | Telefonnummer → E.164-Format, Land, Leitungstyp |
| $0,002 | Stadt/GPS → aktuelles Wetter + 3-Tage-Vorhersage |
| $0,002 | Text → übersetzter Text (100+ Sprachen) |
| $0,002 | Domain → Registrar, Erstellungs-/Ablaufdatum, Nameserver |
| $0,002 | Krypto-IDs → Live-Preis, Marktkapitalisierung, 24h-Änderung |
| $0,002 | Tickersymbole → Preis, KGV, 52-Wochen-Spanne |
| $0,002 | Adresse → Breitengrad/Längengrad oder Breitengrad/Längengrad → Adresse |
| $0,003 | Suchanfrage → sachliche Zusammenfassung + Links (DuckDuckGo + Wikipedia) |
| $0,003 | Suchanfrage → aktuelle Nachrichtenartikel (HackerNews + BBC) |
| $0,004 | PDF (base64) → Volltext + Aufschlüsselung pro Seite |
| $0,005 | URL → PNG-Screenshot (base64, vollständiges JS-Rendering) |
| $0,006 | URL → sauberer lesbarer Text + Titel + Links |
| $0,008 | URL oder HTML → PDF (base64) |
| $0,008 | Bild (base64) → extrahierter Text (40+ Sprachen) |
Installation
Voraussetzungen
Node.js 18+
npm install viem x402(für die Zahlungssignierung)Ein Wallet-Private-Key mit USDC im Base-Mainnet
Claude Desktop
curl -O https://agentsvc.io/mcp-server.mjs
npm install viem x402Fügen Sie dies zur claude_desktop_config.json hinzu:
{
"mcpServers": {
"agentsvc": {
"command": "node",
"args": ["/path/to/mcp-server.mjs"],
"env": {
"X402_PRIVATE_KEY": "0x..."
}
}
}
}Jeder MCP-kompatible Agent
Der MCP-Server erkennt beim Start automatisch alle 20 Tools aus dem Live-Katalog. Tools werden dynamisch geladen — neue Dienste erscheinen automatisch, ohne dass der Server aktualisiert werden muss.
Wie Zahlungen funktionieren
Jeder Tool-Aufruf nutzt das x402-Protokoll:
Der Agent ruft ein Tool auf
Der Server prüft den Dienst (HTTP 402-Antwort mit Zahlungsanforderungen)
Der MCP-Server signiert die USDC-Zahlung im Base-Mainnet mit Ihrem Private Key
Der Dienst führt den Vorgang aus und gibt das Ergebnis zurück
Zahlungen sind atomar pro Aufruf — Sie zahlen nur, wenn ein Aufruf erfolgreich ist. Das Wallet benötigt USDC im Base-Mainnet.
USDC auf Base erhalten:
Bridge von Ethereum: bridge.base.org
Kauf auf Coinbase → Auszahlung auf Base
Tausch auf Uniswap/Aerodrome (Base)
Kostenbeispiele
Nutzung | Tägliche Kosten |
100 Aufrufe/Tag (durchschn. $0,003) | $0,30 |
1.000 Aufrufe/Tag | $3,00 |
10.000 Aufrufe/Tag | $30,00 |
REST-API
Alle Tools sind auch als direkte REST-API ohne MCP verfügbar:
# 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/docsEndpunkte:
GET /api/v1/services— vollständiger Katalog mit Schemas + PreisenGET /api/openapi.json— OpenAPI 3.1 SpezifikationGET /.well-known/agent-services.json— maschinenlesbares Manifest
Links
Live: agentsvc.io
MCP-Server-Download: agentsvc.io/mcp-server.mjs
Dienstekatalog: agentsvc.io/api/v1/services
OpenAPI-Spezifikation: agentsvc.io/api/openapi.json
Agenten-Manifest: agentsvc.io/.well-known/agent-services.json
Dokumentation: agentsvc.io/docs
Zahlungsdetails
Protokoll: x402 exact scheme
Netzwerk: Base Mainnet (Chain ID: 8453)
Währung: USDC
USDC-Vertrag:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Atomare Einheiten: 1 USDC = 1.000.000 Einheiten
Lizenz
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