INDIVIDUAL MCP TOOL
extract_links
Fetch a web page and return all of its outbound http(s) links (with anchor text) as JSON.
LIVE ENDPOINT
https://mcp.vanshul.com/mcp
Connect to this endpoint to inspect the live schema for extract_links 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
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.vanshul-web-reader]
url = "https://mcp.vanshul.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vanshul-web-reader": {
"type": "http",
"url": "https://mcp.vanshul.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vanshul-web-reader
Remote MCP URL: https://mcp.vanshul.com/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": {
"vanshul-web-reader": {
"url": "https://mcp.vanshul.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vanshul-web-reader": {
"type": "http",
"url": "https://mcp.vanshul.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vanshul-web-reader",
"transport": "streamable-http",
"url": "https://mcp.vanshul.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch_markdown— Fetch a web page and return its main content as clean Markdown (nav, ads and boilerplate removed).fetch_metadata— Fetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body).search_page— Fetch a web page and return only the passages that match a query, instead of the whole page.