← seaweb.tech

INDIVIDUAL MCP TOOL

list_sources

List indexed publishers with entity counts and coverage.

seaweb.technone authenticationAvailability not checked

LIVE ENDPOINT

https://api.seaweb.tech/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_sources and invoke it with your own arguments.

Indexed 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 server

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).
  • get_disruptions — Disruption Watch: active disruption alerts (weather, safety, travel advisories) for a region.
  • get_camera_visibility — Landmark camera visibility: vision-model readings of public webcams (currently the Golden Gate Bridge Caltrans set), with per-camera history and trip-planning stats.