← toolvend.dev

INDIVIDUAL MCP TOOL

extract

Fetch a web page and return structured content: title, meta/OpenGraph, canonical, headings, links, readable text (boilerplate stripped).

toolvend.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolvend.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for extract 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

toolvend.dev

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.toolvend]
url = "https://toolvend.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolvend": {
      "type": "http",
      "url": "https://toolvend.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolvend
Remote MCP URL: https://toolvend.dev/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": {
    "toolvend": {
      "url": "https://toolvend.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolvend": {
      "type": "http",
      "url": "https://toolvend.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolvend",
  "transport": "streamable-http",
  "url": "https://toolvend.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • dns — DNS lookup over DoH.
  • email-auth — Email authentication posture for a domain: DMARC + SPF records fetched, parsed, scored 0-100, with findings and fix recommendations.
  • rdap — Domain registration data (modern WHOIS) via RDAP: registrar, created/expiry dates, status, nameservers, DNSSEC.
  • lei — Global legal-entity/KYB lookup by LEI: official identity, jurisdiction, addresses, registration and renewal standing, risk flags, and GLEIF data freshness.
  • sitemap — Fetch and parse sitemap XML or gzip into JSON.
  • robots — Fetch and parse robots.
  • text-clean — Clean text: strip HTML, normalise unicode/whitespace, dedupe lines.
  • vat — VAT calculator for EU-27 + UK: net→gross or gross→net at standard or reduced rate.