MCP server for 10 website intelligence APIs: URL-to-Markdown, metadata, tech detection, contacts, SEO, SSL, DNS, sitemaps, robots.txt, AI summaries. Solana USDC.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"web-intel-mcp-server": {
"command": "uvx",
"args": [
"web-intel-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add web-intel-mcp-server uvx web-intel-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"web-intel-mcp-server": {
"command": "uvx",
"args": [
"web-intel-mcp-server"
]
}
}
}
Or install with pip: pip install web-intel-mcp-server