Skip to main content
Glama
samayhuf-star

Website Intelligence MCP Server

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

url_to_markdown

Convert any website to clean Markdown

url

metadata_extractor

Extract page metadata (title, description, OG tags, etc.)

url

technology_detector

Detect CMS, frameworks, analytics, CDN, and more

url

contact_finder

Find emails, phone numbers, social media links

url

seo_analyzer

SEO analysis — title tags, meta descriptions, headings, images

url

robots_txt_parser

Fetch and parse robots.txt rules

url

sitemap_discoverer

Discover XML/RSS sitemaps

url

ssl_checker

Check SSL certificate validity, expiry, and issuer

domain

dns_lookup

DNS records lookup (A, AAAA, CNAME, MX, NS, TXT, etc.)

domain

website_summary

AI-powered summary of page content

url

Every tool accepts an optional api_key parameter for authenticated access.

Related MCP server: mcp-services

Installation

pip install web-intel-mcp-server

Usage

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_server

Testing with the MCP Inspector

npx @modelcontextprotocol/inspector web-intel-mcp-server

API Access & Payments

The underlying API supports Solana USDC payments for higher-rate access. If you need increased limits or a dedicated API key:

  1. Contact the operator with your Solana wallet address

  2. Send USDC on Solana to the provided wallet

  3. Receive your X-API-Key for 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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Web 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.
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Multi-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.
    8
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    15
    11
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Web 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.
    7
    2
    AGPL 3.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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