Ten boring-but-essential web utilities every AI agent and app needs — each one reliable HTTP call, deterministic, no LLM, no keys. Use them directly, or drop the whole set into your agent as a single MCP server.
# add all 10 tools to any MCP client (Claude, Cursor, Claude Code)
{ "mcpServers": { "agent-tools": { "command": "npx", "args": ["-y", "web-tools-mcp"] } } }
Main page content as clean Markdown — RAG-ready.
Title, description, image, site, favicon, canonical.
Syntax + live MX/DNS + disposable/role/free detection.
Scrape any page with CSS selectors → structured JSON.
Any feed → clean JSON items for agents/automations.
A/MX/TXT/CAA… plus SPF/DMARC email-auth.
RDAP: domain age, registrar, expiry — a trust signal.
Issuer, validity, days-to-expiry, SANs, trust.
Redirect chain + security-header report.
JSON-LD / schema.org / OpenGraph extraction.
Hardened (SSRF-guarded, timeouts, size caps). Deterministic — same input, same output. Open source (MIT).