hormuz-strait-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
hormuz-strait-mcp by mcp-use | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 76 |
| Official | — | ✓ |
| Categories | MonitoringAI / LLM ToolsOther | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
hormuz-strait-mcp · Summary
MCP server providing tactical maritime situation dashboard for Strait of Hormuz with interactive maps and ship tracking tools.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
hormuz-strait-mcp · Use cases
- Monitor maritime traffic and security situation in the Strait of Hormuz in real-time
- Analyze port traffic patterns and vessel movements across critical chokepoints
- Query maritime disruption events and alert status for strategic decision making
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
hormuz-strait-mcp · Install
# Install dependencies
npm install
# Run in development mode
npm run dev
# Deploy to production
npm run deployTo use with Claude Desktop, add to your config:
{
"mcpServers": {
"hormuz-strait": {
"command": "npx",
"args": ["hormuz-strait-mcp"]
}
}
}For ChatGPT, add the MCP endpoint as a custom connector.
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"]
}
}
}