Website 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., "@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 installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceWeb 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.6MIT
- Alicense-qualityDmaintenanceMulti-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.81MIT
- 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.1511MIT
- 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
Related MCP Connectors
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
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/samayhuf-star/web-intel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server