Skip to main content
Glama
Bowieboii

CURRENT•SEA

CURRENT•SEA

Explainable ambiguity signals for text, available over MCP and REST.

CURRENT•SEA is a small, deterministic service that helps AI agents and software detect wording that may need clarification before acting on it.

It is publicly available as an MCP server:

  • MCP Registry: io.github.Bowieboii/current-sea

  • Current Registry version: 0.0.3

  • Remote MCP endpoint: https://current-sea.fastapicloud.dev/mcp

  • MCP tool: scan_ambiguity

Submitted text is processed but not retained.

Connect from an MCP client

For MCP clients that accept an mcpServers configuration, add:

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

This configuration was verified with the official MCP Inspector.

Related MCP server: Accessibility MCP Server

What it detects

CURRENT•SEA currently looks for several common forms of ambiguous wording, including:

  • vague timing — soon, later, eventually

  • vague quantities — some, few, many

  • uncertain commitments

  • potentially unresolved references — it, them, that

  • subjective standards — reasonable, effective, good, best

Each signal includes:

  • the phrase that triggered it

  • its location in the text

  • the ambiguity category

  • an explanation

  • a suggested clarification question

Example

Input:

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