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 | — | — |
| Score | 36 | 76 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsOther | Web ScrapingAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this 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-mcpLive server available at:
https://web-production-fa47d.up.railway.appClaude 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-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}