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.

io.github.kjgueye/netintel-mcp

NPM · NETINTEL-MCP · SCANNED SEP 25

MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments

Available components

+25 this week 64 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability59
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 9590 tokens (~77/item across 123 items; 123 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 123 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • Manipulation not yet verified: only 120 of 123 captured unit(s) of tool text has been judged so far, so we will not certify text no model has read as clean.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.kjgueye/netintel-mcp server?

io.github.kjgueye/netintel-mcp runs locally as an npm package, launched with npx -y netintel-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · netintel-mcp

# add to Claude Code
claude mcp add kjgueye-netintel-mcp -- npx -y netintel-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "kjgueye-netintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "netintel-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kjgueye-netintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "netintel-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add kjgueye-netintel-mcp -- npx -y netintel-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kjgueye-netintel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "netintel-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kjgueye-netintel-mcp --command npx --arg -y --arg netintel-mcp
# ~/.hermes/config.yaml
mcp_servers:
  kjgueye-netintel-mcp:
    command: "npx"
    args: ["-y", "netintel-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kjgueye-netintel-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "netintel-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add kjgueye-netintel-mcp -t stdio -c npx -a -y netintel-mcp
// mcp.json
{
  "mcpServers": {
    "kjgueye-netintel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "netintel-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.

  • 25 Sept 26 +16
    • Malware scan: unverified → pass ▲ security
    • Stability: unverified → 0.03 ▲ functional
    • Package version: 1.1.54 → 1.1.56 functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +9
    • Malware scan: pass → unverified ▼ security
    • Injection markers: unverified → pass ▲ security
    • First check of Judged manipulation: unverified security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 ▲ functional
    • MCP protocol: unverified → pass ▲ functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fair functional
    • First check of Destructive annotations: pass functional
    • First check of Schema quality: pass functional
    • Package version: 1.1.52 → 1.1.54 functional
    • Package version: 1.1.52 → 1.1.53 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
    • Stability: Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare. security
    • Tool safety: Tool safety not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool text to scan. security
    • Schema quality: Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess. functional
    • Capabilities: Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake. functional
    • Tool coverage: Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess. functional
  • 11 Sept 26 −15
    • Malware scan: pass → unverified ▼ security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.1.51 → 1.1.52 functional
  • 8 Sept 26 0
    • Stability: Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare. security
    • Tool safety: Tool safety not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool text to scan. security
    • Schema quality: Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess. functional
    • Capabilities: Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake. functional
    • Tool coverage: Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess. functional
    • Package version: 1.1.49 → 1.1.51 functional
    • Package version: 1.1.49 → 1.1.50 functional
  • 7 Sept 26 0
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.1.48 → 1.1.49 functional
  • 5 Sept 26 0
    • Package version: 1.1.47 → 1.1.48 functional
  • 4 Sept 26 0
    • Stability: Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare. security
    • Tool safety: Tool safety not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool text to scan. security
    • Schema quality: Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess. functional
    • Capabilities: Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake. functional
    • Tool coverage: Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess. functional
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 25 Sept 2026 · Analysed npm/netintel-mcp@1.1.56

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 114 packages
Packages resolved 114
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 123 exposed · ~9,590 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
netintel_ip_report ~62

One premium call returns a complete five-part IP profile — geolocation, ASN/network ownership, multi-DNSBL blacklist status, threat reputation, and an aggregate risk verdict — run concurrently with graceful partial-failure handling, so…

NameTypeReqDescription
ipstringyes–

No output schema declared.

No examples provided.

netintel_ip_reputation ~57

IP reputation and malicious-IP check — screens an address against AbuseIPDB and AlienVault OTX threat feeds and returns a composite risk score, threat categories, malware families, and full source data.

NameTypeReqDescription
ipstringyes–

No output schema declared.

No examples provided.

netintel_ip_risk ~67

One call returns a complete risk profile for an IP address — geolocation, ASN/network owner, blacklist status across multiple DNSBLs, and proxy/VPN/hosting classification — aggregated into a single verdict so agents can make a block/allow…

NameTypeReqDescription
ipstringyes–

No output schema declared.

No examples provided.

netintel_json ~90

Repair malformed JSON into valid JSON — fixes code fences, trailing commas, single quotes, unquoted keys, bad escapes, duplicate keys, truncation, and JSON buried in prose. A deterministic tokenizer runs first (no LLM cost), with an…

NameTypeReqDescription
allow_llmboolean––
coerceboolean––
inputstringyes–
schemaobject––

No output schema declared.

No examples provided.

netintel_jwt_inspector ~39

Decode a JWT token — inspect header and payload, check expiry, flag security issues like weak algorithms.

NameTypeReqDescription
tokenstringyes–

No output schema declared.

No examples provided.

netintel_lang_detect ~33

Detect the language of any text with confidence scoring. Supports 50+ languages.

NameTypeReqDescription
textstringyes–

No output schema declared.

No examples provided.

netintel_markdown ~61

Convert messy HTML or text into clean, well-structured Markdown using Claude Haiku — strips boilerplate, fixes heading hierarchy, normalizes lists and links, and returns readable Markdown so agents can feed clean docs into downstream…

NameTypeReqDescription
textstringyes–

No output schema declared.

No examples provided.

netintel_market_snapshot ~86

One-call market briefing for agents — BTC/ETH/SOL spot + 24h moves, major fiat crosses (USD/EUR, USD/GBP, USD/JPY, EUR/GBP), Base and Ethereum gas with USD transfer cost, and the crypto fear/greed index. Four sections fetched concurrently…

NameTypeReqDescription
symbolsstring––
vsstring––

No output schema declared.

No examples provided.

netintel_messages ~97

OpenAI-compatible chat completions over x402, answered by Claude Sonnet 4.6 — send a messages array and get an assistant reply for Q&A, reasoning, agent planning, coding help, summarization, extraction, classification, and chatbot…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
modelstring––
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_money ~98

Normalize any messy money string into a typed decimal amount plus ISO 4217 currency — handles symbols, locale separators ($1,234.56 vs €1.234,56), magnitude suffixes (1.2M), accounting notation, and natural-language amounts — so agents can…

NameTypeReqDescription
allow_llmboolean––
default_currencystring––
locale_hintstring––
textstringyes–

No output schema declared.

No examples provided.

netintel_name_gen ~81

Generate brandable startup/product names from a keyword using prefixes, suffixes, blends, and phonetic patterns, then check .com (or any TLD) availability for each via DNS — returns available names ranked by a brandability heuristic so…

NameTypeReqDescription
keywordstringyes–
limitnumber––
tldstring––

No output schema declared.

No examples provided.

netintel_normalize ~76

Conform messy or inconsistent JSON to a target schema using Claude Haiku — renames keys, coerces types (string→number, "true"→boolean, etc.), and fills missing fields with null, returning JSON that matches the exact shape the caller…

NameTypeReqDescription
datastringyes–
schemaobjectyes–

No output schema declared.

No examples provided.

netintel_npm_intel ~39

Analyze an npm package — versions, weekly downloads, maintainers, dependencies, quality and maintenance score.

NameTypeReqDescription
packagestringyes–

No output schema declared.

No examples provided.

netintel_og_scraper ~51

Extract Open Graph tags, Twitter Card tags, canonical URL, title, description, favicon, JSON-LD structured data, and article metadata from any public URL.

NameTypeReqDescription
urlstringyes–

No output schema declared.

No examples provided.

netintel_openai ~129

Call OpenAI's gpt-4o via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.10 per request in USDC. Vision: messages may carry up to 4 https image_url parts per call (detail low/high/auto). Every call is bounded by a 16000-token combined input budget plus a 48000-char cap; output capped at 2048…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_openai_gpt_4_1 ~109

Call OpenAI's gpt-4.1 via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.09 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_openai_gpt_4_1_mini ~110

Call OpenAI's gpt-4.1-mini via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.005 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_openai_gpt_4_1_nano ~111

Call OpenAI's gpt-4.1-nano via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.005 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_openai_gpt_4o_mini ~110

Call OpenAI's gpt-4o-mini via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.005 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_tokensnumber––
messagesarrayyes–
temperaturenumber––
top_pnumber––

No output schema declared.

No examples provided.

netintel_openai_gpt_5_1 ~95

Call OpenAI's gpt-5.1 via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.15 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_2 ~95

Call OpenAI's gpt-5.2 via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.20 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_4 ~95

Call OpenAI's gpt-5.4 via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.25 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_4_mini ~96

Call OpenAI's gpt-5.4-mini via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.04 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_4_nano ~97

Call OpenAI's gpt-5.4-nano via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.005 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_5 ~95

Call OpenAI's gpt-5.5 via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.65 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_6_luna ~97

Call OpenAI's gpt-5.6-luna via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.06 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_6_sol ~97

Call OpenAI's gpt-5.6-sol via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.65 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_6_terra ~97

Call OpenAI's gpt-5.6-terra via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.25 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms:…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_openai_gpt_5_nano ~95

Call OpenAI's gpt-5-nano via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.005 per request in USDC. Standard OpenAI chat.completions request/response shape, capped input and output. Search terms: OpenAI…

NameTypeReqDescription
max_completion_tokensnumber––
messagesarrayyes–

No output schema declared.

No examples provided.

netintel_page_extract ~71

Fetch any article or web page and extract clean readable text stripped of ads and boilerplate. Returns content, word count, reading time, and language. For JavaScript-rendered or bot-walled pages a plain fetch can't read, use netintel_exa_contents instead.

NameTypeReqDescription
urlstringyes–

No output schema declared.

No examples provided.

netintel_phone_intel ~62

Parse and validate any phone number in any format. Returns country, line type (mobile/landline/VOIP/toll-free), carrier region, and all standard format variants.

NameTypeReqDescription
country_hintstring––
phonestringyes–

No output schema declared.

No examples provided.

netintel_prediction_market ~74

Full detail for ONE Polymarket prediction market by id or slug — question, description, every outcome with its current price (implied probability), volume, liquidity, open/close dates, resolution source, category, and status. No API key…

NameTypeReqDescription
idstring––
slugstring––

No output schema declared.

No examples provided.

netintel_prediction_markets ~81

Live prediction-market odds from Polymarket — list the top active markets by volume, or search by keyword. Each result has the question, outcomes with current prices (implied probabilities), 24h/total volume, liquidity, and resolution…

NameTypeReqDescription
limitnumber––
querystring––
statusstring––

No output schema declared.

No examples provided.

netintel_redirect_trace ~59

Follow a URL through its full redirect chain recording status codes, timing, TLS status per hop. Returns a redirect health grade A-F and detects protocol downgrades.

NameTypeReqDescription
max_hopsnumber––
urlstringyes–

No output schema declared.

No examples provided.

netintel_robots_txt ~67

Fetch and parse a domain's robots.txt. Returns all crawl rules, sitemap URLs, crawl delay settings, and checks if a specific path is allowed for a given bot.

NameTypeReqDescription
domainstringyes–
pathstring––
user_agentstring––

No output schema declared.

No examples provided.

netintel_rss_parser ~56

Fetch and parse any RSS 2.0 or Atom feed. Returns structured articles with title, link, description, author, publish date, and categories.

NameTypeReqDescription
limitnumber––
urlstringyes–

No output schema declared.

No examples provided.

netintel_schema ~90

Validate data against a supplied schema — checks required fields, nested objects, arrays, enums, string formats, numeric ranges, lengths, and additional-property rules deterministically, with optional type coercion and repair, returning…

NameTypeReqDescription
allow_llmboolean––
coerceboolean––
datastringyes–
repairboolean––
schemaobjectyes–

No output schema declared.

No examples provided.

netintel_schema_map ~107

Transform a source object into a target schema — matches fields by alias and structure deterministically, uses an LLM only for semantic mapping when needed, and supports mapping hints, transforms, and defaults, so agents can reshape data…

NameTypeReqDescription
allow_llmboolean––
defaultsobject––
hintsobject––
modestring––
sourceobjectyes–
target_schemaobjectyes–
transformsobject––

No output schema declared.

No examples provided.

netintel_schema_parse ~61

Extract structured data from any unstructured text using LLM. Pass any JSON Schema and get back a typed object. Works on emails, invoices, resumes, contracts, anything.

NameTypeReqDescription
raw_textstringyes–
target_schemaobjectyes–

No output schema declared.

No examples provided.

netintel_security_headers ~53

Audit 10 security-critical HTTP response headers (CSP, HSTS, X-Frame-Options, etc). Detects anti-patterns and returns a security grade A-F.

NameTypeReqDescription
targetstringyes–

No output schema declared.

No examples provided.

netintel_semantic_rank ~96

Semantic similarity ranking — send a query plus up to 100 candidate texts, get the candidates back ranked by semantic similarity with scores. No vectors, no cosine math, no embedding model to manage: one call, one price, ranked results…

NameTypeReqDescription
candidatesarrayyes–
min_scorenumber––
modelstring––
querystringyes–
top_knumber––

No output schema declared.

No examples provided.

netintel_sentiment ~76

Analyze the sentiment of text using Claude Haiku — returns overall polarity (positive/negative/neutral/mixed), a -1 to +1 score, detected emotions, and optional per-aspect sentiment, so agents can gauge tone in reviews, messages, and…

NameTypeReqDescription
aspectsarray––
textstringyes–

No output schema declared.

No examples provided.

netintel_sitemap_parser ~42

Parse an XML sitemap or auto-discover it from a domain. Returns all URLs with metadata including lastmod and priority.

NameTypeReqDescription
urlstringyes–

No output schema declared.

No examples provided.

netintel_ssl_analyze ~55

Analyze TLS certificate chain, supported protocols (TLS 1.0-1.3), key strength, and return an overall security grade A-F.

NameTypeReqDescription
domainstringyes–
portnumber––

No output schema declared.

No examples provided.

netintel_ssl_cert ~85

SSL certificate check for any domain — issuer, subject, SANs, valid from/to, days until expiry, expired/self-signed flags, TLS version, chain length. One TLS handshake, sub-2-second answer. The light, cheap tier under netintel_ssl_analyze (full analysis, grading).

NameTypeReqDescription
domainstringyes–
portnumber––

No output schema declared.

No examples provided.

netintel_subnet_calc ~57

Calculate IPv4/IPv6 subnet details from CIDR notation — network address, broadcast, netmask, usable host range, supernet. Pass multiple CIDRs comma-separated to detect overlaps.

NameTypeReqDescription
cidrstringyes–

No output schema declared.

No examples provided.

netintel_tech_fingerprint ~45

Detect the full technology stack of a website — CMS, framework, CDN, analytics, security tools — from HTTP headers and HTML.

NameTypeReqDescription
urlstringyes–

No output schema declared.

No examples provided.

netintel_text_chunk ~90

Split text into overlapping chunks for RAG ingestion — by characters or words, with configurable chunk size and overlap. Deterministic (same input → same chunks), returns each chunk with its index and start/end offsets. No API key, no LLM…

NameTypeReqDescription
chunk_sizenumber––
overlapnumber––
textstringyes–
unitstring––

No output schema declared.

No examples provided.

netintel_text_stats ~68

Instant text statistics — characters (with/without spaces), words, unique words, sentences, paragraphs, average word/sentence length, longest word, reading and speaking time. Deterministic, no LLM, no API key. For agents sizing content…

NameTypeReqDescription
textstringyes–

No output schema declared.

No examples provided.

netintel_text_summarize ~85

Summarize any text or web page into a concise summary plus key bullet points using Claude Haiku — accepts raw text or a URL (which it fetches and extracts), enforces an input cap, and returns a clean structured summary so agents can…

NameTypeReqDescription
max_pointsnumber––
textstring––
urlstring––

No output schema declared.

No examples provided.

Common questions

What is the io.github.kjgueye/netintel-mcp server?

io.github.kjgueye/netintel-mcp is listed in the public MCP registry as io.github.kjgueye/netintel-mcp. MCP server for NetIntel, DNS, SSL, WHOIS, email security, OSINT via x402 micropayments. This page covers its npm package (netintel-mcp).

Is the io.github.kjgueye/netintel-mcp server safe to use?

io.github.kjgueye/netintel-mcp scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.kjgueye/netintel-mcp server expose?

io.github.kjgueye/netintel-mcp exposes 123 tools: netintel_dns_lookup, netintel_ssl_analyze, netintel_redirect_trace, netintel_security_headers, netintel_email_auth, and 118 more. Their descriptions and schemas cost roughly 9,590 tokens of context every time the server is loaded.

Is the io.github.kjgueye/netintel-mcp server still maintained?

io.github.kjgueye/netintel-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.kjgueye/netintel-mcp server under?

io.github.kjgueye/netintel-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.