INDIVIDUAL MCP TOOL
extract
Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists).
LIVE ENDPOINT
https://api.agishub.com/mcp/web
Connect to this endpoint to inspect the live schema for extract and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- 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.web-scraper]
url = "https://api.agishub.com/mcp/web"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"web-scraper": {
"type": "http",
"url": "https://api.agishub.com/mcp/web"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: web-scraper
Remote MCP URL: https://api.agishub.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": {
"web-scraper": {
"url": "https://api.agishub.com/mcp/web"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"web-scraper": {
"type": "http",
"url": "https://api.agishub.com/mcp/web"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "web-scraper",
"transport": "streamable-http",
"url": "https://api.agishub.com/mcp/web"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
No related indexed tools.