INDIVIDUAL MCP TOOL
read_url
Render a URL in a real headless browser (JavaScript executed) and return clean, LLM-ready markdown.
LIVE ENDPOINT
https://x402.professorsausages.com/mcp/web
Connect to this endpoint to inspect the live schema for read_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
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.sausage-web]
url = "https://x402.professorsausages.com/mcp/web"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sausage-web": {
"type": "http",
"url": "https://x402.professorsausages.com/mcp/web"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sausage-web
Remote MCP URL: https://x402.professorsausages.com/mcp/web
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": {
"sausage-web": {
"url": "https://x402.professorsausages.com/mcp/web"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sausage-web": {
"type": "http",
"url": "https://x402.professorsausages.com/mcp/web"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sausage-web",
"transport": "streamable-http",
"url": "https://x402.professorsausages.com/mcp/web"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_data— Describe the data you need in plain language (e.pricing— Every endpoint this server fronts, with its exact per-call USD price (x402, USDC on Base) and a one-line summary, read live from the route table.request_data— The suggestion box: ask for data we don't have (a pre-2015 filing, an uncovered ticker, an unsupported chain, a whole dataset).screenshot_url— Render a URL in a headless browser and return a PNG screenshot at the size you ask for.pdf_extract— Extract any PDF up to 10 MB by URL.image_to_text— Transcribe an image to text (OCR) or describe it via a vision model — steerable with your own prompt.news— Newest headlines from a deduped, tiered direct-feed pile (official press, wires and majors).weather— Current conditions for a named place or coordinate.