INDIVIDUAL MCP TOOL
web-scraping__crawl_website
[Web Scraping] Crawl a website and extract its content as structured data.
LIVE ENDPOINT
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp
Connect to this endpoint to inspect the live schema for web-scraping__crawl_website and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- 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.enterprise-mcp-gateway]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"enterprise-mcp-gateway": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: enterprise-mcp-gateway
Remote MCP URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/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": {
"enterprise-mcp-gateway": {
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"enterprise-mcp-gateway": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "enterprise-mcp-gateway",
"transport": "streamable-http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
academic-research__search_arxiv— [Academic Research] Search arXiv for academic papers.academic-research__search_google_scholar— [Academic Research] Search Google Scholar for academic papers.automotive__search_cars— [Automotive Intelligence] Search Cars.automotive__car_market_analysis— [Automotive Intelligence] Analyze car market prices for a specific make/model.crypto__crypto_prices— [Crypto Intelligence] Get current cryptocurrency prices and market data from CoinGecko.crypto__exchange_rates— [Crypto Intelligence] Get current currency exchange rates.developer-tools__get_github_repo— [Developer Tools] Get GitHub repository stats — stars, forks, issues, language, description, and recent activity.developer-tools__search_github— [Developer Tools] Search GitHub repositories by keyword.