loading…
Search for a command to run...
loading…
Provides AI agents with real-time web capabilities including live search results, markdown web scraping, business lead generation, and detailed company informat
Provides AI agents with real-time web capabilities including live search results, markdown web scraping, business lead generation, and detailed company information. It enables agents to bypass knowledge cutoffs by accessing current web data through a monetized Apify Actor.
Real-time web intelligence for AI agents. Monetized on Apify.
A production-ready MCP server that gives AI agents real-time web capabilities:
| Tool | What It Does | Price |
|---|---|---|
search_web |
Live Google/Bing search results | $0.02/call |
scrape_page |
Clean markdown from any URL | $0.05/call |
find_leads |
Google Maps business data | $0.10/call |
get_company_info |
Tech stack, employees, contacts | $0.15/call |
Why Agents Need This:
Add to your MCP config:
{
"mcpServers": {
"web-intelligence": {
"url": "https://your-username--web-intelligence-mcp.apify.actor/sse"
}
}
}
# 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 push
| Service | Purpose | Get Key At |
|---|---|---|
| SerpAPI | Web search | serpapi.com |
| Jina AI | Web scraping | jina.ai/reader |
| Google Places | Lead generation | Google Cloud |
| Clearbit | Company data | clearbit.com |
Free tiers available for all!
{
"query": "AI agent startups funding 2024",
"num_results": 10
}
{
"url": "https://example.com/article"
}
{
"keyword": "software companies",
"location": "San Francisco, CA",
"max_results": 20
}
{
"domain": "stripe.com"
}
This Actor uses Apify Pay-Per-Event:
| Event | Price | When Charged |
|---|---|---|
search-web |
$0.02 | Every search_web call |
scrape-page |
$0.05 | Every scrape_page call |
find-leads |
$0.10 | Every find_leads call |
company-info |
$0.15 | Every get_company_info call |
Your earnings: 80% of revenue (Apify takes 20% commission)
# 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
# ... etc
Standby mode gives you a persistent URL that MCP clients can connect to:
https://your-username--web-intelligence-mcp.apify.actor/sse
This URL stays active even when the Actor isn't running. Apify automatically starts it when a request comes in.
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=INFO
Edit .actor/pay_per_event.json to adjust prices:
[
{
"search-web": {
"eventTitle": "Web Search",
"eventDescription": "Live Google/Bing search results",
"eventPriceUsd": 0.02
}
}
]
┌─────────────────────────────────────────────────────────┐
│ 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 │
└─────────────────────────────────────────────────────────┘
# 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/sse
Test with the MCP inspector:
npx @modelcontextprotocol/inspector node dist/main.js
| 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
MIT - Build your own, publish, profit.
The USB-C moment for AI agents. Deploy today.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"web-intelligence-mcp-server": {
"command": "npx",
"args": []
}
}
}