drwhome

drwhome

Remote MCP server with 21 tools: 10 Domain Dossier checks (DNS, MX, SPF, DMARC, DKIM, TLS, redirects, headers, CORS, web-surface) plus 10 developer utilities (base64, JWT decode, DNS lookup, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup) and a dossier_full aggregate. Served over Streamable HTTP.

Category
Visit Server

README

drwho.me

hikmahtech/drwhome MCP server

Minimal, fast network and developer tools at drwho.me. Operated by Hikmah Technologies.

Stack

Next.js 15 · TypeScript (strict) · Tailwind v4 · Biome · Vitest · Playwright · Vercel.

Dev

pnpm install
pnpm dev           # http://localhost:3000
pnpm test          # unit
pnpm test:e2e      # e2e
pnpm lint          # biome
pnpm typecheck
pnpm build
pnpm lh           # Lighthouse CI (perf/seo ≥ 95)

Env vars

Set in Vercel dashboard (do not commit):

Name Purpose
RESEND_API_KEY contact + waitlist email delivery
CONTACT_TO_EMAIL inbox that receives contact + waitlist messages
NEXT_PUBLIC_SITE_URL canonical site origin, e.g. https://drwho.me
IPINFO_TOKEN ipinfo.io API token
KV_REST_API_URL Vercel KV REST endpoint (auto-set when KV is attached)
KV_REST_API_TOKEN Vercel KV REST auth token (auto-set when KV is attached)
NEXT_PUBLIC_ADS_ENABLED "true" to load real AdSense (Plan 5)
ADSENSE_CLIENT_ID AdSense client id (Plan 5)
NEXT_PUBLIC_GA_MEASUREMENT_ID GA4 measurement ID, G-XXXXXXXXXX. Unset → no analytics
GA_API_SECRET GA4 Measurement Protocol API secret (server-side MCP events)
UPSTASH_REDIS_REST_URL Upstash Redis REST endpoint (dossier rate limits)
UPSTASH_REDIS_REST_TOKEN Upstash Redis REST token

MCP

A remote MCP endpoint lives at /mcp/mcp (Streamable HTTP). The handshake and tool listing are open; tools/call is paywalled (HTTP 402, JSON-RPC error -32001) until the paid tier opens. See /mcp on the site for config snippets and the waitlist.

Dossier

  • /d/<domain> streams 10 independent checks (DNS, MX, SPF, DMARC, DKIM, TLS, redirects, headers, CORS, web-surface) as a single dossier.
  • Append ?refresh=1 to bypass caches and revalidate that dossier load.
  • Rate limits (per client IP): 30 /d/<domain> loads per hour, plus a separate 60/hour shared bucket across the standalone dossier tool pages (/tools/dns-records-lookup, /tools/mx-lookup, /tools/spf-checker, etc.). Unset Upstash env vars disable rate limiting (dev default).
  • Abuse-prone targets are rejected at the route + MCP layer via a committed denylist in lib/dossier/denylist.ts.

Layout

  • app/ — routes. app/tools/[slug] is the single dynamic route for every tool.
  • components/ — UI. components/tools/* wraps pure logic from lib/tools/*.
  • content/tools.ts — tool registry, single source of truth.
  • lib/tools/*.ts — pure-function tool logic (reused by web + MCP in Plan 4).
  • docs/superpowers/ — specs + plans.

Deploy

Push to main → Vercel auto-deploys. PRs → preview deploys. Set the env vars above in Vercel before first deploy (except the Plan-deferred ones).

Credits

Favicon: owl icon by Lorc via game-icons.net, licensed under CC BY 3.0.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured