Security & Testing
seaweb.tech
A server for comparing search results and recording A/B verdicts to evaluate result quality.
ENDPOINT 1
https://api.seaweb.tech/mcp
MCP server metadata
- Name
- SeaWeb
- Version
- 1.28.1
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_searchA/B ranking comparison, run AFTER a normal search session when the human wants to judge result quality.
Inferred read-onlysearch_salonsSearch hair salons, barbershops and beauty salons by natural-language intent (e.
Inferred read-onlyfilter_restaurantsStructured /grep filter on registry or subset of prior search hits.
Inferred read-onlyfilter_salonsStructured /grep filter over salons (registry or a subset of prior search_salons hits via salon_ids).
Inferred read-onlyget_disruptionsDisruption 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-onlysearch_webDestination Pulse: full-text search over SeaWeb's OWN crawled travel corpus -- real pages the crawler fetched, not a model's recollection.
Inferred read-onlyrememberSave a durable preference on YOUR agent profile (account-level memory that survives new sessions and API-key rotation).
Inferred read-onlyrecallRead YOUR agent profile: remembered preferences, recent searches, recent per-entity actions, and top entities.
Inferred read-onlylog_outcomeRecord 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-onlyget_site_skillCompact 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-onlyrequest_bookingRequest a booking for any bookable entity (restaurants, travel stays, .
Inferred read-onlyget_booking_statusCurrent status of a booking you created: requested | confirmed | declined | cancelled_by_user | cancelled_by_partner | expired.
Inferred read-onlycancel_bookingCancel a booking you created (allowed while requested or confirmed).
Inferred read-onlyget_detailsDetail slice (menu / service list) for one entity, the vertical-agnostic counterpart of get_menu/get_services.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.