everything vs strale
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | strale by strale-io | |
|---|---|---|
| Stars | ★ 85,748 | ★ 3 |
| 30天用量 | — | — |
| 综合分 | 77 | 39 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | AI / LLM 工具开发者工具安全 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
strale · 概述
Strale 提供 MCP 服务器,拥有 290+ 个质量评分的 AI 代理能力,包括合规检查、金融验证和 Web3 安全。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
strale · 使用场景
- AI 执行具有 KYB 验证的尽职调查
- Web3 应用程序访问钱包风险评分和蜜罐代币检测
- 合规系统验证欧盟增值税号码和制裁筛查
everything · 安装
NPX(推荐)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}Windows 用户请使用 cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}全局安装
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingstrale · 安装
流式 HTTP(推荐)
{
"mcpServers": {
"strale": {
"type": "streamableHttp",
"url": "https://api.strale.io/mcp",
"headers": {
"Authorization": "Bearer sk_live_your_key_here"
}
}
}
}本地(stdio)
{
"mcpServers": {
"strale": {
"command": "npx",
"args": ["-y", "strale-mcp"],
"env": {
"STRALE_API_KEY": "your_api_key"
}
}
}
}五个功能无需 API 密钥即可使用:email-validate、dns-lookup、json-repair、url-to-markdown、iban-validate。