fetch vs ServiceGraph
Side-by-side comparison to help you pick between these two MCP servers.
fetch by modelcontextprotocol | ServiceGraph by nostrband | |
|---|---|---|
| Stars | ★ 85,748 | ★ 160 |
| 30d uses | — | — |
| Score | 76 | 48 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | SearchAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Shell |
| Last commit | this month | this month |
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
ServiceGraph · Summary
An MCP server providing access to 100k+ US professional services firms with industry-specific search tools.
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
ServiceGraph · Use cases
- Finding specialized service providers like law firms or marketing agencies in specific geographic regions
- Enriching CRM data with professional firm contact information and services offered
- Vetting potential service providers through ratings and third-party listing presence
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"]
}
}
}ServiceGraph · Install
MCP Server Installation
For MCP-compatible clients like Claude Code:
claude mcp add --transport http servicegraph https://mcp.servicegraph.coFor Claude Desktop:
- Go to Settings → Connectors → Add custom connector
- Paste:
https://mcp.servicegraph.co
For other JSON-config clients (e.g., Cursor):
{
"mcpServers": {
"servicegraph": {
"url": "https://mcp.servicegraph.co"
}
}
}Skills Installation (non-MCP)
npx skills add nostrband/servicegraph --skill find-service-providers