Web scraper for agents: fetch any URL as clean markdown (headings, links). x402 for JS rendering.
claude mcp add web-scraper --transport http https://api.agishub.com/mcp/web
~/.cursor/mcp.json
{
"mcpServers": {
"web-scraper": {
"url": "https://api.agishub.com/mcp/web"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"web-scraper": {
"serverUrl": "https://api.agishub.com/mcp/web"
}
}
}
.vscode/mcp.json
{
"servers": {
"web-scraper": {
"type": "http",
"url": "https://api.agishub.com/mcp/web"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"web-scraper": {
"url": "https://api.agishub.com/mcp/web"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agishub.com/mcp/web"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.agishub.com/mcp/web | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.agishub--web-scraper/reviews or the review_server meta-tool.
POST /mcp