INDIVIDUAL MCP TOOL
read_url
Fetch a public web page as clean Markdown or text while refusing internal and private addresses, suitable for reading evidence before an agent acts on a link.
LIVE ENDPOINT
https://mcp.eucompliance.tools/mcp
Connect to this endpoint to inspect the live schema for read_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.