INDIVIDUAL MCP TOOL
url.render
Render a URL in a real headless browser (JavaScript executed) and return its article content with the clutter stripped — same cleaning + output formats as /api/url/clean, but for client-rendered / SPA pages whose content only appears after JS runs (where a raw HTTP fetch returns an empty shell).
LIVE ENDPOINT
https://2s.io/mcp
Connect to this endpoint to inspect the live schema for url.render and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
- 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.2s-io]
url = "https://2s.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"2s-io": {
"type": "http",
"url": "https://2s.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 2s-io
Remote MCP URL: https://2s.io/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": {
"2s-io": {
"url": "https://2s.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"2s-io": {
"type": "http",
"url": "https://2s.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "2s-io",
"transport": "streamable-http",
"url": "https://2s.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agent.knowledge-delta— What's happened in a given topic since a given date?agriculture.drought— US Drought Monitor severity for a county (5-digit FIPS) or state (2-letter code).agriculture.stats— USDA NASS QuickStats — authoritative US agricultural statistics: crop yields, acreage, production, livestock inventory, and prices received.ai.chat— OpenAI-compatible chat completions across every frontier model on one endpoint — GPT-5, Claude, Gemini, Grok, DeepSeek, Llama, Mistral and ~290 more.ai.classify— Zero-shot text classification.ai.council— Ask several frontier models the same question and get one synthesized answer.ai.describe-image— Describe an image.ai.entities— Named-entity recognition.