@agentutility/mcp-web-probe 0.28.1 → 0.29.0

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 CHANGED
@@ -22,7 +22,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
22
22
  }
23
23
  ```
24
24
 
25
- Restart Claude Desktop. 139 tools appear in the tool palette.
25
+ Restart Claude Desktop. 144 tools appear in the tool palette.
26
26
 
27
27
  ## Install — Cursor
28
28
 
@@ -46,7 +46,7 @@ Send any amount of **USDC on Base mainnet** to the address derived from your `X4
46
46
 
47
47
  USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
48
48
 
49
- ## Tools (139)
49
+ ## Tools (144)
50
50
 
51
51
  | Tool | Description |
52
52
  |---|---|
@@ -95,6 +95,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
95
95
  | `email-validator` | (0.005 USDC/call) Email validator / email syntax and domain validation / MX record checker / disposable email checker / domain email health API. Returns deliverability score, risk bucket, MX records, disposable-domain match, role-account signal, and SPF/DMARC/DKIM posture. |
96
96
  | `email-verify` | (0.005 USDC/call) Email verifier / email verify / email verification API / validate email address / email deliverability verification. DNS-based address and domain risk check with MX, disposable-domain, role-account, SPF, DMARC, and DKIM signals. Privacy-safe: does not probe the recipient mailbox. |
97
97
  | `email-verify-api` | (0.005 USDC/call) Email verify API / email verification endpoint / validate email address. Same DNS-safe email deliverability backend as email-verify, indexed for agents looking for exact email verification wording with syntax, MX, disposable-domain, role-account, SPF, DMARC, and DKIM checks. |
98
+ | `equities-news` | (0.005 USDC/call) Equities news API (alias of stocks-news). Recent GDELT-backed headlines on equities, earnings, IPOs, the Fed, and macro with sentiment and source domains. Data-only; no trading advice or price prediction. |
98
99
  | `expand-url` | (0.02 USDC/call) Expand URL / URL expander / expand url / redirect chain tracer / link unshortener / shortlink resolver / bit.ly + t.co + lnkd.in + goo.gl + tinyurl resolver / final-URL fetcher / phishing redirect inspector. Walks the HTTP redirect chain hop-by-hop, returning every step with status code, Location header, redirect_type (permanent / temporary / meta / js), per-hop duration, and content-type, plus the final landing URL and total trace time. Useful for unmasking shortened links before fetch, and for forensic / security analysis of suspicious redirects. |
99
100
  | `github-readme` | (0.002 USDC/call) GitHub README fetch / repo readme / open-source-readme-as-markdown / package documentation puller. Pulls the raw README markdown for any public GitHub repository via the official GitHub REST API — no auth required for public repos. Returns the unaltered markdown plus byte size and char count. Useful for agents documenting a stack, explaining a library, or snipping an example. |
100
101
  | `github-stars-history` | (0.005 USDC/call) GitHub stars history / star growth chart / repo popularity over time / trending tracker. Current star count plus a sampled cumulative-stars-vs-date series for any public GitHub repo. Walks 1-10 evenly-spaced pages of /stargazers using application/vnd.github.star+json so each sample carries a starred_at timestamp. Free public API, no auth (subject to GitHub's 60 req/h unauthenticated limit). |
@@ -119,8 +120,10 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
119
120
  | `mindshare` | (0.008 USDC/call) Mindshare API / social mindshare / X conversation share / Twitter sentiment summary. Searches recent public X posts for a topic and returns tweet-level sentiment plus aggregate positive/neutral/negative distribution and average score. Searches recent X posts with sentiment scoring. Read-only; no posting, replying, liking, following, or account mutation. |
120
121
  | `npm-package-stats` | (0.003 USDC/call) npm package stats / npm registry lookup / npm downloads / package release history / package metadata. Fetches the public npm registry record for a package and returns description, license, repository, latest version, total version count, recent versions with publish timestamps and deprecation flags, age in days, days since last release, maintainer count + list, and downloads for the last day, week, month, year. The npm registry numbers behind package-risk-npm — just the metrics, without the risk write-up. Public npm registry (registry.npmjs.org + api.npmjs.org), commercial use permitted under the npm Public Registry Open Source Terms. |
121
122
  | `password-strength` | (0.02 USDC/call) Password strength / password strength meter / password checker / password entropy calculator / zxcvbn-style score / HIBP breach lookup / pwned password check / password validator. Returns 0-100 score and weak/fair/good/strong/excellent bucket, Shannon entropy bits, charset size, character-class breakdown (lower/upper/numbers/symbols), common-pattern detection (sequences, keyboard walks, repeats, dictionary words), and crack-time estimates across throttled/unthrottled/offline-slow/offline-fast attacker models. Plus optional Have-I-Been-Pwned k-anonymity breach lookup - only the first 5 chars of the SHA-1 hash leave the worker. |
123
+ | `people` | (0.01 USDC/call) People lookup / people API / person lookup (alias of people-enrich). Given an email, name, domain, or company, returns a normalized person record with inferred display name, free-email detection, MX records, and optional public company context. Public-data only; no private people databases or LinkedIn scraping. |
122
124
  | `people-enrich` | (0.01 USDC/call) People enrichment API / contacts enrich / contact enrichment / person enrichment / email enrichment / lead enrichment lite / Apollo alternative for agents. Given email, name, domain, or company, normalizes the person record, infers a display name from email when safe, detects free-email domains, fetches MX records via Cloudflare DNS, and optionally reads public homepage metadata for company context. Public-data only; does not use private people databases, LinkedIn scraping, or social-network scraping. |
123
125
  | `people-search` | (0.01 USDC/call) People search API / lead lookup / lightweight people enrichment. Accepts email/name/domain/company context and returns a normalized public-data person record with inferred name, domain, company, MX records, and homepage context when available. It is enrichment from caller-supplied identifiers, not a private people database. |
126
+ | `person` | (0.01 USDC/call) Person lookup / person enrichment API (alias of people-enrich). Resolve an email, name, domain, or company into a normalized person record with inferred name, free-email detection, MX records, and optional public company context. Public-data only; no private people databases or social scraping. |
124
127
  | `person-enrich` | (0.01 USDC/call) Person enrichment API / people enrichment / email-to-person profile lite. Normalizes a person record from email/name/domain/company inputs using public DNS and homepage metadata. Designed for agents that need lightweight enrichment without private data brokers or social scraping. |
125
128
  | `phishing-domain-triage` | (0.02 USDC/call) Phishing domain triage API / suspicious domain age and registrar risk check. Same RDAP backend as whois-lookup, surfaced for security agents screening newly registered lookalike domains, DNSSEC status, expiration, registrar, and EPP lock flags. |
126
129
  | `product-name-score` | (0.005 USDC/call) Product name score API / product naming evaluator / feature name quality check. Same backend as brand-name-score, surfaced for agents naming products, features, apps, tools, newsletters, and APIs. |
@@ -152,6 +155,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
152
155
  | `ssl-certificate-check` | (0.03 USDC/call) SSL certificate check / TLS certificate expiry API. Inspect a host's current certificate issuer, subject, SAN list, validity dates, and days-until-expiry from Certificate Transparency logs. |
153
156
  | `startup-domain-diligence` | (0.02 USDC/call) Startup domain diligence API / brand launch domain check / acquisition target domain age screen. Same RDAP backend as whois-lookup, listed for agents validating domain age, registrar, transfer history, DNSSEC, and expiry before launches or outreach. |
154
157
  | `startup-name-generator` | (0.05 USDC/call) Startup name generator / product name generator / founder naming API. Same backend as domain-suggest. Generates short candidate names for a startup concept and checks matching domain availability across common startup TLDs. |
158
+ | `stock-news` | (0.005 USDC/call) Stock news / equities headlines (alias of stocks-news). GDELT-backed public news on stocks, earnings, IPOs, the Fed, and macro with sentiment. Buyer-wording variant of stocks-news. Data-only; no trading advice. |
159
+ | `stocks-news` | (0.005 USDC/call) Stocks news API / equities news / stock market news / earnings news / Wall Street headlines for agents. GDELT-backed public news on equities, earnings, IPOs, the Fed, and macro — recent headline metadata with sentiment and source domains. The equities companion to crypto-news. Data-only news synthesis; no price prediction, trading advice, or order routing. |
155
160
  | `subdomain-enum` | (0.03 USDC/call) Subdomain enumeration / attack-surface mapping / DNS recon. Certificate Transparency log mining (crt.sh). All-public data. Each subdomain with first-seen, last-seen, cert count. |
156
161
  | `tech-stack-detect` | (0.01 USDC/call) Tech stack detector. Fingerprints any website to identify its frameworks, CMS, analytics, hosting, CDN, and CMS in a single GET. Wappalyzer / BuiltWith alternative. Matches response headers, meta tags, script src patterns, cookie names, and HTML signatures against 50+ known products: WordPress / Shopify / Webflow / Ghost / Wix / Squarespace, Next.js / Nuxt / Astro / Gatsby / Remix, React / Vue / Svelte, Vercel / Netlify / Cloudflare / AWS, Stripe / Intercom / Segment / GA4 / Plausible. Returns each detection with category and confidence. |
157
162
  | `tld-info` | (0.001 USDC/call) TLD info / top-level domain registry lookup / ccTLD vs gTLD / TLD introduction year / new gTLD registry. For any top-level domain, returns the registry operator, type (gTLD / ccTLD / sTLD), country (for ccTLDs), introduction year, and notes. In-handler dictionary covers ~80 of the most common TLDs; falls back to a structural guess for unrecognized TLDs. |
@@ -209,4 +214,4 @@ The agent never sees the payment flow — it just gets the result.
209
214
 
210
215
  ---
211
216
 
212
- **Version:** 0.28.1 · **License:** MIT
217
+ **Version:** 0.29.0 · **License:** MIT
@@ -1,6 +1,6 @@
1
1
  /** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
2
2
  export const CLUSTER_SLUG = "web-probe";
3
- export const VERSION = "0.28.1";
3
+ export const VERSION = "0.29.0";
4
4
  export const TOOLS = [
5
5
  {
6
6
  "name": "answer-web",
@@ -1213,6 +1213,41 @@ export const TOOLS = [
1213
1213
  ]
1214
1214
  }
1215
1215
  },
1216
+ {
1217
+ "name": "equities-news",
1218
+ "http_name": "equities-news",
1219
+ "description": "(0.005 USDC/call) Equities news API (alias of stocks-news). Recent GDELT-backed headlines on equities, earnings, IPOs, the Fed, and macro with sentiment and source domains. Data-only; no trading advice or price prediction.",
1220
+ "method": "POST",
1221
+ "input_schema": {
1222
+ "type": "object",
1223
+ "properties": {
1224
+ "topic": {
1225
+ "type": "string",
1226
+ "enum": [
1227
+ "stocks",
1228
+ "earnings",
1229
+ "ipos",
1230
+ "fed",
1231
+ "macro",
1232
+ "tech"
1233
+ ],
1234
+ "description": "Preset topic. Default stocks."
1235
+ },
1236
+ "query": {
1237
+ "type": "string",
1238
+ "description": "Optional GDELT query override, max 240 chars."
1239
+ },
1240
+ "limit": {
1241
+ "type": "number",
1242
+ "description": "Headlines to return, 1-30. Default 10."
1243
+ },
1244
+ "hours": {
1245
+ "type": "number",
1246
+ "description": "Lookback window in hours, 1-168. Default 48."
1247
+ }
1248
+ }
1249
+ }
1250
+ },
1216
1251
  {
1217
1252
  "name": "expand-url",
1218
1253
  "http_name": "expand-url",
@@ -1900,6 +1935,37 @@ export const TOOLS = [
1900
1935
  ]
1901
1936
  }
1902
1937
  },
1938
+ {
1939
+ "name": "people",
1940
+ "http_name": "people",
1941
+ "description": "(0.01 USDC/call) People lookup / people API / person lookup (alias of people-enrich). Given an email, name, domain, or company, returns a normalized person record with inferred display name, free-email detection, MX records, and optional public company context. Public-data only; no private people databases or LinkedIn scraping.",
1942
+ "method": "POST",
1943
+ "input_schema": {
1944
+ "type": "object",
1945
+ "properties": {
1946
+ "email": {
1947
+ "type": "string",
1948
+ "description": "Person email address, e.g. jane.doe@example.com."
1949
+ },
1950
+ "name": {
1951
+ "type": "string",
1952
+ "description": "Optional known person name."
1953
+ },
1954
+ "domain": {
1955
+ "type": "string",
1956
+ "description": "Optional company domain."
1957
+ },
1958
+ "company": {
1959
+ "type": "string",
1960
+ "description": "Optional known company name."
1961
+ },
1962
+ "include_homepage": {
1963
+ "type": "boolean",
1964
+ "description": "Fetch public homepage metadata when available. Default true."
1965
+ }
1966
+ }
1967
+ }
1968
+ },
1903
1969
  {
1904
1970
  "name": "people-enrich",
1905
1971
  "http_name": "people-enrich",
@@ -1962,6 +2028,37 @@ export const TOOLS = [
1962
2028
  }
1963
2029
  }
1964
2030
  },
2031
+ {
2032
+ "name": "person",
2033
+ "http_name": "person",
2034
+ "description": "(0.01 USDC/call) Person lookup / person enrichment API (alias of people-enrich). Resolve an email, name, domain, or company into a normalized person record with inferred name, free-email detection, MX records, and optional public company context. Public-data only; no private people databases or social scraping.",
2035
+ "method": "POST",
2036
+ "input_schema": {
2037
+ "type": "object",
2038
+ "properties": {
2039
+ "email": {
2040
+ "type": "string",
2041
+ "description": "Person email address, e.g. jane.doe@example.com."
2042
+ },
2043
+ "name": {
2044
+ "type": "string",
2045
+ "description": "Optional known person name."
2046
+ },
2047
+ "domain": {
2048
+ "type": "string",
2049
+ "description": "Optional company domain."
2050
+ },
2051
+ "company": {
2052
+ "type": "string",
2053
+ "description": "Optional known company name."
2054
+ },
2055
+ "include_homepage": {
2056
+ "type": "boolean",
2057
+ "description": "Fetch public homepage metadata when available. Default true."
2058
+ }
2059
+ }
2060
+ }
2061
+ },
1965
2062
  {
1966
2063
  "name": "person-enrich",
1967
2064
  "http_name": "person-enrich",
@@ -2896,6 +2993,76 @@ export const TOOLS = [
2896
2993
  ]
2897
2994
  }
2898
2995
  },
2996
+ {
2997
+ "name": "stock-news",
2998
+ "http_name": "stock-news",
2999
+ "description": "(0.005 USDC/call) Stock news / equities headlines (alias of stocks-news). GDELT-backed public news on stocks, earnings, IPOs, the Fed, and macro with sentiment. Buyer-wording variant of stocks-news. Data-only; no trading advice.",
3000
+ "method": "POST",
3001
+ "input_schema": {
3002
+ "type": "object",
3003
+ "properties": {
3004
+ "topic": {
3005
+ "type": "string",
3006
+ "enum": [
3007
+ "stocks",
3008
+ "earnings",
3009
+ "ipos",
3010
+ "fed",
3011
+ "macro",
3012
+ "tech"
3013
+ ],
3014
+ "description": "Preset topic. Default stocks."
3015
+ },
3016
+ "query": {
3017
+ "type": "string",
3018
+ "description": "Optional GDELT query override, max 240 chars."
3019
+ },
3020
+ "limit": {
3021
+ "type": "number",
3022
+ "description": "Headlines to return, 1-30. Default 10."
3023
+ },
3024
+ "hours": {
3025
+ "type": "number",
3026
+ "description": "Lookback window in hours, 1-168. Default 48."
3027
+ }
3028
+ }
3029
+ }
3030
+ },
3031
+ {
3032
+ "name": "stocks-news",
3033
+ "http_name": "stocks-news",
3034
+ "description": "(0.005 USDC/call) Stocks news API / equities news / stock market news / earnings news / Wall Street headlines for agents. GDELT-backed public news on equities, earnings, IPOs, the Fed, and macro — recent headline metadata with sentiment and source domains. The equities companion to crypto-news. Data-only news synthesis; no price prediction, trading advice, or order routing.",
3035
+ "method": "POST",
3036
+ "input_schema": {
3037
+ "type": "object",
3038
+ "properties": {
3039
+ "topic": {
3040
+ "type": "string",
3041
+ "enum": [
3042
+ "stocks",
3043
+ "earnings",
3044
+ "ipos",
3045
+ "fed",
3046
+ "macro",
3047
+ "tech"
3048
+ ],
3049
+ "description": "Preset topic. Default stocks."
3050
+ },
3051
+ "query": {
3052
+ "type": "string",
3053
+ "description": "Optional GDELT query override (e.g. a ticker or company), max 240 chars."
3054
+ },
3055
+ "limit": {
3056
+ "type": "number",
3057
+ "description": "Headlines to return, 1-30. Default 10."
3058
+ },
3059
+ "hours": {
3060
+ "type": "number",
3061
+ "description": "Lookback window in hours, 1-168. Default 48."
3062
+ }
3063
+ }
3064
+ }
3065
+ },
2899
3066
  {
2900
3067
  "name": "subdomain-enum",
2901
3068
  "http_name": "subdomain-enum",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentutility/mcp-web-probe",
3
- "version": "0.28.1",
3
+ "version": "0.29.0",
4
4
  "description": "MCP server for the @agentutility web-probe cluster — pay-per-call x402 tools, no API keys, USDC on Base.",
5
5
  "license": "MIT",
6
6
  "type": "module",