data-gov-il-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
data-gov-il-mcp by DavidOsherdiagnostica | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 64 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 76 |
| Official | — | ✓ |
| Categories | DatabaseSearchAI / LLM Tools | Web ScrapingAI / LLM ToolsProductivity |
| Language | JavaScript | TypeScript |
| Last commit | 9 mo ago | this month |
data-gov-il-mcp · Summary
Advanced MCP server providing access to Israeli government open datasets with Hebrew/English search capabilities.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
data-gov-il-mcp · Use cases
- Researchers analyzing Israeli government datasets across various ministries
- Journalists investigating public spending, transportation, or environmental policies
- Business developers seeking market insights in Israeli real estate or food industries
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
data-gov-il-mcp · Install
# Clone and install
git clone https://github.com/DavidOsherProceed/data-gov-il-mcp.git
cd data-gov-il-mcp
npm installFor Claude Desktop, add to your config:
{
"mcpServers": {
"data-gov-il": {
"command": "node",
"args": ["/path/to/data-gov-il-mcp/stdio.js"]
}
}
}Restart Claude Desktop and look for the 🔧 MCP tools icon.
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}