korean-crypto-mcp vs fetch
并排对比,帮你在这两个 MCP server 之间做选择。
korean-crypto-mcp by koreafintech | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 36 | 76 |
| 官方 | — | ✓ |
| 分类 | 金融数据AI / LLM 工具其它 | 网页抓取AI / LLM 工具效率工具 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
korean-crypto-mcp · 概述
提供实时韩国加密货币市场数据的MCP服务器,包括泡菜溢价跟踪和交易所比较。
fetch · 概述
一个MCP服务器,抓取网页内容并将HTML转换为Markdown,让大模型能读取网页信息。
korean-crypto-mcp · 使用场景
- 加密货币交易员监控泡菜溢价以寻找套利机会
- 需要实时韩国加密货币市场数据进行分析的AI代理
- 比较不同市场汇率的金融分析师
- 需要跟踪价格差异的自动交易系统
fetch · 使用场景
- 大模型阅读新闻文章和博客
- 网页内容分析
- 从公共网站检索信息
- 分块读取大型网页文档
korean-crypto-mcp · 安装
安装
通过Smithery安装:
smithery install koreafintech/korean-crypto-mcp实时服务器地址:
https://web-production-fa47d.up.railway.appClaude Desktop配置
添加到您的Claude Desktop config.json:
{
"mcpServers": {
"korean-crypto": {
"command": "npx",
"args": ["korean-crypto-mcp"],
"env": {}
}
}
}fetch · 安装
安装
**使用uv(推荐)** 无需特定安装。使用uvx直接运行服务器:
uvx mcp-server-fetch**使用PIP** 通过pip安装:
pip install mcp-server-fetch然后运行:
python -m mcp_server_fetchClaude桌面配置
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}