Skip to main content
Glama
Bowieboii

CURRENT•SEA

CURRENT•SEA

面向文本的可解释歧义信号,可通过 MCP 和 REST 使用。

CURRENT•SEA 是一个小型确定性服务,帮助 AI 代理和软件在依据文本采取行动前,检测出可能需要澄清的措辞。

它作为 MCP 服务器公开提供:

  • MCP 注册表: io.github.Bowieboii/current-sea

  • 当前注册表版本: 0.0.3

  • 远程 MCP 端点: https://current-sea.fastapicloud.dev/mcp

  • MCP 工具: scan_ambiguity

提交的文本会被处理,但不会被保留

从 MCP 客户端连接

对于接受 mcpServers 配置的 MCP 客户端,请添加:

{
  "mcpServers": {
    "current-sea": {
      "type": "streamable-http",
      "url": "https://current-sea.fastapicloud.dev/mcp"
    }
  }
}

此配置已通过官方 MCP Inspector 验证。

Related MCP server: Accessibility MCP Server

它检测什么

CURRENT•SEA 目前会查找几种常见的歧义措辞形式,包括:

  • 时间模糊 — soon, later, eventually

  • 数量模糊 — some, few, many

  • 不确定的承诺

  • 可能未解决的指代 — it, them, that

  • 主观标准 — reasonable, effective, good, best

每个信号包括:

  • 触发该信号的短语

  • 它在文本中的位置

  • 歧义类别

  • 解释

  • 建议的澄清问题

示例

输入:

Please send it to them soon, include a few examples, and make sure it is good.
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bowieboii/current-sea'

If you have feedback or need assistance with the MCP directory API, please join our Discord server