PCBLT — Live Checks
com.pcblt/pcbltLive DNS, email-auth and redirect checks, HTTP security headers, uptime history, PC hardware prices.
Tools · 12
Health check for the pcblt server. Returns the server version and the current UTC time. Use only to confirm connectivity — it carries no other data.
Look up live DNS records for a domain (A, AAAA, MX, TXT, NS, CNAME, CAA, SOA). Use whenever the real, current DNS state matters: where a domain points, which mail servers it uses, whether it resolves …
Check a domain's live email authentication — SPF, DKIM and DMARC — and return a plain-language verdict on whether it is actually enforced. Use for questions about mail being spoofed, landing in spam, …
Follow a URL's redirect chain hop by hop and report every stop with its status code, plus the final destination. Use to find where a shortened or tracking link actually leads before opening it, to deb…
Fetch a URL and report which HTTP security headers it sets — HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy — with what each one is for. Use to audit a site…
Current PC memory prices and their daily history: blended dollars-per-GB, the cheapest tracked kit in each DDR4/DDR5 segment, and 7- and 30-day movement. Use for any question about what RAM costs righ…
Judge whether a specific asking price for a PC part is good, by comparing it against tracked market data. Use when someone asks 'is $X a good price for Y' or wants a listing sanity-checked. Strongest …
Search recently-sighted PC hardware deals aggregated from Slickdeals, r/buildapcsales and DealNews. Use when someone wants current deals on a component type or under a budget. Results are sightings re…
Search currently-open REMOTE tech jobs aggregated from company ATS boards (Greenhouse, Ashby, Lever, Workday, iCIMS) and remote job feeds. Use when someone asks what remote roles are open in a discipl…
Aggregate view of the remote tech job market as PC-BUILT currently tracks it: open counts by discipline, which companies are hiring most, how many postings demand US residency, and what salary data ex…
Current reported status of major developer and consumer services (GitHub, Cloudflare, OpenAI, npm, Vercel, Discord, Reddit and others). Use when asked whether a service is down or having problems righ…
How reliable a service has actually been over time: percentage of readings operational, degraded, or in a major outage, plus a list of incident windows. Use for questions a status page cannot answer —…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pcblt_—_live_checks": {
"url": "https://pcblt.com/mcp",
"transport": "streamable-http"
}
}
}