subether-labs/obfus-link-mcp
GitHub: subether-labs/obfus-link-mcp
聚合 31 个确定性开发者工具的精简远程 MCP 服务器,通过按需发现机制将 agent 上下文占用降低约 98%。
Stars: 0 | Forks: 0
# obfus.link — MCP Server
在一个**精简的、机器可付费的** MCP endpoint 上提供 31 个确定性的开发者工具。
[obfus.link](https://obfus.link) 的官方 MCP Registry manifest 位于本仓库([`server.json`](./server.json))中。
- **Endpoint:** `https://obfus.link/mcp`
- **Registry name:** `link.obfus/utility-grid`
- **Tools:** 混淆器、编码器、转换器、生成器、分析器、验证器
(JSON→Zod、regex-from-examples、JWT hardener、curl→fetch、AES-256 link
混淆器、hashing/encoding 等)。
## 为什么选择它
- **设计精简。** 大多数 MCP server 会在每一轮对话中,将所有 tool 定义预加载到你的 agent 的上下文中(在这里大约需要 21k token)。obfus.link 默认只提供一个搜索 tool,并按需发现其他 tool —— 常驻上下文减少约 98%。重现此结果:[obfus.link/why](https://obfus.link/why)。
- **确定性,而非生成性。** 一次 tool 调用每次都会返回相同且正确的答案(字节完全一致)——无需重试,无偏差。
- **机器可付费。** 每个 IP 有 50 次免费调用,随后是 agent 可以自行完成的 `402` 验证(MPP)。发现过程始终免费。
## 将其添加到你的 agent
obfus.link 是一个远程(Streamable HTTP)MCP server。大多数客户端通过 `mcp-remote` 桥接器进行连接——例如,在 `claude_desktop_config.json` 中:
```
{
"mcpServers": {
"obfus-link": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://obfus.link/mcp"]
}
}
}
```
完整的入门指南(Cursor、用于付费使用的 SPT auth、错误契约):
[obfus.link/docs/mcp](https://obfus.link/docs/mcp)。
## 无需 agent 即可尝试
一个零依赖、克隆即运行的示例(将混乱的 LLM JSON -> 经过两次确定性调用转换为干净且带有类型的 Zod schema)位于
[subether-labs/obfus-link-demo](https://github.com/subether-labs/obfus-link-demo)。
## 链接
- 网站 — https://obfus.link
- 为什么是确定性 + 精简 — https://obfus.link/why
- MCP 文档 — https://obfus.link/docs/mcp
- 定价 — https://obfus.link/pricing
一个 [Subether Labs](https://subether.dev) 基础设施项目。
标签:API网关, Homebrew安装, MCP服务器, SOC Prime, 加密工具, 开发工具, 开发者效率, 编码转换