@agentutility/mcp-web-probe 0.27.3 → 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 +18 -7
- package/dist/tools.generated.js +353 -9
- package/package.json +1 -1
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.
|
|
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 (
|
|
49
|
+
## Tools (144)
|
|
50
50
|
|
|
51
51
|
| Tool | Description |
|
|
52
52
|
|---|---|
|
|
@@ -62,6 +62,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
62
62
|
| `brand-name-generator` | (0.05 USDC/call) Brand name generator / product naming API / brandable domain suggester. Same backend as domain-suggest, with exact brand-name wording for discovery. Returns ranked name candidates, slugs, rationale, checked TLDs, and availability counts. |
|
|
63
63
|
| `brand-name-score` | (0.005 USDC/call) Brand name scorer / startup name evaluator / company name quality check / product naming validator. Scoring for a candidate name across length, pronounceability, handle/domain readiness, distinctiveness, generic-word risk, reserved-brand risk, and concept fit. Returns score, grade, risks, strengths, recommendations, and domain candidate slugs. Pair with domain-availability, x-handle-availability, domain-suggest, and brand-clearance for a full startup naming workflow. |
|
|
64
64
|
| `brand-watch-domain-risk` | (0.02 USDC/call) Brand watch domain risk API / lookalike-domain RDAP triage / trademark monitoring support. Same backend as whois-lookup, surfaced for agents checking new or suspicious brand-adjacent domains for age, registrar, expiry, DNSSEC, and transfer/lock statuses. |
|
|
65
|
+
| `browser-render` | (0.03 USDC/call) Browser render API / render JavaScript page / dynamic page renderer / post-JS HTML fetcher. Same headless browser runtime as browser-session: loads a public URL with JavaScript enabled and returns rendered HTML, title, final URL, byte count, or a base64 screenshot when requested. |
|
|
65
66
|
| `browser-session` | (0.03 USDC/call) Headless browser render API / browser session / JavaScript page renderer / render dynamic page / scrape JS-heavy site / get post-JavaScript DOM / full-page screenshot API. Loads a URL in a real headless browser (JS executed), then returns the rendered HTML and page title, or a base64 screenshot. For pages a plain HTTP fetch can't read because the content is built client-side. |
|
|
66
67
|
| `business-name-generator` | (0.05 USDC/call) Business name generator / company name ideas / brandable domain generator. Same backend as domain-suggest, exposed under the broad buyer wording for new business workflows. Brainstorms short brandable candidates for a concept, checks TLD availability, and ranks by available domains plus brandability score. |
|
|
67
68
|
| `company-enrich` | (0.01 USDC/call) Company enrichment API / domain enrichment / organization enrichment / firmographic lite. Given a domain or email, returns normalized domain, inferred company name, MX records, and public homepage metadata including title, description, image, and status. Public-data only; no private enrichment database or social scraping. |
|
|
@@ -89,18 +90,24 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
89
90
|
| `email-deliverability-check` | (0.005 USDC/call) Email deliverability verification API / email spam check / spam-folder risk / email validation / email verifier / email checker / inbox readiness score / MX lookup / disposable email risk / role-account detection / SPF DMARC DKIM posture. Validates syntax, checks whether the domain can receive mail, scores domain-level deliverability risk, detects temp-mail/disposable domains, flags role accounts, and summarizes SPF/DMARC/DKIM records. No mailbox-level SMTP probing; privacy-safe DNS + public blocklist only. |
|
|
90
91
|
| `email-deliverability-score` | (0.005 USDC/call) Email deliverability score API / inbox readiness score / email health check. Returns a 0-100 domain-level deliverability score from syntax, MX, disposable-domain, role-account, SPF, DMARC, and DKIM signals. No SMTP mailbox probe. |
|
|
91
92
|
| `email-domain-age-check` | (0.02 USDC/call) Email domain age check API / sender-domain diligence / cold-email risk screen. Same RDAP backend as whois-lookup, discoverable for agents validating whether a sender or lead domain is established, expiring, DNSSEC-signed, or newly registered. |
|
|
93
|
+
| `email-domain-health` | (0.005 USDC/call) Email domain health API / MX SPF DMARC DKIM checker / mail authentication posture audit. Validates an email address, scores whether the domain can receive mail, and reports authentication records and disposable-domain risk without contacting the mailbox. |
|
|
94
|
+
| `email-spam-check` | (0.005 USDC/call) Email spam check / inbox readiness API / email deliverability risk scanner. Scores whether an address and domain are likely to receive mail cleanly using syntax validation, MX records, disposable-domain signals, role-account detection, SPF, DMARC, and DKIM posture. Privacy-safe DNS and public blocklist checks only; no recipient mailbox probing. |
|
|
92
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. |
|
|
93
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. |
|
|
94
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. |
|
|
95
|
-
| `
|
|
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. |
|
|
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. |
|
|
96
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. |
|
|
97
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). |
|
|
98
102
|
| `google-search` | (0.01 USDC/call) Google Search API / web SERP API / agent source discovery. Returns ranked Google organic results with title, URL, snippet, domain, and optional recency filter via Decodo Google Search. For cited synthesis use answer-web; for page extraction use scrape-to-json. |
|
|
99
103
|
| `hacker-news-search` | (0.001 USDC/call) Hacker News search / HN search / yc-news / Algolia HN. Searches 30M+ Hacker News stories and comments. Filter by type (story/comment/poll), author, min points, ISO8601 date range; sort by relevance or recency. Returns title, author, points, comment count, URL. |
|
|
100
104
|
| `handle-availability` | (0.005 USDC/call) Handle availability checker / social username availability / brand handle pre-flight. Same read-only X API backend as x-handle-availability, exposed under a general discovery slug for brand launch workflows. Returns available=true for not-found handles and public profile metrics when claimed. |
|
|
105
|
+
| `headless-browser` | (0.03 USDC/call) Headless browser API / browser automation render / JavaScript scraping endpoint. Opens a public URL in a real browser runtime, waits for client-side rendering, and returns the rendered DOM or screenshot. Use when plain fetch, scrape, or HTML-to-Markdown cannot see JS-built content. |
|
|
101
106
|
| `hn-search` | (0.001 USDC/call) HN search / Hacker News search / yc-news / startup-news search / Algolia HN / who-is-hiring scraper / programmer-news firehose. Searches 30M+ Hacker News stories and comments via the public Algolia HN index. Filter by type (story|comment|poll), author, minimum points, ISO8601 date range (since/until), and sort by relevance or recency. Returns total hit count plus per-hit objectID, title, author, points, comment count, created_at, URL, and story/comment text. Public Algolia API — no auth, commercial-OK. |
|
|
102
107
|
| `homoglyph-check` | (0.003 USDC/call) Homoglyph detector / Unicode lookalike scanner / IDN spoof check / phishing-domain inspector / typosquat detector / mixed-script analyzer / zero-width-char finder. Scans text (typically a domain, email, or username) for Cyrillic / Greek / fullwidth / mathematical lookalikes that impersonate ASCII Latin letters, plus zero-width and RTL-override / bidi-control characters. Returns per-character findings (codepoint, block, impersonates), block counts, mixed-script flag, ASCII-folded normalized form, and a 0-100 risk score with bucket. |
|
|
108
|
+
| `inbox-readiness-check` | (0.005 USDC/call) Inbox readiness check / email domain health / deliverability score API. Checks MX reachability, SPF mode, DMARC policy, DKIM selectors, disposable-domain risk, and role-account signals, then returns a low/medium/high risk bucket and findings for mail launch or lead-routing workflows. |
|
|
103
109
|
| `ip-asn` | (0.001 USDC/call) IP to ASN / IP geolocation / IP-to-ISP lookup / WHOIS for IP / cloud-provider attribution. For any IPv4 or IPv6 address, returns ASN number, ASN org, ISP, country, region, city, postal, latitude/longitude, and timezone. Primary backend: ipapi.co (1k req/day free). Fallback: ip-api.com (45 req/min free). Both are free public APIs with no auth. |
|
|
110
|
+
| `javascript-render` | (0.03 USDC/call) JavaScript render API / JS page renderer / single-page-app HTML renderer. Loads a URL with JavaScript enabled and returns the browser-rendered HTML, title, resolved URL, and truncation metadata, or captures a screenshot when screenshot=true. |
|
|
104
111
|
| `jwt-decode` | (0.003 USDC/call) JWT decoder / JWT parser / JSON Web Token inspector / Bearer token debugger / OAuth ID-token reader / Auth0 + Cognito + Firebase token inspector. Base64URL-decodes header and payload, parses standard claims (iss, aud, sub, exp, iat, nbf, jti), reports algorithm, key id (kid), token type (typ), TTL, and clock-validity (is_expired / is_not_yet_valid / is_currently_valid_by_clock). Does NOT verify signatures — for inspection only, never trust output for auth decisions. |
|
|
105
112
|
| `keyword-suggest` | (0.002 USDC/call) Keyword autocomplete / search suggest / SEO keyword research / query expansion / autocomplete suggestions. Aggregates suggestions from Wikipedia OpenSearch + DuckDuckGo's autocomplete (both public, no auth) into a de-duplicated ranked list. Useful for SEO content-gap analysis, LLM query expansion, agent-driven research. |
|
|
106
113
|
| `lead-enrich` | (0.01 USDC/call) Lead enrichment API / person enrichment / people enrich / email enrichment lite. Given an email, name, domain, or company, normalizes a public-data person record, infers safe display names from email, checks MX records, and optionally reads public homepage metadata for company context. No private people database, LinkedIn scraping, or social-network scraping. |
|
|
@@ -112,9 +119,11 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
112
119
|
| `mentions` | (0.006 USDC/call) Mentions API / X mentions search / Twitter mention monitor / public social mention search. Searches recent public X posts for a brand, handle, URL, ticker, or phrase and returns matching posts with author and metric fields. Uses X API v2 recent search. Read-only; no posting, replying, liking, following, or account mutation. |
|
|
113
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. |
|
|
114
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. |
|
|
115
|
-
| `password-strength` | (0.02 USDC/call) 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
|
|
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. |
|
|
116
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. |
|
|
117
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. |
|
|
118
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. |
|
|
119
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. |
|
|
120
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. |
|
|
@@ -134,7 +143,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
134
143
|
| `sales-lead-domain-enrich` | (0.02 USDC/call) Sales lead domain enrichment API / company website age / B2B account domain metadata. Same RDAP backend as whois-lookup, listed for enrichment agents that need registrar, domain age, expiry, nameservers, DNSSEC, and domain status codes before outreach. |
|
|
135
144
|
| `scrape` | (0.04 USDC/call) Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser — fast and cheap, ideal for static pages and SSR sites. Alias of scrape-website. For JS-heavy SPAs that need a real browser, see website-screenshot. |
|
|
136
145
|
| `scrape-to-json` | (0.02 USDC/call) URL to structured JSON / web scraper with schema enforcement / scrape and extract / website to JSON / page to structured data / scrape with JSON schema / Morpheus-powered extraction. Fetches a page server-side (cheerio, no headless), converts to clean markdown, then forces the output to a caller-supplied JSON schema via Morpheus mistral-31-24b. Pair with watch-page or research-brief for richer agent pipelines. |
|
|
137
|
-
| `scrape-website` | (0.04 USDC/call) Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser
|
|
146
|
+
| `scrape-website` | (0.04 USDC/call) Scrape website / web scrape API / scrape any webpage / webpage metadata extractor. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser - fast and cheap, ideal for static pages and SSR sites. For JS-heavy SPAs that need a real browser, see website-screenshot. |
|
|
138
147
|
| `screenshot` | (0.04 USDC/call) Website screenshot / URL to PNG/JPG. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions. |
|
|
139
148
|
| `search` | (0.01 USDC/call) Search API / web search API / SERP search / agent search endpoint. Returns ranked Google results for a query with title, URL, snippet, domain, and optional recency filter. Uses Decodo Google Search. For fetched page text or cited synthesis, use scrape-to-json or answer-web. |
|
|
140
149
|
| `search-web` | (0.01 USDC/call) Search web API / web-search endpoint / SERP results for agents. Returns ranked Google results with snippets and domains from Decodo Google Search. Use this low-cost endpoint for source discovery; use answer-web when you need a synthesized cited answer. |
|
|
@@ -146,6 +155,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
146
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. |
|
|
147
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. |
|
|
148
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. |
|
|
149
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. |
|
|
150
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. |
|
|
151
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. |
|
|
@@ -175,7 +186,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
175
186
|
| `webpage-diff` | (0.04 USDC/call) Webpage change detector / website change monitor / content diff / page-watch / visualping-style monitor / price-page monitor / status-page watcher / TOS-policy diff. Fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text) returns a changed flag plus added/removed line lists. Optional CSS selector scopes the diff to one region. No login required; follows redirects. |
|
|
176
187
|
| `website-screenshot` | (0.04 USDC/call) URL to PNG / JPG / website screenshot tool. Configurable viewport, retina, crop/fit, transparent BG, JPG quality, JS wait conditions. CloudConvert capture. |
|
|
177
188
|
| `whois` | (0.02 USDC/call) WHOIS / RDAP / domain age / domain expiry / registrar finder / nameserver lookup / DNSSEC check / TLD registration record / brand-protection triage. Short alias of whois-lookup. Queries the IANA-mandated RDAP endpoint and returns registered_date, age_days, expiration_date, days_until_expiry, last_changed, registrar (name + IANA id), contacts, nameservers, dnssec_signed, EPP statuses, and risk flags. Optionally appends a crt.sh certificate-transparency summary. |
|
|
178
|
-
| `whois-lookup` | (0.02 USDC/call) WHOIS / RDAP domain lookup / domain age check / registrar finder / expiration checker / nameserver inspector / DNSSEC verifier / domain transfer history / brand-protection + phishing triage / TLD registration record. Queries the IANA-mandated RDAP endpoint for the domain's TLD and returns registration date, age in days, expiration date, days-until-expiry, last-changed and transfer dates, registrar (name + IANA id), registrant/admin/tech contacts, nameservers, DNSSEC-signed flag, EPP status codes, and risk flags (newly-registered, expiring-soon, locked). Optionally appends a crt.sh certificate-transparency summary. |
|
|
189
|
+
| `whois-lookup` | (0.02 USDC/call) WHOIS lookup / whois API / RDAP domain lookup / domain age check / registrar finder / expiration checker / nameserver inspector / DNSSEC verifier / domain transfer history / brand-protection + phishing triage / TLD registration record. Queries the IANA-mandated RDAP endpoint for the domain's TLD and returns registration date, age in days, expiration date, days-until-expiry, last-changed and transfer dates, registrar (name + IANA id), registrant/admin/tech contacts, nameservers, DNSSEC-signed flag, EPP status codes, and risk flags (newly-registered, expiring-soon, locked). Optionally appends a crt.sh certificate-transparency summary. |
|
|
179
190
|
| `wikipedia` | (0.005 USDC/call) Wikipedia API / encyclopedia lookup / wiki article fetch / Wikidata-linked entity / disambiguation-aware search / multi-language wiki / RAG context source / fact-grounding fetch. Short alias of wikipedia-lookup. Resolves a query (title or near-title) to the canonical article and returns title, canonical URL, page id, Wikidata Q-id, language, plain-text intro summary, short description, page type, thumbnail + lead-image URLs, geo coordinates, full table-of-contents, and optional ~25k-char body extract. 300+ language editions. |
|
|
180
191
|
| `wikipedia-lookup` | (0.005 USDC/call) Wikipedia article fetcher / encyclopedia lookup / structured wiki extract / Wikidata-linked entity resolver / disambiguation-aware search / multi-language wiki API / RAG context source. Resolves a query (page title or near-title) to the canonical Wikipedia article and returns title, canonical URL, page id, Wikidata Q-id, language, plain-text intro summary, short description, page type, thumbnail and lead-image URLs, geo coordinates, full table-of-contents (sections with level and anchor), and an optional ~25k-char extract of the article body. Covers 300+ language editions. |
|
|
181
192
|
| `x-handle-availability` | (0.005 USDC/call) X handle availability checker / Twitter username availability / social handle lookup for brand launch workflows. Read-only X API v2 user-by-username check. Returns available=true when the handle is not found and available=false with public profile metrics when claimed. Requires X_BEARER_TOKEN; no posting, replying, liking, following, scraping, or account mutation. |
|
|
@@ -203,4 +214,4 @@ The agent never sees the payment flow — it just gets the result.
|
|
|
203
214
|
|
|
204
215
|
---
|
|
205
216
|
|
|
206
|
-
**Version:** 0.
|
|
217
|
+
**Version:** 0.29.0 · **License:** MIT
|
package/dist/tools.generated.js
CHANGED
|
@@ -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.
|
|
3
|
+
export const VERSION = "0.29.0";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
6
|
"name": "answer-web",
|
|
@@ -339,6 +339,40 @@ export const TOOLS = [
|
|
|
339
339
|
]
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"name": "browser-render",
|
|
344
|
+
"http_name": "browser-render",
|
|
345
|
+
"description": "(0.03 USDC/call) Browser render API / render JavaScript page / dynamic page renderer / post-JS HTML fetcher. Same headless browser runtime as browser-session: loads a public URL with JavaScript enabled and returns rendered HTML, title, final URL, byte count, or a base64 screenshot when requested.",
|
|
346
|
+
"method": "POST",
|
|
347
|
+
"input_schema": {
|
|
348
|
+
"type": "object",
|
|
349
|
+
"properties": {
|
|
350
|
+
"url": {
|
|
351
|
+
"type": "string",
|
|
352
|
+
"description": "Absolute http(s) URL to render."
|
|
353
|
+
},
|
|
354
|
+
"screenshot": {
|
|
355
|
+
"type": "boolean",
|
|
356
|
+
"description": "Return a base64 PNG screenshot instead of HTML. Default false."
|
|
357
|
+
},
|
|
358
|
+
"full_page": {
|
|
359
|
+
"type": "boolean",
|
|
360
|
+
"description": "When screenshot=true, capture the full scrollable page. Default false."
|
|
361
|
+
},
|
|
362
|
+
"wait_ms": {
|
|
363
|
+
"type": "number",
|
|
364
|
+
"description": "Extra milliseconds to wait after load for late JS (0-10000). Default 0."
|
|
365
|
+
},
|
|
366
|
+
"block_ads": {
|
|
367
|
+
"type": "boolean",
|
|
368
|
+
"description": "Block ad/tracker requests for a cleaner render. Default true."
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"required": [
|
|
372
|
+
"url"
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
},
|
|
342
376
|
{
|
|
343
377
|
"name": "browser-session",
|
|
344
378
|
"http_name": "browser-session",
|
|
@@ -974,7 +1008,7 @@ export const TOOLS = [
|
|
|
974
1008
|
"items": {
|
|
975
1009
|
"type": "string"
|
|
976
1010
|
},
|
|
977
|
-
"description": "Optional DKIM selectors to check."
|
|
1011
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
978
1012
|
}
|
|
979
1013
|
},
|
|
980
1014
|
"required": [
|
|
@@ -1054,6 +1088,56 @@ export const TOOLS = [
|
|
|
1054
1088
|
]
|
|
1055
1089
|
}
|
|
1056
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "email-domain-health",
|
|
1093
|
+
"http_name": "email-domain-health",
|
|
1094
|
+
"description": "(0.005 USDC/call) Email domain health API / MX SPF DMARC DKIM checker / mail authentication posture audit. Validates an email address, scores whether the domain can receive mail, and reports authentication records and disposable-domain risk without contacting the mailbox.",
|
|
1095
|
+
"method": "POST",
|
|
1096
|
+
"input_schema": {
|
|
1097
|
+
"type": "object",
|
|
1098
|
+
"properties": {
|
|
1099
|
+
"email": {
|
|
1100
|
+
"type": "string",
|
|
1101
|
+
"description": "Email address to validate and score, e.g. 'buyer@example.com'."
|
|
1102
|
+
},
|
|
1103
|
+
"dkim_selectors": {
|
|
1104
|
+
"type": "array",
|
|
1105
|
+
"items": {
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"required": [
|
|
1112
|
+
"email"
|
|
1113
|
+
]
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "email-spam-check",
|
|
1118
|
+
"http_name": "email-spam-check",
|
|
1119
|
+
"description": "(0.005 USDC/call) Email spam check / inbox readiness API / email deliverability risk scanner. Scores whether an address and domain are likely to receive mail cleanly using syntax validation, MX records, disposable-domain signals, role-account detection, SPF, DMARC, and DKIM posture. Privacy-safe DNS and public blocklist checks only; no recipient mailbox probing.",
|
|
1120
|
+
"method": "POST",
|
|
1121
|
+
"input_schema": {
|
|
1122
|
+
"type": "object",
|
|
1123
|
+
"properties": {
|
|
1124
|
+
"email": {
|
|
1125
|
+
"type": "string",
|
|
1126
|
+
"description": "Email address to validate and score, e.g. 'buyer@example.com'."
|
|
1127
|
+
},
|
|
1128
|
+
"dkim_selectors": {
|
|
1129
|
+
"type": "array",
|
|
1130
|
+
"items": {
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
},
|
|
1133
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"required": [
|
|
1137
|
+
"email"
|
|
1138
|
+
]
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1057
1141
|
{
|
|
1058
1142
|
"name": "email-validator",
|
|
1059
1143
|
"http_name": "email-validator",
|
|
@@ -1071,7 +1155,7 @@ export const TOOLS = [
|
|
|
1071
1155
|
"items": {
|
|
1072
1156
|
"type": "string"
|
|
1073
1157
|
},
|
|
1074
|
-
"description": "Optional DKIM selectors to check."
|
|
1158
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1075
1159
|
}
|
|
1076
1160
|
},
|
|
1077
1161
|
"required": [
|
|
@@ -1096,7 +1180,7 @@ export const TOOLS = [
|
|
|
1096
1180
|
"items": {
|
|
1097
1181
|
"type": "string"
|
|
1098
1182
|
},
|
|
1099
|
-
"description": "Optional DKIM selectors to check."
|
|
1183
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1100
1184
|
}
|
|
1101
1185
|
},
|
|
1102
1186
|
"required": [
|
|
@@ -1121,7 +1205,7 @@ export const TOOLS = [
|
|
|
1121
1205
|
"items": {
|
|
1122
1206
|
"type": "string"
|
|
1123
1207
|
},
|
|
1124
|
-
"description": "Optional DKIM selectors to check."
|
|
1208
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1125
1209
|
}
|
|
1126
1210
|
},
|
|
1127
1211
|
"required": [
|
|
@@ -1129,10 +1213,45 @@ export const TOOLS = [
|
|
|
1129
1213
|
]
|
|
1130
1214
|
}
|
|
1131
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
|
+
},
|
|
1132
1251
|
{
|
|
1133
1252
|
"name": "expand-url",
|
|
1134
1253
|
"http_name": "expand-url",
|
|
1135
|
-
"description": "(0.02 USDC/call) 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.",
|
|
1254
|
+
"description": "(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.",
|
|
1136
1255
|
"method": "POST",
|
|
1137
1256
|
"input_schema": {
|
|
1138
1257
|
"type": "object",
|
|
@@ -1305,6 +1424,40 @@ export const TOOLS = [
|
|
|
1305
1424
|
]
|
|
1306
1425
|
}
|
|
1307
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "headless-browser",
|
|
1429
|
+
"http_name": "headless-browser",
|
|
1430
|
+
"description": "(0.03 USDC/call) Headless browser API / browser automation render / JavaScript scraping endpoint. Opens a public URL in a real browser runtime, waits for client-side rendering, and returns the rendered DOM or screenshot. Use when plain fetch, scrape, or HTML-to-Markdown cannot see JS-built content.",
|
|
1431
|
+
"method": "POST",
|
|
1432
|
+
"input_schema": {
|
|
1433
|
+
"type": "object",
|
|
1434
|
+
"properties": {
|
|
1435
|
+
"url": {
|
|
1436
|
+
"type": "string",
|
|
1437
|
+
"description": "Absolute http(s) URL to render."
|
|
1438
|
+
},
|
|
1439
|
+
"screenshot": {
|
|
1440
|
+
"type": "boolean",
|
|
1441
|
+
"description": "Return a base64 PNG screenshot instead of HTML. Default false."
|
|
1442
|
+
},
|
|
1443
|
+
"full_page": {
|
|
1444
|
+
"type": "boolean",
|
|
1445
|
+
"description": "When screenshot=true, capture the full scrollable page. Default false."
|
|
1446
|
+
},
|
|
1447
|
+
"wait_ms": {
|
|
1448
|
+
"type": "number",
|
|
1449
|
+
"description": "Extra milliseconds to wait after load for late JS (0-10000). Default 0."
|
|
1450
|
+
},
|
|
1451
|
+
"block_ads": {
|
|
1452
|
+
"type": "boolean",
|
|
1453
|
+
"description": "Block ad/tracker requests for a cleaner render. Default true."
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"required": [
|
|
1457
|
+
"url"
|
|
1458
|
+
]
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1308
1461
|
{
|
|
1309
1462
|
"name": "hn-search",
|
|
1310
1463
|
"http_name": "hn-search",
|
|
@@ -1378,6 +1531,31 @@ export const TOOLS = [
|
|
|
1378
1531
|
]
|
|
1379
1532
|
}
|
|
1380
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "inbox-readiness-check",
|
|
1536
|
+
"http_name": "inbox-readiness-check",
|
|
1537
|
+
"description": "(0.005 USDC/call) Inbox readiness check / email domain health / deliverability score API. Checks MX reachability, SPF mode, DMARC policy, DKIM selectors, disposable-domain risk, and role-account signals, then returns a low/medium/high risk bucket and findings for mail launch or lead-routing workflows.",
|
|
1538
|
+
"method": "POST",
|
|
1539
|
+
"input_schema": {
|
|
1540
|
+
"type": "object",
|
|
1541
|
+
"properties": {
|
|
1542
|
+
"email": {
|
|
1543
|
+
"type": "string",
|
|
1544
|
+
"description": "Email address to validate and score, e.g. 'buyer@example.com'."
|
|
1545
|
+
},
|
|
1546
|
+
"dkim_selectors": {
|
|
1547
|
+
"type": "array",
|
|
1548
|
+
"items": {
|
|
1549
|
+
"type": "string"
|
|
1550
|
+
},
|
|
1551
|
+
"description": "Optional DKIM selectors to check. Defaults to common selectors such as google, selector1, selector2, s1, and s2."
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"required": [
|
|
1555
|
+
"email"
|
|
1556
|
+
]
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1381
1559
|
{
|
|
1382
1560
|
"name": "ip-asn",
|
|
1383
1561
|
"http_name": "ip-asn",
|
|
@@ -1396,6 +1574,40 @@ export const TOOLS = [
|
|
|
1396
1574
|
]
|
|
1397
1575
|
}
|
|
1398
1576
|
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "javascript-render",
|
|
1579
|
+
"http_name": "javascript-render",
|
|
1580
|
+
"description": "(0.03 USDC/call) JavaScript render API / JS page renderer / single-page-app HTML renderer. Loads a URL with JavaScript enabled and returns the browser-rendered HTML, title, resolved URL, and truncation metadata, or captures a screenshot when screenshot=true.",
|
|
1581
|
+
"method": "POST",
|
|
1582
|
+
"input_schema": {
|
|
1583
|
+
"type": "object",
|
|
1584
|
+
"properties": {
|
|
1585
|
+
"url": {
|
|
1586
|
+
"type": "string",
|
|
1587
|
+
"description": "Absolute http(s) URL to render."
|
|
1588
|
+
},
|
|
1589
|
+
"screenshot": {
|
|
1590
|
+
"type": "boolean",
|
|
1591
|
+
"description": "Return a base64 PNG screenshot instead of HTML. Default false."
|
|
1592
|
+
},
|
|
1593
|
+
"full_page": {
|
|
1594
|
+
"type": "boolean",
|
|
1595
|
+
"description": "When screenshot=true, capture the full scrollable page. Default false."
|
|
1596
|
+
},
|
|
1597
|
+
"wait_ms": {
|
|
1598
|
+
"type": "number",
|
|
1599
|
+
"description": "Extra milliseconds to wait after load for late JS (0-10000). Default 0."
|
|
1600
|
+
},
|
|
1601
|
+
"block_ads": {
|
|
1602
|
+
"type": "boolean",
|
|
1603
|
+
"description": "Block ad/tracker requests for a cleaner render. Default true."
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
"required": [
|
|
1607
|
+
"url"
|
|
1608
|
+
]
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1399
1611
|
{
|
|
1400
1612
|
"name": "jwt-decode",
|
|
1401
1613
|
"http_name": "jwt-decode",
|
|
@@ -1704,7 +1916,7 @@ export const TOOLS = [
|
|
|
1704
1916
|
{
|
|
1705
1917
|
"name": "password-strength",
|
|
1706
1918
|
"http_name": "password-strength",
|
|
1707
|
-
"description": "(0.02 USDC/call) 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
|
|
1919
|
+
"description": "(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.",
|
|
1708
1920
|
"method": "POST",
|
|
1709
1921
|
"input_schema": {
|
|
1710
1922
|
"type": "object",
|
|
@@ -1723,6 +1935,37 @@ export const TOOLS = [
|
|
|
1723
1935
|
]
|
|
1724
1936
|
}
|
|
1725
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
|
+
},
|
|
1726
1969
|
{
|
|
1727
1970
|
"name": "people-enrich",
|
|
1728
1971
|
"http_name": "people-enrich",
|
|
@@ -1785,6 +2028,37 @@ export const TOOLS = [
|
|
|
1785
2028
|
}
|
|
1786
2029
|
}
|
|
1787
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
|
+
},
|
|
1788
2062
|
{
|
|
1789
2063
|
"name": "person-enrich",
|
|
1790
2064
|
"http_name": "person-enrich",
|
|
@@ -2365,7 +2639,7 @@ export const TOOLS = [
|
|
|
2365
2639
|
{
|
|
2366
2640
|
"name": "scrape-website",
|
|
2367
2641
|
"http_name": "scrape-website",
|
|
2368
|
-
"description": "(0.04 USDC/call) Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser
|
|
2642
|
+
"description": "(0.04 USDC/call) Scrape website / web scrape API / scrape any webpage / webpage metadata extractor. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering. Body content rendered as text / raw HTML / clean markdown. Optional link extraction. Cheerio-based, no headless browser - fast and cheap, ideal for static pages and SSR sites. For JS-heavy SPAs that need a real browser, see website-screenshot.",
|
|
2369
2643
|
"method": "POST",
|
|
2370
2644
|
"input_schema": {
|
|
2371
2645
|
"type": "object",
|
|
@@ -2719,6 +2993,76 @@ export const TOOLS = [
|
|
|
2719
2993
|
]
|
|
2720
2994
|
}
|
|
2721
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
|
+
},
|
|
2722
3066
|
{
|
|
2723
3067
|
"name": "subdomain-enum",
|
|
2724
3068
|
"http_name": "subdomain-enum",
|
|
@@ -3584,7 +3928,7 @@ export const TOOLS = [
|
|
|
3584
3928
|
{
|
|
3585
3929
|
"name": "whois-lookup",
|
|
3586
3930
|
"http_name": "whois-lookup",
|
|
3587
|
-
"description": "(0.02 USDC/call) WHOIS / RDAP domain lookup / domain age check / registrar finder / expiration checker / nameserver inspector / DNSSEC verifier / domain transfer history / brand-protection + phishing triage / TLD registration record. Queries the IANA-mandated RDAP endpoint for the domain's TLD and returns registration date, age in days, expiration date, days-until-expiry, last-changed and transfer dates, registrar (name + IANA id), registrant/admin/tech contacts, nameservers, DNSSEC-signed flag, EPP status codes, and risk flags (newly-registered, expiring-soon, locked). Optionally appends a crt.sh certificate-transparency summary.",
|
|
3931
|
+
"description": "(0.02 USDC/call) WHOIS lookup / whois API / RDAP domain lookup / domain age check / registrar finder / expiration checker / nameserver inspector / DNSSEC verifier / domain transfer history / brand-protection + phishing triage / TLD registration record. Queries the IANA-mandated RDAP endpoint for the domain's TLD and returns registration date, age in days, expiration date, days-until-expiry, last-changed and transfer dates, registrar (name + IANA id), registrant/admin/tech contacts, nameservers, DNSSEC-signed flag, EPP status codes, and risk flags (newly-registered, expiring-soon, locked). Optionally appends a crt.sh certificate-transparency summary.",
|
|
3588
3932
|
"method": "POST",
|
|
3589
3933
|
"input_schema": {
|
|
3590
3934
|
"type": "object",
|
package/package.json
CHANGED