docs: update remote endpoint to mcp.ansvar.eu

Replace Vercel endpoint URL with self-hosted Hetzner endpoint.
Old: https://israel-law-mcp.vercel.app/mcp
New: https://mcp.ansvar.eu/law-israel-law-mcp/mcp
This commit is contained in:
Mortalus
2026-03-26 05:17:49 +01:00
parent b3140321c8
commit ad7db3d203
4 changed files with 453 additions and 5 deletions

View File

@@ -39,12 +39,12 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read
> Connect directly to the hosted version -- zero dependencies, nothing to install.
**Endpoint:** `https://israel-law-mcp.vercel.app/mcp`
**Endpoint:** `https://mcp.ansvar.eu/law-israel-law-mcp/mcp`
| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add israeli-law --transport http https://israel-law-mcp.vercel.app/mcp` |
| **Claude Code** | `claude mcp add israeli-law --transport http https://mcp.ansvar.eu/law-israel-law-mcp/mcp` |
| **Claude Desktop** | Add to config (see below) |
| **GitHub Copilot** | Add to VS Code settings (see below) |
@@ -55,7 +55,7 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read
"mcpServers": {
"israeli-law": {
"type": "url",
"url": "https://israel-law-mcp.vercel.app/mcp"
"url": "https://mcp.ansvar.eu/law-israel-law-mcp/mcp"
}
}
}
@@ -68,7 +68,7 @@ This MCP server makes Israeli law **searchable, cross-referenceable, and AI-read
"github.copilot.chat.mcp.servers": {
"israeli-law": {
"type": "http",
"url": "https://israel-law-mcp.vercel.app/mcp"
"url": "https://mcp.ansvar.eu/law-israel-law-mcp/mcp"
}
}
}