Website Intelligence MCP Server
Click on "Deploy 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., "@Website Intelligence MCP ServerWhat's the contact info for example.com?"
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.
Website Intelligence MCP Server
A Model Context Protocol (MCP) server that exposes 10 website intelligence tools for AI agents. Each tool wraps a REST API endpoint hosted at http://64.227.2.61/intel/.
Tools
Tool | Description | Parameter |
| Convert any website to clean Markdown |
|
| Extract page metadata (title, description, OG tags, etc.) |
|
| Detect CMS, frameworks, analytics, CDN, and more |
|
| Find emails, phone numbers, social media links |
|
| SEO analysis — title tags, meta descriptions, headings, images |
|
| Fetch and parse |
|
| Discover XML/RSS sitemaps |
|
| Check SSL certificate validity, expiry, and issuer |
|
| DNS records lookup (A, AAAA, CNAME, MX, NS, TXT, etc.) |
|
| AI-powered summary of page content |
|
Every tool accepts an optional api_key parameter for authenticated access.
Related MCP server: mcp-services
Installation
pip install web-intel-mcp-serverUsage
With an MCP client (Claude Desktop, etc.)
Add to your MCP client config:
{
"mcpServers": {
"web-intel": {
"command": "web-intel-mcp-server",
"type": "stdio"
}
}
}Standalone
# Run with default stdio transport
web-intel-mcp-server
# Or directly with Python
python -m mcp_serverTesting with the MCP Inspector
npx @modelcontextprotocol/inspector web-intel-mcp-serverAPI Access & Payments
The underlying API supports Solana USDC payments for higher-rate access. If you need increased limits or a dedicated API key:
Contact the operator with your Solana wallet address
Send USDC on Solana to the provided wallet
Receive your
X-API-Keyfor authenticated requests
Without an API key, endpoints may have rate limits or require one depending on server configuration.
Development
# Clone and install in editable mode
git clone https://github.com/samayhuf-star/web-intel-mcp-server.git
cd web-intel-mcp-server
pip install -e .License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Web tools for AI agents: scrape pages to Markdown, audit SEO, detect tech stacks, check sitemaps
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Web data tools for AI agents: pages as markdown, search, maps, commerce, jobs, AI answers.
- mcpOAuthcom.screenshotink
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceWeb scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.8MIT
- AlicenseNot gradedqualityDmaintenanceMulti-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.20 npm1MIT
- AlicenseAqualityDmaintenanceA comprehensive MCP server providing 15 web tools including search, scraping, screenshots, SEO audits, and DNS/SSL checks through a single installation. It delivers clean, LLM-optimized outputs so AI agents can focus on reasoning rather than parsing raw HTML.156 npmMIT
- AlicenseAqualityCmaintenanceWeb intelligence MCP server for AI agents. 7 tools for SERP analysis, competitor research, market trends, content gap analysis, keyword insights, audience discovery, and citation tracking.72AGPL 3.0