← seaweb.tech

INDIVIDUAL MCP TOOL

extract_url

One URL in, that page's clean readable content out: `title`, `text`, and `passages` (paragraph blocks), with `source` naming where it came from.

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 extract_url and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

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).
  • list_sources — List indexed publishers with entity counts and coverage.
  • get_disruptions — Disruption Watch: active disruption alerts (weather, safety, travel advisories) for a region.