← seaweb.tech

INDIVIDUAL MCP TOOL

check_availability

Best-effort availability v1, real hours, stub slots.

seaweb.technone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

seaweb.tech

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.seaweb]
url = "https://api.seaweb.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seaweb": {
      "type": "http",
      "url": "https://api.seaweb.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: seaweb
Remote MCP URL: https://api.seaweb.tech/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "seaweb": {
      "url": "https://api.seaweb.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seaweb": {
      "type": "http",
      "url": "https://api.seaweb.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seaweb",
  "transport": "streamable-http",
  "url": "https://api.seaweb.tech/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_search — A/B ranking comparison, run AFTER a normal search session when the human wants to judge result quality.
  • vote_comparison — Record an A/B verdict after compare_search.
  • search_restaurants — Search restaurants by natural-language intent.
  • search_salons — Search hair salons, barbershops and beauty salons by natural-language intent (e.
  • filter_restaurants — Structured /grep filter on registry or subset of prior search hits.
  • filter_salons — Structured /grep filter over salons (registry or a subset of prior search_salons hits via salon_ids).
  • list_sources — List indexed publishers with entity counts and coverage.
  • get_disruptions — Disruption Watch: active real-time disruption alerts (weather, safety, travel advisories) for a region, so a travel agent can adjust operations and warn travelers.