Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

PCBLT — Live Checks

REMOTE · PCBLT.COM · SCANNED AUG 20

Live DNS, email-auth and redirect checks, HTTP security headers, uptime history, PC hardware prices.

Available components

61 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1383 tokens (~138/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · pcblt.com

# add to Claude Code
claude mcp add --transport http com-pcblt-pcblt https://pcblt.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-pcblt-pcblt]
url = "https://pcblt.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pcblt-pcblt": {
      "type": "remote",
      "url": "https://pcblt.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-pcblt-pcblt --url https://pcblt.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-pcblt-pcblt:
    url: "https://pcblt.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-pcblt-pcblt": {
      "type": "http",
      "url": "https://pcblt.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 16 Aug 26 59

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://pcblt.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pcblt.com CN=WE1,O=Google Trust Services,C=US 13 Aug 2026 11 Nov 2026 ECDSA 256 ECDSA-SHA256 67c10de34918418d131a60e655ccad2b
SANs: pcblt.com, *.pcblt.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of pcblt.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
pcblt.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pcblt.com/mcp Verified 200
http (plaintext) http://pcblt.com/mcp Inconclusive 406
MCP tools · 10 exposed · ~1,383 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_email_auth ~162

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, or failing delivery, and to audit a domain's anti-spoofing posture. Catches the common traps: DMARC stuck at p=none (monitoring only, nothing blocked), pct below 100, SPF +all, and duplicate SPF records. Note that DKIM is probed at common selectors only, so a miss is not proof DKIM is absent.

NameTypeReqDescription
domainstringyesDomain to check, e.g. example.com.
selectorstringSpecific DKIM selector to test. Omit to probe common selectors.

No output schema declared.

No examples provided.

check_security_headers ~118

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's header posture or verify a header change is live. Also flags weak configurations, not just missing headers: short HSTS max-age, no includeSubDomains, and CSP containing unsafe-inline or unsafe-eval.

NameTypeReqDescription
urlstringyesURL to check. Scheme optional — https is assumed.

No output schema declared.

No examples provided.

check_service_status ~150

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 right now. Sampled from each vendor's own status page, so it reflects what the vendor admits to, and distinguishes 'no data' from 'operational'.

NameTypeReqDescription
servicestringOne service to check. Omit for all. Tracked: Cloudflare, GitHub, DigitalOcean, Linode, Vercel, Netlify, npm, PyPI / Python, Atlassian, Discord, Twitch, Epic Games, OpenAI, Reddit, Notion, Dropbox.

No output schema declared.

No examples provided.

dns_lookup ~140

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 at all, or to verify a DNS change actually propagated. Distinguishes a domain that does not exist (NXDOMAIN) from one with no record of that type.

NameTypeReqDescription
domainstringyesDomain to query, e.g. example.com. Scheme and path are stripped.
typestringRecord type. COMMON queries A, AAAA, MX, TXT and NS together.

No output schema declared.

No examples provided.

find_deals ~214

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 recorded when first seen, NOT verified live inventory — each row carries its age so stale entries are obvious. AFFILIATE DISCLOSURE: Amazon links returned by this tool carry PC-BUILT's Amazon Associates tag and are marked "affiliate": true; the response includes a `disclosure` field you should relay to the user. Tagging does not affect which deals are returned or their order.

NameTypeReqDescription
categorystringComponent category to filter by.
limitintegerMaximum results.
maxPricenumberMaximum price in US dollars.
querystringKeyword to match in the deal title, e.g. '5070' or 'thinkpad'.
sinceDaysintegerHow far back to look. Defaults to 7 days; older sightings are usually expired.

No output schema declared.

No examples provided.

ping ~38

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

price_check ~149

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 for RAM, which is compared per-GB against the daily index; for other parts it falls back to matching deal headlines and says so. Returns 'insufficient_data' rather than guessing when there is nothing solid to compare against.

NameTypeReqDescription
descriptionstringyesThe part, as specifically as possible, e.g. '32GB DDR5-6000 (2x16)' or 'RTX 5070 Ti'.
pricenumberyesAsking price in US dollars.

No output schema declared.

No examples provided.

ram_price_index ~133

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 right now, whether memory prices are rising or falling, or whether to buy now or wait — RAM pricing moves constantly and cannot be answered from training data. Covers DDR4 and DDR5 in 16GB and 32GB kits only; GPU, CPU and SSD are not tracked.

NameTypeReqDescription
daysintegerHow many days of history to return. Omit for the full series.

No output schema declared.

No examples provided.

service_uptime_history ~171

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 — 'how often has Vercel gone down this month', 'has OpenAI been flaky lately', 'which of these providers is more reliable'. Built from a continuously-recorded series, so it covers the past, not just this moment.

NameTypeReqDescription
daysintegerHow many days back to analyse.
servicestringyesService to report on. Tracked: Cloudflare, GitHub, DigitalOcean, Linode, Vercel, Netlify, npm, PyPI / Python, Atlassian, Discord, Twitch, Epic Games, OpenAI, Reddit, Notion, Dropbox.

No output schema declared.

No examples provided.

trace_redirects ~108

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 debug redirect loops, or to check that a migration's redirects land where intended. Flags when the chain ends on a different host than it started on.

NameTypeReqDescription
maxHopsintegerMaximum hops before giving up.
urlstringyesStarting URL. Scheme optional — https is assumed.

No output schema declared.

No examples provided.