MCP Catalogs
Home

korean-crypto-mcp vs fetch

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

korean-crypto-mcp
by koreafintech
fetch
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3676
Official
Categories
FinanceAI / LLM ToolsOther
Web ScrapingAI / LLM ToolsProductivity
LanguagePythonTypeScript
Last commit3 mo agothis month

korean-crypto-mcp · Summary

MCP server providing real-time Korean cryptocurrency market data, including kimchi premium tracking and exchange comparisons.

fetch · Summary

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

korean-crypto-mcp · Use cases

  • Cryptocurrency traders monitoring kimchi premium for arbitrage opportunities
  • AI agents needing real-time Korean crypto market data for analysis
  • Financial analysts comparing exchange rates across different markets
  • Automated trading systems that need to track price disparities

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

korean-crypto-mcp · Install

Installation

Via Smithery:

smithery install koreafintech/korean-crypto-mcp

Live server available at:

https://web-production-fa47d.up.railway.app

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "korean-crypto": {
      "command": "npx",
      "args": ["korean-crypto-mcp"],
      "env": {}
    }
  }
}

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.