Web scraping to clean Markdown with JS rendering, multi-page crawl, structured extract, sitemaps.
claude mcp add web --transport http https://stagenth.com/mcp/web/
~/.cursor/mcp.json
{
"mcpServers": {
"web": {
"url": "https://stagenth.com/mcp/web/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"web": {
"serverUrl": "https://stagenth.com/mcp/web/"
}
}
}
.vscode/mcp.json
{
"servers": {
"web": {
"type": "http",
"url": "https://stagenth.com/mcp/web/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"web": {
"url": "https://stagenth.com/mcp/web/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"web": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/web/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://stagenth.com/mcp/web/ |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.stagenth--web/reviews or the review_server meta-tool.
POST /mcp