netintel-mcp 1.1.12 → 1.1.14

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ Or add manually to your Claude Desktop config:
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 | Accepts unstructured text and a JSON Schema, then uses an LLM to… | $0.10 |
44
+ | netintel_schema_parse | Extract structured data from any unstructured text into your own JSON… | $0.10 |
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 |
@@ -102,7 +102,7 @@ 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 | Extract a normalized calendar event from any caption, announcement, or… | $0.10 |
105
+ | netintel_event_extract | Event extraction / event parsing — turn any caption, announcement… | $0.10 |
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
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netintel-mcp",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "mcpName": "io.github.kjgueye/netintel-mcp",
5
5
  "repository": {
6
6
  "type": "git",