mcp-server

DreamCats/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a server implementation based on the Model Context Protocol (MCP) for encoding and decoding strings, featuring a standalone encoding service module with base64 functionality.

MCP Services

MCP (Model Context Protocol) 服务集合,为 AI 应用提供标准化数据接口。

服务列表

服务状态端口描述
8124中国股市数据查询
-图像转文本处理
-字节跳动 API 集成

快速开始

# 启动股票服务
cd stock && ./start.sh -d

# 查看服务状态
./stop.sh -s

集成配置

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "stock-data": {
      "command": "python",
      "args": ["/path/to/mcp/stock/stock_mcp_server.py", "--port", "8124"]
    }
  }
}

许可证

MIT License zzz