← eucompliance.tools

INDIVIDUAL MCP TOOL

wallet_balance

Return a live native balance, exact wei, pending nonce, observed block and RPC-source evidence for a wallet on Base, Ethereum, Arbitrum, Optimism or Polygon.

eucompliance.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.eucompliance.tools/mcp

No auth detected

Connect to this endpoint to inspect the live schema for wallet_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

eucompliance.tools

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.eucompliance-tools]
url = "https://mcp.eucompliance.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eucompliance-tools": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eucompliance-tools
Remote MCP URL: https://mcp.eucompliance.tools/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": {
    "eucompliance-tools": {
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eucompliance-tools": {
      "type": "http",
      "url": "https://mcp.eucompliance.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eucompliance-tools",
  "transport": "streamable-http",
  "url": "https://mcp.eucompliance.tools/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • validate_vat — FREE live validation of an EU VAT ID against VIES, including the registered name and address when the member state publishes them.
  • validate_iban — FREE IBAN checksum and country-structure validation with BIC and bank-name enrichment where registry data exists.
  • recommend_agent_tool — FREE deterministic router over the published Agent Card.
  • prepare_agentllm — FREE deterministic validation and exact-price routing for all AgentLLM tiers.
  • prepare_agentllm_micro — FREE validation of the exact AgentLLM prompt, system instruction and token limit before purchase.
  • agentllm_micro — OpenAI-compatible classification, extraction, routing and short summaries for exactly 0.003 USDC per call.
  • agentllm_basic — OpenAI-compatible general chat and summaries for exactly 0.005 USDC per call.
  • agentllm_plus — OpenAI-compatible stronger drafting, analysis and longer summaries for exactly 0.02 USDC per call.