INDIVIDUAL MCP TOOL
evm_balance
Read the ETH and USDC balance of any address on Base mainnet (chain 8453) straight from the chain, plus transaction count and how many x402 calls the USDC covers.
LIVE ENDPOINT
https://agentsvc.io/mcp
Connect to this endpoint to inspect the live schema for evm_balance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentsvc]
url = "https://agentsvc.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentsvc": {
"type": "http",
"url": "https://agentsvc.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentsvc
Remote MCP URL: https://agentsvc.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentsvc": {
"url": "https://agentsvc.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentsvc": {
"type": "http",
"url": "https://agentsvc.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentsvc",
"transport": "streamable-http",
"url": "https://agentsvc.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
screenshot— Capture any URL as a PNG screenshot.weather— Real-time weather + 3-day forecast.exchange_rates— Live forex rates from European Central Bank (ECB), updated hourly.html_to_pdf— Render a URL or raw HTML string to PDF.ip_lookup— Resolve any IPv4 or IPv6 address to location and network data.webpage_reader— Fetch and extract clean readable text from any URL.dns_lookup— Resolve DNS records for any domain.qr_code— Generate a QR code for any text or URL.