AI Web Scraper & Lead Finder (Claude/Cursor MCP) avatar

AI Web Scraper & Lead Finder (Claude/Cursor MCP)

Pricing

from $2.00 / 1,000 tool executions

Go to Apify Store
AI Web Scraper & Lead Finder (Claude/Cursor MCP)

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

Neon Innovation Lab

Maintained by Community

Actor 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.

Model Context Protocol Linux Foundation AAIF Claude & Cursor Compatible

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/tasks standard 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 NameWhat It DoesBest For
web_readerStrips popups, cookie walls, and clutter to extract clean, token-efficient Markdown from any URL.AI market research, competitor analysis, documentation reading.
lead_dossierInstantly extracts detected technology stack, security posture, and company profile for any domain.B2B lead qualification, sales outreach, technical diligence.
live_framework_docsPulls verified, version-accurate 2026 documentation for Next.js, React 19, Tailwind v4, Supabase, and Stripe.Eliminating code hallucinations in Cursor and Claude.
tasks_managerSpawns 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

  1. Open Cursor Settings -> Features -> MCP Servers.
  2. Click + Add New MCP Server:
    • Name: universal-cloud-gateway
    • Type: sse (or http)
    • Server URL: https://YOUR_ACTOR_RUN_URL/mcp
  3. Click Save. Cursor now has direct access to cloud web reading and lead dossiers!

3. OpenAI Agents SDK / Python

from openai import OpenAI
client = OpenAI()
# Connect to Universal MCP Cloud Gateway via standard JSON-RPC
response = 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-28 specification.
  • Stateless Core: Eliminates Mcp-Session-Id sticky sessions, scaling horizontally behind load balancers.
  • Edge Headers: Supports fast header routing via Mcp-Method and Mcp-Name.
  • Zero-Connection Discovery: Exposes GET /.well-known/mcp for 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.