INDIVIDUAL MCP TOOL
register_disruption_webhook
Travel Product B — register a webhook: emitted disruption events are POSTed to url as the same structured JSON list_disruption_events returns, HMAC-SHA256-signed with your secret (X-SeaWeb-Signature: sha256=<hex>; verify by recomputing over the raw body).
LIVE ENDPOINT
https://api.seaweb.tech/mcp
Connect to this endpoint to inspect the live schema for register_disruption_webhook and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests retrieving external content.
Parent server
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 disruption alerts (weather, safety, travel advisories) for a region.