← Registry

Security & Testing

seaweb.tech

A server for comparing search results and recording A/B verdicts to evaluate result quality.

1 endpoint27 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.seaweb.tech/mcp

No auth detected

MCP server metadata

Name
SeaWeb
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

SeaWeb, the search engine for AI agents. Agent-native search over travel (hotels, rail, attractions) and restaurants — honest, labeled results. Nine more verticals are registered but parked until their index relaunches. Flow: search(vertical, intent) → get_entity → get_details. Bookings are a partner-confirmed request relay (check_availability → request_booking): agents send booking requests; the partner confirms and charges. SeaWeb never takes payment. Hotel stays: check_in + check_out (YYYY-MM-DD) + rooms. Restaurant reservations: check_in as the date + time (HH:MM, 24h) + party_size. Poll get_booking_status for the outcome. list_verticals shows the registry. Location: pass the traveler's lat/lng to search when you have real coordinates — results gain distance_mi and proximity sorting. For proximity asks (near me, walkable, closest) with no known location, ASK the user for their location or a neighborhood/city name and pass it as location — never guess; a location_needed note marks that case. Personal context: use what the user has already told you in this conversation (city, dietary needs, dates), and recall() returns this account's stored preferences and history — remember() saves them for next time. Legacy per-vertical tools (search_restaurants, get_menu, …) remain callable for older scoped keys but are no longer the documented surface. Your API key may be scoped to a single vertical, out-of-scope calls return a scope error naming the key's vertical.

Known tools 27

compare_search

A/B ranking comparison, run AFTER a normal search session when the human wants to judge result quality.

Inferred read-only
vote_comparison

Record an A/B verdict after compare_search.

Inferred read-only
search_restaurants

Search restaurants by natural-language intent.

Inferred read-only
search_salons

Search hair salons, barbershops and beauty salons by natural-language intent (e.

Inferred read-only
filter_restaurants

Structured /grep filter on registry or subset of prior search hits.

Inferred read-only
filter_salons

Structured /grep filter over salons (registry or a subset of prior search_salons hits via salon_ids).

Inferred read-only
list_sources

List indexed publishers with entity counts and coverage.

Inferred read-only
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.

Inferred read-only
search_web

Destination Pulse: full-text search over SeaWeb's OWN crawled travel corpus -- real pages the crawler fetched, not a model's recollection.

Inferred read-only
get_restaurant

Return full schema.

Inferred read-only
get_menu

Return structured menu for a restaurant (schema.

Inferred read-only
submit_feedback

Rate a search result you actually used.

Inferred read-only
remember

Save a durable preference on YOUR agent profile (account-level memory that survives new sessions and API-key rotation).

Inferred read-only
recall

Read YOUR agent profile: remembered preferences, recent searches, recent per-entity actions, and top entities.

Inferred read-only
log_outcome

Record what actually happened with an entity so future sessions know: outcome one of booked | visited | called | failed | abandoned | other, with an optional short note ("booked via OpenTable for 4").

Inferred read-only
get_site_skill

Compact action pack for ONE entity, everything an agent needs to act there without re-reading full pages: key facts, closure status, the publisher's agent_instructions (how to book, quirks), and YOUR OWN past actions with this entity.

Inferred read-only
get_salon

Return the full schema.

Inferred read-only
get_services

Return a salon's service menu (schema.

Inferred read-only
get_hours

Return opening hours for a restaurant.

Inferred read-only
check_availability

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

Inferred read-only
request_booking

Request a booking for any bookable entity (restaurants, travel stays, .

Inferred read-only
get_booking_status

Current status of a booking you created: requested | confirmed | declined | cancelled_by_user | cancelled_by_partner | expired.

Inferred read-only
cancel_booking

Cancel a booking you created (allowed while requested or confirmed).

Inferred read-only
search

Search any SeaWeb vertical by natural-language intent.

Inferred read-only
get_entity

Full schema.

Inferred read-only
get_details

Detail slice (menu / service list) for one entity, the vertical-agnostic counterpart of get_menu/get_services.

Inferred read-only
list_verticals

List configured verticals with entity counts and searchability.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.