MCP Catalogs
Home

blockrun-mcp vs fetch

Side-by-side comparison to help you pick between these two MCP servers.

blockrun-mcp
by BlockRunAI
fetch
by modelcontextprotocol
Stars★ 464★ 85,748
30d uses
Score5276
Official
Categories
FinanceAI / LLM ToolsSearch
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

blockrun-mcp · Summary

Real-time data MCP server providing markets, research, X/Twitter and crypto data with pay-per-call billing.

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

blockrun-mcp · Use cases

  • Real-time market data analysis for trading decisions
  • Research paper discovery and summarization
  • Social media monitoring and trend analysis

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

blockrun-mcp · Install

# Claude Code (recommended)
claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest

# Claude Desktop
Add to claude_desktop_config.json:
```json
{
  "mcpServers": {
    "blockrun": {
      "command": "npx",
      "args": ["-y", "@blockrun/mcp"]
    }
  }
}

Hosted (no install)

claude mcp add blockrun -s user --transport http https://mcp.blockrun.ai/mcp

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-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.