hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
The MCP server is hosted on GitHub and references the repository for source code access and contributions.
Enables generation of QR codes in SVG format through the MCP server's generator tools.
The MCP server is built with TypeScript 5.3, allowing for type-safe development and integration.
mcp-helper-工具
基于toolkit-mcp-server
模型上下文协议服务器为 LLM 代理提供系统实用程序和工具,包括 IP 地理位置、网络诊断、系统监控、加密操作和二维码生成。
模型上下文协议
模型上下文协议 (MCP) 支持以下之间的通信:
- 客户端:Claude Desktop、IDE 和其他与 MCP 兼容的客户端
- 服务器:任务管理和自动化的工具和资源
- LLM 代理:利用服务器功能的 AI 模型
目录
特征
编码工具
- Base64 编码/解码
- URL 编码/解码
- HTML 编码/解码
网络和地理位置
- 具有智能缓存的 IP 地理定位
- 速率限制(45 个请求/分钟)
安全工具
- 加密哈希生成(MD5、SHA-1、SHA-256、SHA-512)
- 恒定时间哈希比较
- UUID 生成
生成器工具
- 二维码生成
- 终端输出
- SVG 格式
- Base64 编码图像
安装
Copy
配置
添加到您的 MCP 客户端设置:
Copy
工具
网络运营
Copy
系统操作
Copy
安全运营
Copy
发电机操作
Copy
贡献
- 分叉存储库
- 创建你的功能分支(
git checkout -b feature/amazing-feature
) - 提交您的更改(
git commit -m 'Add some amazing feature'
) - 推送到分支(
git push origin feature/amazing-feature
) - 打开拉取请求
执照
Apache 许可证 2.0。有关更多信息,请参阅许可证。
This server cannot be installed
@cyanheads 工具包 MCP 服务器的 fork。添加了编码功能,删除了系统网络功能。