AI Web Scraper & Lead Finder (Claude/Cursor MCP)
Pricing
from $2.00 / 1,000 tool executions
AI Web Scraper & Lead Finder (Claude/Cursor MCP)
Connect AI agents to scrapers, web research, and live databases with zero server timeouts, 90% token savings, and instant cloud scaling.
Pricing
from $2.00 / 1,000 tool executions
Rating
0.0
(0)
Developer
Neon Innovation Lab
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Universal MCP Cloud Gateway for Claude, Cursor & OpenAI Agents
Connect AI agents to scrapers, web research, and live databases with zero server timeouts, 90% token savings, and instant cloud scaling.
Stop dealing with fragile local terminal scripts, broken Docker setups, and crashing MCP servers. Universal MCP Cloud Gateway gives your AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, and Google Antigravity) a high-speed, 24/7 cloud runtime to execute web scrapers, company lead lookups, and long-running background research tasks.
Why Developers & Teams Choose Universal MCP Cloud Gateway
- ⚡ Zero Server Timeouts: Uses the ratified AAIF
io.modelcontextprotocol/tasksstandard to execute heavy research and scraping jobs in the background without HTTP connection drops. - 💰 89% Token Tax Savings: Naive MCP servers dump 3,000+ tokens of raw JSON schemas into your prompt before work starts. Universal Gateway prunes tool schemas dynamically, keeping overhead under 400 tokens.
- 🌐 1-Click Cloud Deployment: Runs 24/7 on Apify high-availability cloud infrastructure with a dedicated public HTTPS endpoint and automated SSL.
- 🛡️ Zero-Trust Enterprise Security: Validates agent identity (
X-Agent-ID,X-Agent-Role) and maintains an immutable audit trail for governance and compliance.
Included High-Impact Tools
| Tool Name | What It Does | Best For |
|---|---|---|
web_reader | Strips popups, cookie walls, and clutter to extract clean, token-efficient Markdown from any URL. | AI market research, competitor analysis, documentation reading. |
lead_dossier | Instantly extracts detected technology stack, security posture, and company profile for any domain. | B2B lead qualification, sales outreach, technical diligence. |
live_framework_docs | Pulls verified, version-accurate 2026 documentation for Next.js, React 19, Tailwind v4, Supabase, and Stripe. | Eliminating code hallucinations in Cursor and Claude. |
tasks_manager | Spawns and monitors asynchronous durable background jobs with status polling and progress tracking. | Long-running scrapers, batch jobs, and automated data pipelines. |
1-Minute Setup Guide
1. Claude Desktop
Add this block to your claude_desktop_config.json:
{"mcpServers": {"universal-cloud-gateway": {"command": "npx","args": ["-y","@modelcontextprotocol/server-sse","https://YOUR_ACTOR_RUN_URL/mcp"]}}}
2. Cursor IDE
- Open Cursor Settings -> Features -> MCP Servers.
- Click + Add New MCP Server:
- Name:
universal-cloud-gateway - Type:
sse(orhttp) - Server URL:
https://YOUR_ACTOR_RUN_URL/mcp
- Name:
- Click Save. Cursor now has direct access to cloud web reading and lead dossiers!
3. OpenAI Agents SDK / Python
from openai import OpenAIclient = OpenAI()# Connect to Universal MCP Cloud Gateway via standard JSON-RPCresponse = client.chat.completions.create(model="gpt-5",messages=[{"role": "user", "content": "Analyze stripe.com tech stack using lead_dossier"}])
Specification Standards & Architecture
- Standard: Linux Foundation (AAIF) Model Context Protocol
2026-07-28specification. - Stateless Core: Eliminates
Mcp-Session-Idsticky sessions, scaling horizontally behind load balancers. - Edge Headers: Supports fast header routing via
Mcp-MethodandMcp-Name. - Zero-Connection Discovery: Exposes
GET /.well-known/mcpfor instant capability introspection.
License & Support
Published and maintained by Neon Innovation Lab. For enterprise custom endpoints, private VPC peering, or dedicated tool integrations, contact support@neoninnovationlab.com.