Files
israel-law-mcp/server.json
Mortalus ad7db3d203 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
2026-03-26 05:17:49 +01:00

32 lines
853 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "eu.ansvar/israel-law-mcp",
"description": "Israel legislation via MCP — full-text search across statutes and provisions",
"repository": {
"url": "https://github.com/Ansvar-Systems/israel-law-mcp",
"source": "github"
},
"homepage": "https://ansvar.eu",
"version": "1.1.0",
"license": "Apache-2.0",
"packages": [
{
"registryType": "npm",
"identifier": "@ansvar/israel-law-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"identifier": "@ansvar/israel-law-mcp",
"version": "1.1.0",
"transport": {
"type": "streamable-http",
"url": "https://mcp.ansvar.eu/law-israel-law-mcp/mcp"
}
}
]
}