netintel-mcp 1.1.17 → 1.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -15
- package/dist/index.js +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# netintel-mcp
|
|
2
2
|
|
|
3
|
-
MCP server for NetIntel —
|
|
3
|
+
MCP server for NetIntel — 72 network intelligence tools for AI agents.
|
|
4
4
|
DNS, SSL, WHOIS, email security, cloud fingerprinting, OSINT and more.
|
|
5
5
|
Pay-per-call via x402 on Base mainnet. No API keys needed — just a wallet with USDC.
|
|
6
6
|
|
|
@@ -31,21 +31,21 @@ Or add manually to your Claude Desktop config:
|
|
|
31
31
|
|
|
32
32
|
## Tools
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
72 pay-per-call tools across DNS, SSL/TLS, WHOIS & domains, email security, IP intelligence, web & content, OSINT, AI text processing, and bundled reports.
|
|
35
35
|
|
|
36
36
|
| Tool | Description | Price |
|
|
37
37
|
|------|-------------|-------|
|
|
38
|
-
| netintel_dns_lookup | DNS lookup / nslookup / dig API — resolve
|
|
38
|
+
| netintel_dns_lookup | DNS lookup / nslookup / dig API — resolve the common DNS record types… | $0.002 |
|
|
39
39
|
| netintel_ssl_analyze | Performs a TLS handshake to inspect the certificate chain, probes… | $0.03 |
|
|
40
40
|
| netintel_redirect_trace | Follows a URL through its full redirect chain (up to 20 hops)… | $0.01 |
|
|
41
41
|
| netintel_security_headers | Fetches a URL and evaluates 10 security-critical response headers (CSP… | $0.01 |
|
|
42
42
|
| netintel_email_auth | Email deliverability & domain security check — validates SPF, DKIM… | $0.002 |
|
|
43
43
|
| netintel_cloud_fingerprint | Fingerprints a domain's cloud infrastructure by probing DNS records… | $0.01 |
|
|
44
|
-
| netintel_schema_parse | Extract structured data from any unstructured text into your own JSON… | $0.
|
|
44
|
+
| netintel_schema_parse | Extract structured data from any unstructured text into your own JSON… | $0.05 |
|
|
45
45
|
| netintel_asn_lookup | Resolves an IP address or domain to its Autonomous System Number (ASN)… | $0.03 |
|
|
46
46
|
| netintel_whois_lookup | WHOIS domain lookup via RDAP — registrar, creation/expiry/updated… | $0.003 |
|
|
47
47
|
| netintel_cert_transparency | Query the crt.sh certificate transparency log database to enumerate all… | $0.01 |
|
|
48
|
-
| netintel_subnet_calc | Calculates IPv4/IPv6 subnet details from CIDR notation
|
|
48
|
+
| netintel_subnet_calc | Calculates IPv4/IPv6 subnet details from CIDR notation —… | $0.005 |
|
|
49
49
|
| netintel_dns_propagation | Query a domain's DNS record across 10 geographically distributed public… | $0.03 |
|
|
50
50
|
| netintel_dnssec_validate | Validate a domain's DNSSEC configuration by checking for DS records at… | $0.03 |
|
|
51
51
|
| netintel_ip_blacklist | Check an IP address against 15 major DNS blacklists (Spamhaus… | $0.05 |
|
|
@@ -55,20 +55,20 @@ Or add manually to your Claude Desktop config:
|
|
|
55
55
|
| netintel_email_intel | Email verification & deliverability check (email validator / verifier)… | $0.005 |
|
|
56
56
|
| netintel_og_scraper | Fetch any public URL and extract structured metadata — Open Graph tags… | $0.01 |
|
|
57
57
|
| netintel_page_extract | Fetch any article or web page and extract clean readable text stripped… | $0.05 |
|
|
58
|
-
| netintel_phone_intel | Parse and validate any phone number in any format, identify its… | $0.05 |
|
|
58
|
+
| netintel_phone_intel | Parse and validate any phone number in any format, identify its country… | $0.05 |
|
|
59
59
|
| netintel_robots_txt | Fetch and parse a domain's robots.txt file — returns all crawl rules by… | $0.01 |
|
|
60
60
|
| netintel_rss_parser | Fetch and parse any RSS 2.0 or Atom feed URL and return structured… | $0.01 |
|
|
61
61
|
| netintel_username_check | Check username availability across 20+ social platforms and developer… | $0.03 |
|
|
62
62
|
| netintel_wayback_lookup | Query the Internet Archive Wayback Machine to check if a URL has ever… | $0.01 |
|
|
63
63
|
| netintel_ip_reputation | Check an IP address against AbuseIPDB and AlienVault OTX threat feeds… | $0.05 |
|
|
64
64
|
| netintel_cron_parser | Parse any cron expression into a human-readable explanation, validate… | $0.03 |
|
|
65
|
-
| netintel_currency_exchange | Convert any amount between
|
|
65
|
+
| netintel_currency_exchange | Convert any amount between 32 fiat currencies (live European Central… | $0.01 |
|
|
66
66
|
| netintel_holidays | Look up public holidays for any country and year, check whether a… | $0.005 |
|
|
67
67
|
| netintel_ip_geo | IP geolocation lookup (geoip / IP location API) — geolocate any IPv4 or… | $0.002 |
|
|
68
68
|
| netintel_jwt_inspector | Decode and inspect any JWT token — extracts header algorithm, payload… | $0.005 |
|
|
69
|
-
| netintel_lang_detect | Detect the language of any text input using
|
|
69
|
+
| netintel_lang_detect | Detect the language of any text input using stopword-set matching and… | $0.005 |
|
|
70
70
|
| netintel_npm_intel | Fetch metadata for any npm package — download counts, latest version… | $0.01 |
|
|
71
|
-
| netintel_sitemap_parser | Fetch and parse any XML sitemap or sitemap index file — returns
|
|
71
|
+
| netintel_sitemap_parser | Fetch and parse any XML sitemap or sitemap index file — returns URLs… | $0.01 |
|
|
72
72
|
| netintel_url_safety | Check a URL against URLhaus malware database and heuristic phishing… | $0.05 |
|
|
73
73
|
| netintel_domain_age | Determine a domain's age from registration data and archival history —… | $0.03 |
|
|
74
74
|
| netintel_bulk_domain | Check availability of many domain names across multiple TLDs in a… | $0.10 |
|
|
@@ -76,15 +76,15 @@ Or add manually to your Claude Desktop config:
|
|
|
76
76
|
| netintel_domain_report | One call returns a complete intelligence profile for a domain — WHOIS… | $0.10 |
|
|
77
77
|
| netintel_ip_risk | One call returns a complete risk profile for an IP address —… | $0.10 |
|
|
78
78
|
| netintel_name_gen | Generate brandable startup/product names from a keyword using prefixes… | $0.05 |
|
|
79
|
-
| netintel_tld_price |
|
|
79
|
+
| netintel_tld_price | Reference registration/renewal/transfer pricing from a curated table of… | $0.01 |
|
|
80
80
|
| netintel_typosquat | Generate common typo and look-alike variations of a domain and check… | $0.05 |
|
|
81
81
|
| netintel_classify | Text classification API — zero-shot text classifier / categorization:… | $0.005 |
|
|
82
82
|
| netintel_content_moderate | Moderate text content using Claude Haiku — flags categories like… | $0.05 |
|
|
83
83
|
| netintel_entity_extract | Extract named entities from text using Claude Haiku — people… | $0.05 |
|
|
84
|
-
| netintel_sentiment | Sentiment analysis API —
|
|
84
|
+
| netintel_sentiment | Sentiment analysis API — analyze sentiment of text and get a text… | $0.002 |
|
|
85
85
|
| netintel_text_summarize | Text summarizer / summarization API — condense text, Markdown, or a URL… | $0.005 |
|
|
86
86
|
| netintel_translate | Translate up to 2000 words between languages using Claude Haiku —… | $0.08 |
|
|
87
|
-
| netintel_translate_short | Translate
|
|
87
|
+
| netintel_translate_short | Translate text between languages — text translation API for short… | $0.03 |
|
|
88
88
|
| netintel_domain_due_diligence | One call combines domain availability, heuristic value appraisal, and… | $0.20 |
|
|
89
89
|
| netintel_domain_report_full | One premium call returns a complete six-part domain profile — DNS… | $0.25 |
|
|
90
90
|
| netintel_email_report | One call combines domain email authentication (SPF/DKIM/DMARC)… | $0.15 |
|
|
@@ -92,7 +92,7 @@ Or add manually to your Claude Desktop config:
|
|
|
92
92
|
| netintel_url_safety_full | One call vets a URL end to end — traces its full redirect chain, checks… | $0.15 |
|
|
93
93
|
| netintel_extract | Parse and normalize a freeform address string using Claude Haiku —… | $0.03 |
|
|
94
94
|
| netintel_extract_contact | Extract structured contact details from text, an email signature, or… | $0.05 |
|
|
95
|
-
| netintel_extract_invoice | Extract structured data from invoice or receipt text
|
|
95
|
+
| netintel_extract_invoice | Extract structured data from invoice or receipt text — or directly from… | $0.10 |
|
|
96
96
|
| netintel_extract_resume | Extract structured data from resume/CV text using Claude Haiku —… | $0.08 |
|
|
97
97
|
| netintel_extract_table | Extract tabular data from messy text or HTML using Claude Haiku —… | $0.05 |
|
|
98
98
|
| netintel_markdown | Convert messy HTML or text into clean, well-structured Markdown using… | $0.03 |
|
|
@@ -102,10 +102,11 @@ Or add manually to your Claude Desktop config:
|
|
|
102
102
|
| netintel_money | Normalize any messy money string into a typed decimal amount plus ISO… | $0.01 |
|
|
103
103
|
| netintel_calendar | Turn event fields into a valid RFC 5545 .ics calendar file — handles… | $0.005 |
|
|
104
104
|
| netintel_event_classify | Cheap, fast "is this a dateable event?" filter for social and web text… | $0.02 |
|
|
105
|
-
| netintel_event_extract | Event extraction / event parsing — turn any caption, announcement… | $0.
|
|
105
|
+
| netintel_event_extract | Event extraction / event parsing — turn any caption, announcement… | $0.05 |
|
|
106
106
|
| netintel_messages | OpenAI-compatible chat completions over x402, answered by Claude Sonnet… | $0.06 |
|
|
107
107
|
| netintel_ai_image | Generate agent-ready image assets (icons, logos, social graphics… | $0.25 |
|
|
108
|
-
| netintel_convert | Convert any physical measurement
|
|
108
|
+
| netintel_convert | Convert any physical measurement — length, mass, volume, temperature… | $0.01 |
|
|
109
|
+
| netintel_domain | Composite 0-100 trust/risk score for a domain in one call — blends… | $0.10 |
|
|
109
110
|
|
|
110
111
|
## Payment
|
|
111
112
|
All tools pay automatically via x402 on Base mainnet (USDC).
|
package/dist/index.js
CHANGED
|
@@ -770,6 +770,16 @@ function registerTools(server, api) {
|
|
|
770
770
|
return err(e);
|
|
771
771
|
}
|
|
772
772
|
});
|
|
773
|
+
// 74. Domain (POST)
|
|
774
|
+
server.tool("netintel_domain", "Composite 0-100 trust/risk score for a domain in one call — blends domain age, SSL/TLS, DNS health, email auth (SPF/DKIM/DMARC), IP reputation, and certificate transparency into a single \"safe to do business with this domain?\" verdict with…", { domain: z.string() }, async ({ domain }) => {
|
|
775
|
+
try {
|
|
776
|
+
const res = await api.post("/domain/vendor-risk", { domain });
|
|
777
|
+
return ok(res.data);
|
|
778
|
+
}
|
|
779
|
+
catch (e) {
|
|
780
|
+
return err(e);
|
|
781
|
+
}
|
|
782
|
+
});
|
|
773
783
|
}
|
|
774
784
|
async function main() {
|
|
775
785
|
const api = await createClient();
|