All servers

data-gov-il-mcp

TypeScript

DavidOsherdiagnostica

Advanced MCP server for seamless access to Israeli Government Open Data

107Pushed 7/27/2026View on GitHub
90

Score Breakdown

Authentication35/35
Static Analysis25/30
Dependencies20/25
Maintenance10/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/20/2026

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "data-gov-il-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/DavidOsherdiagnostica/data-gov-il-mcp"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.