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

io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp

NPM · BROKE2BUILT-SKILLS-MCP · SCANNED AUG 3

29 live data skills for agents: email/DNS/domain intel, web audits, EVM reads. Free tier.

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1952 tokens (~67/item across 29 items; 29 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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.

npm · broke2built-skills-mcp

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-broke2built-skills-mcp -- npx -y broke2built-skills-mcp
# add to Codex CLI
codex mcp add lordbasilaiassistant-sudo-broke2built-skills-mcp -- npx -y broke2built-skills-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-broke2built-skills-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "broke2built-skills-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lordbasilaiassistant-sudo-broke2built-skills-mcp --command npx --arg -y --arg broke2built-skills-mcp
# ~/.hermes/config.yaml
mcp_servers:
  lordbasilaiassistant-sudo-broke2built-skills-mcp:
    command: "npx"
    args: ["-y", "broke2built-skills-mcp"]
// mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-broke2built-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "broke2built-skills-mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +1

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

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 29 exposed · ~1,952 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
brand_assets ~61

Extract a site's brand assets: favicon, apple-touch-icon, og:image, theme-color, icons. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

broken_links ~61

Fetch a page, extract links, HEAD-check each — report every broken/dead link with status. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

dns_lookup ~67

All-in-one DNS: A, AAAA, MX, TXT, NS, CNAME, CAA records in one call. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

domain_intel ~58

Domain intelligence: mail provider + deliverability + tech stack + metadata + signals. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

email_auth ~61

Email authentication audit: SPF, DMARC, DKIM (common selectors) + spoofability verdict. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

evm_address_intel ~107

EVM address intel: contract vs wallet (EOA), bytecode size, native balance. ?chain=eth|base|arbitrum|optimism|polygon. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
addressstringyesThe address to analyze
chainstringeth|base|arbitrum|optimism|polygon (or "all" for gas-tracker)

No output schema declared.

No examples provided.

gas_tracker ~84

Live gas price in gwei for EVM chains (eth|base|arbitrum|optimism|polygon|all). (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
chainstringyeseth|base|arbitrum|optimism|polygon (or "all" for gas-tracker)

No output schema declared.

No examples provided.

html_table ~57

Extract HTML tables from a page as clean JSON (headers mapped to row objects). (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

ip_geo ~61

Resolve a domain/host to its IP and return geolocation + ASN/ISP + hosting org. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

json_repair ~60

Repair broken/malformed JSON (esp. truncated LLM output) into valid parsed JSON. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
jsonstringyesThe json to analyze

No output schema declared.

No examples provided.

lang_hreflang ~59

Detect a page's language + charset + hreflang alternate-language versions. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

multichain_balance ~86

Native balance for one address across 5 EVM chains in one call. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
addressstringyesThe address to analyze
chainstringeth|base|arbitrum|optimism|polygon (or "all" for gas-tracker)

No output schema declared.

No examples provided.

readability ~63

Extract the main article text (strips nav/ads/boilerplate) + word count + reading time. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

redirect_trace ~58

Trace the full redirect chain for a URL — every hop, status, final destination. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

robots_analyze ~60

Parse robots.txt: per-user-agent rules, declared sitemaps, path crawlability. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

rss_to_json ~63

Fetch an RSS/Atom feed and return clean JSON (title, link, date, summary per item). (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

security_headers ~68

HTTP security-header audit (HSTS, CSP, X-Frame, X-Content-Type, Referrer-Policy…) + grade. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

seo_audit ~66

On-page SEO snapshot: title/meta, H1 count, canonical, OpenGraph, image-alt coverage + graded issues. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

sitemap_extract ~59

Find + parse a site's sitemap → list of URLs with count (follows sitemap-index). (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.

source_verify ~81

Verify a cited source URL: live status + final URL + title + whether the domain is an OFFICIAL publisher (curated EU/BE/NL legal-source list + official-TLD heuristics). (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

structured_data ~58

Extract JSON-LD / schema.org structured data — @types present + parsed objects. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

tech_detect ~60

Tech-stack fingerprint: CDN, server, framework/CMS, analytics, payment + hosting signals. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

text_entities ~63

Extract entities from text: emails, URLs, IPs, phones, dates, hashtags, mentions, money. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
textstringyesThe text to analyze

No output schema declared.

No examples provided.

token_metadata ~90

ERC-20 token metadata on-chain: name, symbol, decimals, total supply. ?chain=… (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
addressstringyesThe address to analyze
chainstringeth|base|arbitrum|optimism|polygon (or "all" for gas-tracker)

No output schema declared.

No examples provided.

tx_status ~92

EVM transaction status: success/failed, block, confirmations, from/to, gas used. ?chain=… (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
chainstringeth|base|arbitrum|optimism|polygon (or "all" for gas-tracker)
hashstringyesThe hash to analyze

No output schema declared.

No examples provided.

url_metadata ~60

Page metadata: title, description, canonical, OpenGraph, Twitter card, favicon, lang. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
urlstringyesThe url to analyze

No output schema declared.

No examples provided.

verify_email ~54

Live email verification: syntax + MX + disposable + role-account. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
emailstringyesThe email to analyze

No output schema declared.

No examples provided.

vies_check ~72

Verify an EU VAT number against the official EC VIES registry: valid?, registered name + address. e.g. vat=BE0403170701. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
vatstringyesThe vat to analyze

No output schema declared.

No examples provided.

whois_rdap ~63

Domain registration intel via RDAP: created/expires, age, registrar, status, nameservers. (free taste tier: 20 calls/day/IP — set ALLY_KEY env for 100/day free)

NameTypeReqDescription
domainstringyesThe domain to analyze

No output schema declared.

No examples provided.