MCP server for web scraping: URLs, links, metadata, CSS extraction.
claude mcp add web-scraper -- npx -y sovereign-web-scraper-mcp
claude_desktop_config.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"web-scraper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ryudi84--web-scraper/reviews or the review_server meta-tool.
POST /mcp