Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"me-drwho-tools": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for me.drwho/tools and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Minimal, fast network and developer tools at drwho.me.
Operated by Hikmah Technologies.
Next.js 15 · TypeScript (strict) · Tailwind v4 · Biome · Vitest · Playwright · Vercel.
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)
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) |
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.
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.Push to main → Vercel auto-deploys. PRs → preview deploys. Set the env vars above in Vercel before first deploy (except the Plan-deferred ones).