korean-crypto-mcp vs everything
Side-by-side comparison to help you pick between these two MCP servers.
korean-crypto-mcp by koreafintech | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsOther | Developer ToolsAI / LLM ToolsOther |
| 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.
everything · Summary
Official MCP test server exercising all protocol features for client builders.
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
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
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": {}
}
}
}everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything