Web Intelligence MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Web Intelligence MCP Serverfind software development agencies in London"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Web Intelligence MCP Server
Real-time web intelligence for AI agents. Monetized on Apify.
What This Does
A production-ready MCP server that gives AI agents real-time web capabilities:
Tool | What It Does | Price |
| Live Google/Bing search results | $0.02/call |
| Clean markdown from any URL | $0.05/call |
| Google Maps business data | $0.10/call |
| Tech stack, employees, contacts | $0.15/call |
Why Agents Need This:
Claude/GPT have knowledge cutoffs
Agents need current prices, news, company info
Every serious agent workflow needs real-time data
Related MCP server: Bright Data Web MCP
Quick Start
For AI Agents (Claude, Cursor, etc.)
Add to your MCP config:
{
"mcpServers": {
"web-intelligence": {
"url": "https://your-username--web-intelligence-mcp.apify.actor/sse"
}
}
}For Developers (Publish Your Own)
# 1. Clone and setup
git clone <your-repo>
cd web-intelligence-mcp
npm install
# 2. Configure API keys
cp .env.example .env
# Edit .env with your keys
# 3. Test locally
npm run build
apify run
# 4. Deploy to Apify
apify login
apify pushAPI Keys Required
Service | Purpose | Get Key At |
SerpAPI | Web search | |
Jina AI | Web scraping | |
Google Places | Lead generation | |
Clearbit | Company data |
Free tiers available for all!
Tool Examples
search_web
{
"query": "AI agent startups funding 2024",
"num_results": 10
}scrape_page
{
"url": "https://example.com/article"
}find_leads
{
"keyword": "software companies",
"location": "San Francisco, CA",
"max_results": 20
}get_company_info
{
"domain": "stripe.com"
}Monetization
This Actor uses Apify Pay-Per-Event:
Event | Price | When Charged |
| $0.02 | Every search_web call |
| $0.05 | Every scrape_page call |
| $0.10 | Every find_leads call |
| $0.15 | Every get_company_info call |
Your earnings: 80% of revenue (Apify takes 20% commission)
Deployment
Option 1: Apify Console (Easiest)
Go to Apify Console
Create new Actor from GitHub repo
Set environment variables
Enable "Standby mode" in settings
Set pricing in "Monetization" tab
Option 2: CLI
# Install Apify CLI
npm install -g apify-cli
# Login
apify login
# Push to Apify
apify push
# Set secrets
apify secrets:set SERPAPI_KEY your_key_here
apify secrets:set JINA_AI_KEY your_key_here
# ... etcStandby Mode
Standby mode gives you a persistent URL that MCP clients can connect to:
https://your-username--web-intelligence-mcp.apify.actor/sseThis URL stays active even when the Actor isn't running. Apify automatically starts it when a request comes in.
Configuration
Environment Variables
Create .env file:
# Required
SERPAPI_KEY=your_serpapi_key
JINA_AI_KEY=your_jina_key
GOOGLE_PLACES_API_KEY=your_google_key
CLEARBIT_API_KEY=your_clearbit_key
# Optional
APIFY_LOG_LEVEL=INFOPricing Configuration
Edit .actor/pay_per_event.json to adjust prices:
[
{
"search-web": {
"eventTitle": "Web Search",
"eventDescription": "Live Google/Bing search results",
"eventPriceUsd": 0.02
}
}
]Architecture
┌─────────────────────────────────────────────────────────┐
│ Apify Platform │
│ ┌─────────────────────────────────────────────────┐ │
│ │ Web Intelligence MCP Server │ │
│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌────────┐ │ │
│ │ │ Search │ │ Scrape │ │ Leads │ │Company │ │ │
│ │ │ $0.02 │ │ $0.05 │ │ $0.10 │ │ $0.15 │ │ │
│ │ └────┬────┘ └────┬────┘ └────┬────┘ └───┬────┘ │ │
│ │ └─────────────┴───────────┴────────┘ │ │
│ │ │ │ │
│ │ Actor.charge() │ │
│ │ │ │ │
│ │ MCP Server (SSE) │ │
│ └──────────────────────┼──────────────────────────┘ │
│ │ │
│ https://...apify.actor/sse │
└─────────────────────────────────────────────────────────┘Local Development
# Install dependencies
npm install
# Build
npm run build
# Run with stdio (for testing)
MCP_TRANSPORT=stdio npm start
# Run with SSE (for local HTTP)
npm start
# Server runs on http://localhost:3000/sseTesting
Test with the MCP inspector:
npx @modelcontextprotocol/inspector node dist/main.jsWhy This Wins
Supply: Near-zero MCP servers on Apify right now
Demand: Every AI framework adopting MCP (Claude, GPT, Cursor)
Agentic Payments: Apify handles billing, agents pay autonomously
Moat: First quality servers get whitelisted in agent configs
Recurring: Agents run 24/7, every query = billable event
Revenue Potential
Daily Calls | Monthly Revenue | Your Cut (80%) |
100 | $500 | $400 |
1,000 | $5,000 | $4,000 |
10,000 | $50,000 | $40,000 |
Costs: API keys have free tiers, then ~$0.01-0.05 per call
Support
License
MIT - Build your own, publish, profit.
The USB-C moment for AI agents. Deploy today.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.Last updated2MIT
- AlicenseBqualityDmaintenanceEnables LLMs and AI agents to access real-time web data, search websites, and navigate the web without getting blocked. Includes 5,000 free monthly requests and supports web scraping, browser automation, and bypassing geo-restrictions.Last updated607,6481MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to access real-time web data through search, markdown scraping, and browser automation while bypassing anti-bot protections. It provides tools for web research, e-commerce monitoring, and data extraction from across the globe.Last updated47,6486MIT
- Alicense-quality-maintenanceExposes over 19,000 Apify Actors as MCP tools for web scraping, data extraction, and OSINT automation. It enables AI agents to dynamically discover and execute scrapers to collect structured data and crawl web content.Last updated
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErnestaLabs/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server