@agentutility/mcp-compose 0.1.0 → 0.2.2

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. 56 tools appear in the tool palette.
25
+ Restart Claude Desktop. 58 tools appear in the tool palette.
26
26
 
27
27
  ## Install — Cursor
28
28
 
@@ -46,66 +46,68 @@ 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 (56)
49
+ ## Tools (58)
50
50
 
51
51
  | Tool | Description |
52
52
  |---|---|
53
- | `address-intel-pack` | (0.03 USDC/call) Address intelligence API / address parse + geocode + timezone + permits in one call / location enrichment / property context for real-estate and logistics agents. Composite: one call runs address-parse + address-geocode in parallel, then timezone-lookup on the geocoded coordinates and building-permits when the address resolves to a supported open-data city (NYC, SF, Chicago, LA, Seattle, Austin). Merged output {parsed, location, timezone, permits}. Open-data sources only (OSM Nominatim, TimeAPI, city Socrata portals). |
54
- | `article-brief` | (0.04 USDC/call) Article brief / URL to summary + entities + sentiment / news article analyzer / one-call article intelligence. Give it an article URL and get back scraped text stats, a bullet summary, named entities (people, organizations, locations, dates), and overall sentiment with score the standard agent reading pipeline collapsed into a single request. Ideal for news monitoring, research agents, content triage, brand tracking. Composite: one call runs scrape first, then summarize-text + extract-entities + sentiment in parallel over the text. |
55
- | `audio-brief` | (0.07 USDC/call) Audio brief / podcast summary / call recording digest / transcribe summarize sentiment in one call / speech-to-text plus TLDR plus emotion. Composite: one call runs audio-transcribe + summarize-text + sentiment. Whisper large v3 transcription of any audio URL, then summary and sentiment analysis run in parallel over the transcript. Returns transcript, detected language, duration, summary, sentiment scores, and per-component telemetry. |
56
- | `brand-presence-report` | (0.10 USDC/call) Brand presence report API / brand name check / startup name screening / domain + handle + clearance + lookalike bundle for naming and launch agents. Composite: one call runs domain-availability + social-handle-check + brand-clearance + homoglyph-check in parallel and merges them into {domains, social_handle, clearance, lookalike_risk}. Domain availability is checked per requested TLD (default com, ai, io, dev; max 6), the X handle is probed read-only, brand-clearance aggregates USPTO/domain/Wikipedia/HN signals, and homoglyph-check scores Unicode lookalike risk. Screening data only not legal, trademark, or brand advice. |
57
- | `caption-translate-pack` | (0.07 USDC/call) Caption translate pack / translated subtitles / SRT generator plus translation / localized video captions / subtitle localization in one call. Composite: one call runs video-to-subtitles + translate. Generates SRT subtitles from any video URL (Whisper v3), then translates the subtitle text into the target language (100+ languages, structure preserved). Returns original subtitles, translated subtitles, and per-component telemetry. |
58
- | `clean-text-pack` | (0.03 USDC/call) Clean text pack / text sanitizer / Unicode normalize + homoglyph audit + PII detect + PII redact in one call / GDPR-safe ingest pipeline / input scrubber. Give it raw text and get back the NFC-normalized string, a script/homoglyph/hidden-character audit (Cyrillic lookalikes, zero-width chars, RTL overrides), every PII match with risk level, and a fully redacted copy with [EMAIL]/[PHONE]/[SSN]-style masks. One paid call replaces four sanitization steps: ideal for log scrubbing, dataset prep, LLM input hygiene, phishing triage. Composite: one call runs text-normalize + unicode-normalize + detect-pii + pii-redact in parallel over the same text. |
59
- | `company-dossier` | (0.05 USDC/call) Company dossier API / company research / firmographic profile / domain intelligence / company background lookup / account research for sales and B2B agents. Composite: one call runs company-enrich + domain-enrich + whois + ssl-cert-info + tech-stack-detect in parallel and merges them into {profile, domain, registration, security, tech_stack}. Accepts a domain or a bare company name (name inputs are resolved via a best-guess domain probe; unresolvable names return the profile only with the rest marked skipped). Public-data only; no private enrichment databases. |
60
- | `company-verify-pack` | (0.04 USDC/call) Company verification data API / company existence check / vendor data consistency / domain-backed company signals for procurement and marketplace agents. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification. |
61
- | `competitor-snapshot` | (0.06 USDC/call) Competitor snapshot API / company news monitor / competitive intelligence data / company profile + recent news + sentiment in one call for market-research agents. Composite: one call runs company-enrich + web-search + brand-sentiment-analysis; the profile and a week-recency '<company> news' search run in parallel, then sentiment is scored over the top result snippets when the search returns hits. Merged output {profile, news, sentiment}. Data snapshot only no analysis, recommendations, or investment advice. |
62
- | `contact-normalize-pack` | (0.03 USDC/call) Contact normalization API / contact dedupe bundle / match key generator / record linkage pack / CRM hygiene for email, name, phone, and address in one call. Composite: one call runs match-key-email + match-key-name + match-key-phone + match-key-address + address-parse in parallel only the constituents whose input field is present are invoked (at least one of email/name/phone/address required). Returns normalized values and stable match keys per field plus parsed US address components. Pure compute, no upstream calls, no data retention. |
63
- | `content-quality-pack` | (0.04 USDC/call) Content quality pack / pre-publish content check / AI-detection + PII scan + moderation + sentiment in one call / UGC safety gate. Give it text and get back an AI-generated probability with verdict, every PII match with risk level, an allow/review/block moderation verdict, and overall sentiment — the standard pre-publish gauntlet collapsed into a single request. Ideal for UGC pipelines, comment gating, guest-post screening, agent output review. Composite: one call runs ai-content-detector + detect-pii + moderate-content + sentiment in parallel over the same text. |
64
- | `contract-trust-pack` | (0.04 USDC/call) Contract trust pack / smart-contract verification bundle / source verification + honeypot simulation + LP lock check in one call / EVM contract due-diligence data. Composite: one call runs contract-source-verified + token-honeypot + lp-lock-check in parallel and merges Etherscan-verified source status (name, compiler, ABI, proxy flag), buy/sell tax simulation results, and liquidity-locker holdings into one structured report with per-component telemetry. Long Solidity sources are truncated in the merged payload. Data-only aggregation; no advice. |
65
- | `cron-pack` | (0.02 USDC/call) Cron pack / cron expression one-stop / parse + explain + next fire times in a single call / crontab validator + plain-English schedule + forecast / when does this cron run. Composite: one call runs cron-parse + cron-explain + cron-next in parallel over the same 5/6/7-field cron expression or @daily/@hourly/@weekly/@monthly/@yearly macro. Returns validation + frequency bucket, a plain-English explanation, and the next N firing times as ISO 8601 + epoch seconds + human-readable strings in your timezone, with regular-cadence detection. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. |
66
- | `defi-protocol-dossier` | (0.04 USDC/call) DeFi protocol dossier / protocol TVL + yield pools in one call / DeFiLlama protocol profile bundle / Aave Lido Uniswap TVL and APY data pack. Composite: one call runs defi-llama-protocol + defi-yield-pools in parallel, merging the protocol's canonical profile (name, category, audits, current TVL, per-chain TVL breakdown, 24h/7d/30d change) with its yield-bearing pools filtered to the same project slug (APY, TVL, exposure, IL-risk classification). Pool list is optional and degrades without failing the call. Data-only aggregation; no advice. |
67
- | `doc-brief` | (0.05 USDC/call) Document brief / PDF summary + entities in one call / PDF intelligence / report digest API / contract skim. Give it a public PDF URL and get back layout-aware markdown (headings, tables, lists preserved), an executive summary, and the named entities (people, organizations, dates, monetary amounts) inside — the read-a-document agent pipeline collapsed into one request. Handles digital and scanned PDFs up to 30 pages. Ideal for report triage, contract review prep, research ingestion, due-diligence agents. Composite: one call runs pdf-to-markdown first, then summarize-text + extract-entities in parallel over the markdown. |
68
- | `domain-dossier` | (0.04 USDC/call) Domain dossier API / full domain report / domain intelligence / WHOIS + DNS + TLS + DMARC in one call / phishing triage bundle / brand-protection domain workup. Composite: one call runs whois + dns-lookup + ssl-cert-info + domain-age-check + domain-risk-check + dmarc-check in parallel and merges them into {registration, dns, tls, age, risk, email_auth}. One request replaces six separate lookups for security, fraud, and due-diligence agents. |
69
- | `email-trust-report` | (0.03 USDC/call) Email trust report API / email verification bundle / email risk data / deliverability + disposable + DMARC + dedupe key in one call for signup vetting and CRM hygiene agents. Composite: one call runs email-deliverability-check + disposable-email-check + dmarc-check + match-key-email in parallel and merges them into {deliverability, disposable, email_auth, match_key}. dmarc-check audits the email's domain; match-key-email supplies a normalized record-linkage key. DNS + public blocklist data only no mailbox probing. |
70
- | `flight-brief` | (0.03 USDC/call) Flight brief / live flight status plus FAA airport delays plus airport info in one call / flight tracker bundle / callsign lookup with delay context. Composite: one call runs flight-status + airport-delays + iata-airport-info. Live aircraft state for a flight callsign (OpenSky Network) plus FAA ground stops, GDPs, and delay programs. Pass optional origin/destination IATA-3 codes to get per-airport delay events and airport metadata (name, coordinates, links); omit them and the national FAA delay picture is attached instead. Live data from OpenSky Network and FAA NAS Status. |
71
- | `image-caption-localize` | (0.04 USDC/call) Image caption localize / translated image caption / multilingual alt text / caption an image in any language / vision caption plus translation. Composite: one call runs describe-image + translate. Captions an image with a vision LLM (single-sentence caption mode), then translates the caption into the target language (100+ languages). Returns the source caption, translated caption, and per-component telemetry. |
72
- | `image-intel-pack` | (0.04 USDC/call) Image intel pack / image analysis bundle / describe image plus brand logo detection plus content moderation / vision intelligence in one call. Composite: one call runs describe-image + logo-detect + moderate-content. Vision LLM description and brand logo detection run in parallel, then the description text is moderated for safety (harassment, hate, violence, sexual content, spam, phishing). Returns description, detected brands, moderation verdict, and per-component telemetry. |
73
- | `json-dev-pack` | (0.03 USDC/call) JSON dev pack / JSON to TypeScript + YAML + schema validation in one call / API response toolkit / quicktype-style type generation with format conversion / structured-output verifier bundle. Composite: one call runs type-inference-from-json + json-yaml in parallel, plus json-schema-validate when you supply a schema. Returns a generated TypeScript interface (with date-time/uuid/uri/email format detection), the YAML rendering of the same document, and when a JSON Schema (draft-07 or 2020-12) is provided a validation report with per-error instance_path + keyword + message. Input capped at 200k chars. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. |
74
- | `lead-qualify` | (0.06 USDC/call) Lead qualification data API / lead verification / email + company enrichment bundle / signup vetting / CRM intake check for sales and growth agents. Composite: one call runs lead-enrich + email-deliverability-check + disposable-email-check + company-enrich in parallel and merges them into a qualification object {email_valid, disposable, person, company} plus a deterministic fit_signals array (e.g. corporate_email_domain, domain_accepts_mail, disposable_email_domain). Data and derived signals only no lead scoring, ranking, or buying advice. Company context is derived from the email domain when no company name is supplied. |
75
- | `localize-pack` | (0.05 USDC/call) Localize pack / detect + translate + tone rewrite in one call / localization pipeline API / multilingual content adapter. Give it text and a target language and get back the detected source language (ISO code + confidence), a fluent translation, and when a tone is supplied the translated text rewritten in that tone (formal, casual, friendly, persuasive, and 8 more). One paid call replaces the detect translate restyle chain: ideal for support reply localization, multilingual publishing, agent-to-human messaging. Composite: one call runs detect-language + translate in parallel, then rewrite-tone over the translation when a tone is provided. |
76
- | `market-rates-pack` | (0.04 USDC/call) Market rates pack / FX + perp funding + Hyperliquid mark price in one call / cross-market rates bundle / ECB exchange rates + Binance funding + perps data merge. Composite: one call runs exchange-rates + funding-rates + hyperliquid-market in parallel, merging ECB fiat FX rates for a chosen base currency, Binance USD-M perpetual funding (current rate, mark/index price, next funding time, 24h history), and Hyperliquid perp market data (mark price, max leverage, size decimals) for a chosen crypto symbol. Data-only market data merge; no advice. |
77
- | `meeting-brief` | (0.08 USDC/call) Meeting brief / meeting summary from recording / who-said-what digest / diarized meeting notes / speaker-labeled transcript plus summary. Composite: one call runs speaker-diarize + summarize-text. Diarizes a meeting or call recording (Whisper v3 + speaker labels), then summarizes the speaker-labeled transcript. Returns utterances by speaker, speaker count, labeled transcript, summary, and per-component telemetry. |
78
- | `naming-pack` | (0.06 USDC/call) Naming pack / startup name workflow in one call / business name generator + domain availability + brand score + social handle check / company naming bundle / brandable domain finder. Composite: one call runs business-name-generator first, then fans out domain-availability, brand-name-score, and social-handle-check over the top candidates (bounded to 9 component calls total). Returns brainstormed brandable candidates ranked by available TLDs + brandability, then an enriched shortlist: brand-quality score with risks and recommendations, X/Twitter handle availability, and RDAP .com registration status with registrar and expiry. Enrichment checks are optional failures degrade the response instead of failing it. Includes composed_of + per-component telemetry. |
79
- | `news-digest` | (0.05 USDC/call) News digest / topic news summary / current events briefing / news search + summarize + entities in one call / agent news monitor. Give it a topic and a recency window (day/week/month) and get back ranked news results plus a bullet digest of the coverage and the named entities (people, companies, places) driving the story. One paid call replaces a search-then-summarize agent loop: ideal for daily briefings, brand monitoring, market awareness, research agents. Composite: one call runs web-search first, then summarize-text + extract-entities in parallel over the result snippets. |
80
- | `npm-trust-pack` | (0.04 USDC/call) npm trust pack / npm install pre-flight bundle / supply-chain risk score + registry stats in one call / typosquat check + downloads + maintainers / Socket.dev-adjacent vetting bundle. Composite: one call runs package-risk-npm + npm-package-stats in parallel for any npm package (scoped names supported). Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw registry metrics: latest version, version count, age, days since last release, maintainer list, and last day/week/month/year downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. |
81
- | `onchain-identity-pack` | (0.03 USDC/call) Onchain identity pack / ENS + Basename + wallet label in one call / name-to-address and address-to-name resolver bundle / vitalik.eth lookup / .base.eth lookup / EVM address identity data. Composite: one call runs ens-resolve + basename-resolve + wallet-label in parallel. Pass a 0x address for reverse ENS, reverse Basename, and known-address labelling, or pass a name ('vitalik.eth', 'jesse.base.eth', bare 'alice') for forward resolution on both name services with text records. All components are optional individually; at least one must resolve or the call returns 424. Data-only aggregation; no advice. |
82
- | `outreach-pack` | (0.05 USDC/call) Outreach pack / cold email draft + deliverability check in one call / write the email and verify the address / sales outreach pre-flight / inbox-readiness bundle. Composite: one call runs email-draft + email-deliverability-check in parallel. Returns a ready-to-send email (subject, body, salutation, sign-off tone controllable) plus a deliverability report on the recipient address: syntax, MX records, disposable-domain and role-account detection, SPF/DMARC/DKIM posture, and a 0-100 deliverability score. Privacy-safe DNS only, no mailbox probing. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. |
83
- | `paper-brief` | (0.04 USDC/call) Paper brief / arXiv paper digest / research paper summary plus BibTeX citation in one call / find and summarize a paper / arXiv search summarize cite bundle. Composite: one call runs arxiv-search + arxiv-summarize + arxiv-bibtex. Pass a topic query (resolves to the top relevance hit) or an arXiv ID (search stage skipped); the structured LLM summary (TLDR, key findings, methods, limitations) and a ready-to-paste BibTeX entry are generated in parallel. Public arXiv API. |
84
- | `person-dossier` | (0.05 USDC/call) Person dossier API / contact research / email intelligence / lead profile lookup / person background from email for CRM and sales agents. Composite: one call runs person-enrich + email-deliverability-check + disposable-email-check + social-handle-check in parallel and merges them into {person, deliverability, disposable, social_handle}. The email local-part is probed as a candidate X handle (optional, degrades gracefully). Public-data enrichment only no private people databases, no social-network scraping. |
85
- | `pr-pack` | (0.05 USDC/call) PR pack / git diff to commit message + PR description in one call / pull request bundle / conventional commit + PR body generator / ship-a-branch helper. Composite: one call runs commit-message-from-diff + pr-description-from-diff in parallel over the same unified diff. Returns a Conventional Commits message (type, scope, subject, full_message) plus a review-ready PR description (title, summary bullets, Markdown test-plan checklist, breaking_change flag, paste-ready body). Diff capped at 30,000 chars. Response includes composed_of + per-component telemetry; partial upstream failure degrades instead of failing. |
86
- | `prediction-market-snapshot` | (0.04 USDC/call) Prediction market snapshot / cross-venue market search / Polymarket + Kalshi in one call / event odds listing bundle / two-venue prediction market data. Composite: one call runs polymarket-markets + kalshi-markets in parallel with the same free-text query and returns merged {polymarket: [], kalshi: []} lists of open markets — questions, tickers, implied outcome prices (0-1), volume, liquidity, and end dates from both venues. Data-only listing of public market data; no probability advice, no order entry, no trading. |
87
- | `product-listing-pack` | (0.06 USDC/call) Product listing pack / ecommerce listing bundle / product description + SEO keywords + name score in one call / marketplace listing generator / Shopify Amazon Etsy listing prep. Composite: one call runs product-description + keyword-suggest + product-name-score in parallel. Returns marketing-ready copy (description, selling points, key features, listing titles built from your supplied facts), a de-duplicated ranked SEO keyword list from Wikipedia + DuckDuckGo autocomplete, and a name-quality score with grade, risks, and recommendations. name-score is optional: its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. |
88
- | `pubmed-brief` | (0.04 USDC/call) PubMed brief / biomedical literature search + bullet summary in one call / NIH paper digest / research literature synthesis / MeSH query with abstract roll-up. Composite: one call runs pubmed-search first, then summarize-text over the retrieved titles + abstracts. Returns the matching papers (PMID, title, authors, journal, date, abstract, DOI) plus a bullet-point synthesis of what the abstracts say. Literature synthesis only this is NOT medical advice; output describes published research and always carries a consult-a-clinician disclaimer. Summary stage is optional: its failure degrades the response instead of failing it. Federal public-domain data via NCBI E-utilities. Includes composed_of + per-component telemetry. |
89
- | `pypi-trust-pack` | (0.04 USDC/call) PyPI trust pack / pip install pre-flight bundle / Python supply-chain risk score + package stats in one call / typosquat check + downloads + release history / requirements.txt + pyproject.toml vetting bundle. Composite: one call runs pypi-package-risk + pypi-package-stats in parallel for any Python package. Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw PyPI metrics: latest version, version count, age, days since last release, author/maintainer, classifiers, and pypistats day/week/month downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. |
90
- | `regex-pack` | (0.03 USDC/call) Regex pack / natural language to regex + live test in one call / NL pattern builder with verification / generate-and-verify regex workflow / regex playground bundle. Composite: one call runs regex-from-prompt first, then feeds the generated pattern into regex-test over your test_strings (optional stage, runs only when test_strings are provided). Returns the JavaScript pattern + flags + explanation + examples, plus per-input matched/not-matched verdicts with capture groups so you know the pattern actually matches what you asked for. Prompt capped at 2,000 chars; up to 100 test strings of 5,000 chars each. Includes composed_of + per-component telemetry. |
91
- | `repo-health-brief` | (0.05 USDC/call) GitHub repo brief / open-source dependency vetting bundle / repo health + README + star history in one call / should-I-depend-on-this-repo check. Composite: one call runs github-repo-health + github-readme + github-stars-history in parallel for any public GitHub repo. Returns the 0-100 maintainability score with grade (abandoned/stale/okay/healthy/thriving) and LLM verdict, the raw README markdown (truncated at 20k chars), and a sampled cumulative-stars-vs-date growth series. stars-history is optional: if it fails the response degrades instead of failing. Includes composed_of + per-component telemetry. |
92
- | `resume-review-pack` | (0.06 USDC/call) Resume review pack / ATS score + PII scan + summary polish in one call / job application pre-flight / resume vs job description fit bundle / CV review workflow. Composite: one call runs resume-scorer + detect-pii + rewrite-tone in parallel. Returns the 0-100 ATS fit score with calibrated subscores (keyword match, experience, skills, formatting, impact) and ranked improvement suggestions, a PII exposure report (emails, phones, addresses, SSNs) with risk level, and a confident-tone rewrite of the resume's summary/objective section. The rewrite stage is optional and bounded its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. |
93
- | `seo-snapshot` | (0.04 USDC/call) SEO snapshot / on-page SEO audit / page metadata + link profile + keyword ideas in one call / SEO research API for agents. Give it a URL and get back head metadata (title, description, canonical, OG/Twitter cards), the internal/external link breakdown, and ranked keyword suggestions seeded from your seed_keyword or the page's own title. One paid call replaces three: ideal for content-gap analysis, SEO audits, competitor page reviews, programmatic SEO pipelines. Composite: one call runs url-metadata-extract + link-extract in parallel, then keyword-suggest seeded from the page title. |
94
- | `site-snapshot-pack` | (0.05 USDC/call) Site snapshot pack / website screenshot + metadata + SSL certificate in one call / visual + technical site profile / landing-page verifier. Give it a URL and get back a rendered PNG screenshot (hosted image URL), head metadata (title, description, OG/Twitter cards, favicon), and the TLS certificate summary (issuer, days until expiry) for the host. One paid call replaces three: ideal for link-preview generation, phishing triage, uptime/appearance audits, portfolio monitoring, sales prospect research. Composite: one call runs website-screenshot + url-metadata-extract + ssl-cert-info in parallel. |
95
- | `social-profile-pack` | (0.04 USDC/call) Social profile pack API / X profile + recent tweets + sentiment in one call / Twitter account snapshot / audience research data for social and brand agents. Composite: one call runs twitter-user-lookup + user-tweets + twitter-sentiment in parallel for a username and merges them into {profile, tweets, sentiment}; sentiment is scored over the account's recent public posts and degrades gracefully when unavailable. Read-only X API v2 no posting, replying, liking, following, or account mutation. |
96
- | `solana-token-report` | (0.04 USDC/call) Solana token report / SPL token data pack / mint + freeze authority check + flagged-list membership in one call / Solana memecoin screening data / GoPlus + DEX Screener composite. Composite: one call runs solana-token-safety + solana-flagged-tokens in parallel, returning the 0-100 GoPlus safety score, authority flags, holder concentration, and whether the mint appears on the recently-flagged DEX Screener risk list (membership check computed server-side). The flagged-list component is optional and degrades without failing the call. Data-only aggregation; no advice. |
97
- | `stablecoin-health-report` | (0.04 USDC/call) Stablecoin health report / peg deviation + stablecoin pool TVL in one call / USDC USDT DAI depeg monitor bundle / stablecoin market data pack. Composite: one call runs stablecoin-peg + defi-yield-pools (stablecoin-only) in parallel, merging live price and basis-point deviation from $1 (USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD, with configurable depeg-alert threshold) with the largest stablecoin yield pools tracked by DeFiLlama (TVL, APY, chain, project). Optional symbol filter narrows both components to one stablecoin. Pool data is optional and degrades without failing the call. Data-only aggregation; no advice. |
98
- | `text-intel-pack` | (0.03 USDC/call) Text intel pack / full text analysis in one call / language + sentiment + entities + token count + zero-shot classification / NLP toolbelt API. Give it text (plus optional labels) and get back the detected language with confidence, overall sentiment and score, named entities, an estimated token count, and when 2-25 labels are supplied a zero-shot classification verdict. One paid call replaces five NLP requests: ideal for inbound message routing, CRM enrichment, content pipelines, agent preprocessing. Composite: one call runs detect-language + sentiment + extract-entities + token-count (and text-classify when labels are given) in parallel. |
99
- | `token-dossier` | (0.05 USDC/call) Token dossier / EVM token data pack / token due-diligence bundle / ERC-20 metadata + risk score + honeypot simulation + LP lock + burn stats in one call. Composite: one call runs erc20-metadata + token-risk-score + token-honeypot + lp-lock-check + token-burn-stats in parallel and merges the results into a single structured report with per-component telemetry. Covers name/symbol/decimals/supply, composite 0-100 security score, buy/sell tax simulation, liquidity-locker holdings, and burn-address transfer history for tokens on Base, Ethereum, and other EVM chains. Data-only aggregation; no advice. |
100
- | `trip-conditions-pack` | (0.03 USDC/call) Trip conditions pack / travel conditions bundle / weather plus AQI plus sunrise sunset plus timezone for any coordinates / destination briefing in one call. Composite: one call runs weather-forecast + sunrise-sunset + air-quality + timezone-lookup in parallel. Everything an agent needs to brief a trip stop for a lat/lon: current conditions and 1-7 day forecast, sun and twilight times, US/European AQI with pollutant readings, and IANA timezone with local time. Partial failures degrade instead of erroring. |
101
- | `tx-dossier` | (0.04 USDC/call) Transaction dossier / EVM tx data pack / decoded receipt + plain-English explanation in one call / tx debug bundle / Basescan + Etherscan tx reader. Composite: one call runs tx-receipt-decode + crypto-tx-explainer in parallel and merges decoded event logs (ERC-20/ERC-721 transfers, approvals, verified-ABI events) with an LLM-written plain-English summary of what the transaction did. Includes status, gas, from/to/value, and per-component telemetry. The explainer is optional and degrades on timeout without failing the call. Data-only aggregation; no advice. |
102
- | `url-dossier` | (0.05 USDC/call) URL dossier / full page intelligence / website profile in one call / page metadata + content + summary + links + tech stack. Give it a URL and get back head metadata (title, description, OG/Twitter cards, canonical, favicon), scraped body text with an LLM summary, the outbound link list, and a tech-stack fingerprint (CMS, framework, CDN, hosting, analytics). One paid call replaces five: ideal for agent research, lead qualification, content cataloging, competitive analysis, RAG ingestion. Composite: one call runs url-metadata-extract + scrape + link-extract + tech-stack-detect in parallel, then summarize-text over the scraped text. |
103
- | `video-brief` | (0.08 USDC/call) Video brief / video summary from URL / transcribe and summarize video / video TLDR / video digest / Whisper transcription plus LLM summary. Composite: one call runs video-to-text + summarize-text. Transcribes any video URL (Whisper v3, auto-detects 90+ languages), then summarizes the transcript. Returns full transcript, duration, summary, and per-component telemetry. If transcription times out, responds 424 with partial telemetry. |
104
- | `wallet-dossier` | (0.05 USDC/call) Wallet dossier / EVM address data pack / wallet profile bundle / address label + ENS reverse lookup + ERC-20 balance + FIFO token P&L in one call. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl in parallel and merges the results into one structured report with per-component telemetry. Returns known-address label and category, EOA-vs-contract status, primary ENS name, current ERC-20 balance (USDC on Base by default, any token via token_address), and FIFO cost-basis P&L for that token. wallet-pnl is optional and degrades on timeout. Data-only aggregation; no advice. |
105
- | `webpage-change-report` | (0.04 USDC/call) Webpage change report / website change monitor with plain-language summary / page-watch + diff digest / TOS-policy change explainer / price-page monitor with narrative. Give it a URL (plus optional previous_hash or previous_text baseline and CSS selector scope) and get back the changed flag, content hash, added/removed line diff, and an LLM summary of what actually changed ready to drop into an alert or agent decision. Ideal for competitor monitoring, policy-change tracking, status-page watching, changelog digests. Composite: one call runs webpage-diff first, then summarize-text over the diff. |
106
- | `website-trust-report` | (0.04 USDC/call) Website trust report API / URL safety data / site legitimacy signals / phishing triage bundle / link inspection for security and moderation agents. Composite: one call runs ssl-cert-info + domain-risk-check + homoglyph-check + url-metadata-extract + tech-stack-detect in parallel over a URL (the hostname is derived for the domain-shaped checks) and merges them into {tls, domain_risk, lookalike, metadata, tech_stack}. Data signals only no verdicts or safety guarantees. |
107
- | `wiki-brief` | (0.03 USDC/call) Wiki brief / Wikipedia topic briefing / encyclopedia lookup + summary + entities in one call / RAG context builder / topic primer API. Give it a topic and get back the canonical Wikipedia article (title, URL, Wikidata Q-id, intro), a bullet brief distilled from the article body, and the named entities (people, organizations, locations, dates) it mentions. One paid call replaces the lookup-then-digest agent loop: ideal for topic primers, RAG context assembly, research agents, quiz/content generation. Composite: one call runs wikipedia-lookup first, then summarize-text + extract-entities in parallel over the article text. |
108
- | `youtube-brief` | (0.05 USDC/call) YouTube brief / YouTube video summary / YouTube transcript plus TLDR plus named entities / video digest from YouTube URL or ID / closed-caption summarizer. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry. |
53
+ | `address-intel-pack` | (0.03 USDC/call) Enriches a street address in one call: parse, geocode, timezone, and building permits. Composite: address-parse + address-geocode run in parallel, then timezone-lookup on the geocoded coordinates and building-permits when the address resolves to a supported open-data city (NYC, SF, Chicago, LA, Seattle, Austin). Merged output {parsed, location, timezone, permits}. Open-data sources only (OSM Nominatim, TimeAPI, city Socrata portals). Use it as an address intelligence API or location enrichment and property context for real-estate and logistics agents. |
54
+ | `article-brief` | (0.04 USDC/call) Analyzes a news article from its URL into a summary, named entities, and sentiment in one call. Returns scraped text stats, a bullet summary, entities (people, organizations, locations, dates), and overall sentiment with score: the standard agent reading pipeline collapsed into a single request. Ideal for news monitoring, research agents, content triage, brand tracking. Composite: one call runs scrape first, then summarize-text + extract-entities + sentiment in parallel over the text. Use it as a URL-to-summary article analyzer or one-call article intelligence. |
55
+ | `audio-brief` | (0.07 USDC/call) Transcribes and digests any audio URL in one call: transcript, summary, and sentiment. Composite: one call runs audio-transcribe + summarize-text + sentiment. Whisper large v3 transcription, then summary and sentiment analysis run in parallel over the transcript. Returns transcript, detected language, duration, summary, sentiment scores, and per-component telemetry. Use it for podcast summaries, call recording digests, or speech-to-text plus TLDR plus emotion. |
56
+ | `brand-presence-report` | (0.10 USDC/call) Screens a brand or startup name in one call: domain availability, social handle, clearance signals, and lookalike risk. Composite: one call runs domain-availability + social-handle-check + brand-clearance + homoglyph-check in parallel and merges them into {domains, social_handle, clearance, lookalike_risk}. Domain availability is checked per requested TLD (default com, ai, io, dev; max 6), the X handle is probed read-only, brand-clearance aggregates USPTO/domain/Wikipedia/HN signals, and homoglyph-check scores Unicode lookalike risk. Screening data only; not legal, trademark, or brand advice. Use it as a brand presence report API, brand name check, or startup name screening bundle for naming and launch agents. |
57
+ | `caption-translate-pack` | (0.07 USDC/call) Generates translated subtitles from any video URL in one call. Composite: one call runs video-to-subtitles + translate. SRT subtitles are generated via Whisper v3, then the subtitle text is translated into the target language (100+ languages, structure preserved). Returns original subtitles, translated subtitles, and per-component telemetry. Use it for localized video captions, an SRT generator plus translation, or subtitle localization. |
58
+ | `clean-text-pack` | (0.03 USDC/call) Sanitizes raw text in one call: Unicode normalization, homoglyph audit, PII detection, and PII redaction. Returns the NFC-normalized string, a script/homoglyph/hidden-character audit (Cyrillic lookalikes, zero-width chars, RTL overrides), every PII match with risk level, and a fully redacted copy with [EMAIL]/[PHONE]/[SSN]-style masks. One paid call replaces four sanitization steps: ideal for log scrubbing, dataset prep, LLM input hygiene, phishing triage. Composite: one call runs text-normalize + unicode-normalize + detect-pii + pii-redact in parallel over the same text. Use it as a text sanitizer, GDPR-safe ingest pipeline, or input scrubber. |
59
+ | `company-dossier` | (0.05 USDC/call) Builds a company research dossier in one call: firmographic profile, domain intelligence, WHOIS registration, TLS, and tech stack. Composite: one call runs company-enrich + domain-enrich + whois + ssl-cert-info + tech-stack-detect in parallel and merges them into {profile, domain, registration, security, tech_stack}. Accepts a domain or a bare company name (name inputs are resolved via a best-guess domain probe; unresolvable names return the profile only with the rest marked skipped). Public-data only; no private enrichment databases. Use it as a company background lookup or account research for sales and B2B agents. |
60
+ | `company-verify-pack` | (0.04 USDC/call) Checks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only; this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification. Use it as a company verification data API, vendor data consistency check, or domain-backed company signals for procurement and marketplace agents. |
61
+ | `competitor-snapshot` | (0.06 USDC/call) Snapshots a company for competitive intelligence in one call: profile, recent news, and news sentiment. Composite: one call runs company-enrich + web-search + brand-sentiment-analysis; the profile and a week-recency '<company> news' search run in parallel, then sentiment is scored over the top result snippets when the search returns hits. Merged output {profile, news, sentiment}. Data snapshot only; no analysis, recommendations, or investment advice. Use it as a company news monitor or market-research data feed. |
62
+ | `contact-normalize-pack` | (0.03 USDC/call) Normalizes a contact record in one call, generating stable match keys for email, name, phone, and address plus parsed US address components. Composite: one call runs match-key-email + match-key-name + match-key-phone + match-key-address + address-parse in parallel; only the constituents whose input field is present are invoked (at least one of email/name/phone/address required). Deterministic and instant no external lookups, no data retention. Use it as a contact normalization API, contact dedupe bundle, match key generator, record linkage pack, or CRM hygiene tool. |
63
+ | `content-quality-pack` | (0.04 USDC/call) Runs the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment. Returns an AI-generated probability with verdict, every PII match with risk level, an allow/review/block moderation verdict, and overall sentiment. Ideal for UGC pipelines, comment gating, guest-post screening, agent output review. Composite: one call runs ai-content-detector + detect-pii + moderate-content + sentiment in parallel over the same text. Use it as a pre-publish content check or UGC safety gate. |
64
+ | `contract-trust-pack` | (0.04 USDC/call) Gathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check. Composite: one call runs contract-source-verified + token-honeypot + lp-lock-check in parallel and merges Etherscan-verified source status (name, compiler, ABI, proxy flag), buy/sell tax simulation results, and liquidity-locker holdings into one structured report with per-component telemetry. Long Solidity sources are truncated in the merged payload. Data-only aggregation; no advice. Use it as a smart-contract verification bundle or EVM contract due-diligence data pack. |
65
+ | `cron-pack` | (0.02 USDC/call) Parses, explains, and forecasts a cron expression in one call. Composite: one call runs cron-parse + cron-explain + cron-next in parallel over the same 5/6/7-field cron expression or @daily/@hourly/@weekly/@monthly/@yearly macro. Returns validation + frequency bucket, a plain-English explanation, and the next N firing times as ISO 8601 + epoch seconds + human-readable strings in your timezone, with regular-cadence detection. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a crontab validator, plain-English schedule explainer, or 'when does this cron run' forecast. |
66
+ | `defi-protocol-dossier` | (0.04 USDC/call) Profiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data. Composite: one call runs defi-llama-protocol + defi-yield-pools in parallel, merging the protocol's canonical profile (name, category, audits, current TVL, per-chain TVL breakdown, 24h/7d/30d change) with its yield-bearing pools filtered to the same project slug (APY, TVL, exposure, IL-risk classification). Pool list is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as a DeFiLlama protocol profile bundle or an Aave / Lido / Uniswap TVL and APY data pack. |
67
+ | `doc-brief` | (0.05 USDC/call) Digests a public PDF in one call: layout-aware markdown, an executive summary, and named entities. Markdown preserves headings, tables, and lists; entities cover people, organizations, dates, and monetary amounts. Handles digital and scanned PDFs up to 30 pages. Ideal for report triage, contract review prep, research ingestion, due-diligence agents. Composite: one call runs pdf-to-markdown first, then summarize-text + extract-entities in parallel over the markdown. Use it as a PDF summary + entities bundle, PDF intelligence, report digest API, or contract skim. |
68
+ | `domain-dossier` | (0.04 USDC/call) Builds a full domain report in one call: WHOIS, DNS, TLS, age, risk, and DMARC. Composite: one call runs whois + dns-lookup + ssl-cert-info + domain-age-check + domain-risk-check + dmarc-check in parallel and merges them into {registration, dns, tls, age, risk, email_auth}. One request replaces six separate lookups for security, fraud, and due-diligence agents. Use it as a domain intelligence API, phishing triage bundle, or brand-protection domain workup. |
69
+ | `email-trust-report` | (0.03 USDC/call) Vets an email address in one call: deliverability, disposable check, DMARC posture, and a dedupe key. Composite: one call runs email-deliverability-check + disposable-email-check + dmarc-check + match-key-email in parallel and merges them into {deliverability, disposable, email_auth, match_key}. dmarc-check audits the email's domain; match-key-email supplies a normalized record-linkage key. DNS + public blocklist data only; no mailbox probing. Use it as an email verification bundle or email risk data for signup vetting and CRM hygiene agents. |
70
+ | `flight-brief` | (0.03 USDC/call) Reports live flight status with FAA airport delays and airport info in one call. Composite: one call runs flight-status + airport-delays + iata-airport-info. Live aircraft state for a flight callsign (OpenSky Network) plus FAA ground stops, GDPs, and delay programs. Pass optional origin/destination IATA-3 codes to get per-airport delay events and airport metadata (name, coordinates, links); omit them and the national FAA delay picture is attached instead. Live data from OpenSky Network and FAA NAS Status. Use it as a flight tracker bundle or callsign lookup with delay context. |
71
+ | `image-caption-localize` | (0.04 USDC/call) Captions an image and translates the caption into any of 100+ languages in one call. Composite: one call runs describe-image + translate. A vision LLM writes a single-sentence caption, then it is translated into the target language. Returns the source caption, translated caption, and per-component telemetry. Use it for translated image captions, multilingual alt text, or vision caption plus translation. |
72
+ | `image-intel-pack` | (0.04 USDC/call) Analyzes an image in one call: description, brand logo detection, and content moderation. Composite: one call runs describe-image + logo-detect + moderate-content. Vision LLM description and logo detection run in parallel, then the description text is moderated for safety (harassment, hate, violence, sexual content, spam, phishing). Returns description, detected brands, moderation verdict, and per-component telemetry. Use it as an image analysis bundle or vision intelligence pack. |
73
+ | `json-dev-pack` | (0.03 USDC/call) Converts a JSON document to TypeScript types and YAML, with optional schema validation, in one call. Composite: one call runs type-inference-from-json + json-yaml in parallel, plus json-schema-validate when you supply a schema. Returns a generated TypeScript interface (with date-time/uuid/uri/email format detection), the YAML rendering of the same document, and, when a JSON Schema (draft-07 or 2020-12) is provided, a validation report with per-error instance_path + keyword + message. Input capped at 200k chars. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as an API response toolkit, quicktype-style type generation with format conversion, or structured-output verifier bundle. |
74
+ | `lead-qualify` | (0.06 USDC/call) Qualifies a lead in one call: email validity, disposable check, person enrichment, and company enrichment. Composite: one call runs lead-enrich + email-deliverability-check + disposable-email-check + company-enrich in parallel and merges them into a qualification object {email_valid, disposable, person, company} plus a deterministic fit_signals array (e.g. corporate_email_domain, domain_accepts_mail, disposable_email_domain). Data and derived signals only; no lead scoring, ranking, or buying advice. Company context is derived from the email domain when no company name is supplied. Use it as a lead qualification data API, lead verification, signup vetting, or CRM intake check for sales and growth agents. |
75
+ | `localize-pack` | (0.05 USDC/call) Localizes text in one call: detects the source language, translates, and optionally rewrites the translation in a chosen tone. Give it text and a target language and get back the detected source language (ISO code + confidence), a fluent translation, and, when a tone is supplied, the translated text rewritten in that tone (formal, casual, friendly, persuasive, and 8 more). One paid call replaces the detect, translate, restyle chain: ideal for support reply localization, multilingual publishing, agent-to-human messaging. Composite: one call runs detect-language + translate in parallel, then rewrite-tone over the translation when a tone is provided. Use it as a localization pipeline API or multilingual content adapter. |
76
+ | `market-rates-pack` | (0.04 USDC/call) Merges FX rates, perp funding, and Hyperliquid mark price into one call. Composite: one call runs exchange-rates + funding-rates + hyperliquid-market in parallel, merging ECB fiat FX rates for a chosen base currency, Binance USD-M perpetual funding (current rate, mark/index price, next funding time, 24h history), and Hyperliquid perp market data (mark price, max leverage, size decimals) for a chosen crypto symbol. Data-only market data merge; no advice. Use it as a cross-market rates bundle: ECB exchange rates + Binance funding + perps data. |
77
+ | `meeting-brief` | (0.08 USDC/call) Turns a meeting or call recording into speaker-labeled notes and a summary in one call. Composite: one call runs speaker-diarize + summarize-text. Diarizes the recording (Whisper v3 + speaker labels), then summarizes the speaker-labeled transcript. Returns utterances by speaker, speaker count, labeled transcript, summary, and per-component telemetry. Use it for meeting summaries from recordings, who-said-what digests, or diarized meeting notes. |
78
+ | `naming-pack` | (0.06 USDC/call) Runs a full startup naming workflow in one call: generates brandable candidates, then checks domains, brand score, and social handles. Composite: one call runs business-name-generator first, then fans out domain-availability, brand-name-score, and social-handle-check over the top candidates (bounded to 9 component calls total). Returns brainstormed candidates ranked by available TLDs + brandability, then an enriched shortlist: brand-quality score with risks and recommendations, X/Twitter handle availability, and RDAP .com registration status with registrar and expiry. Enrichment checks are optional; failures degrade the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a business name generator, company naming bundle, or brandable domain finder. |
79
+ | `news-digest` | (0.05 USDC/call) Summarizes the news on any topic in one call: ranked results, a bullet digest of the coverage, and the named entities (people, companies, places) driving the story. Give it a topic and a recency window (day/week/month). One paid call replaces a search-then-summarize agent loop: ideal for daily briefings, brand monitoring, market awareness, research agents. Composite: one call runs web-search first, then summarize-text + extract-entities in parallel over the result snippets. Use it as a topic news summary, current events briefing, or agent news monitor. |
80
+ | `npm-trust-pack` | (0.04 USDC/call) Vets an npm package before install in one call: supply-chain risk score plus registry stats. Composite: one call runs package-risk-npm + npm-package-stats in parallel for any npm package (scoped names supported). Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw registry metrics: latest version, version count, age, days since last release, maintainer list, and last day/week/month/year downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as an npm install pre-flight, typosquat check + downloads + maintainers bundle, or Socket.dev-adjacent vetting bundle. |
81
+ | `onchain-identity-pack` | (0.03 USDC/call) Resolves an EVM address or name across ENS, Basenames, and known-wallet labels in one call. Composite: one call runs ens-resolve + basename-resolve + wallet-label in parallel. Pass a 0x address for reverse ENS, reverse Basename, and known-address labelling, or pass a name ('vitalik.eth', 'jesse.base.eth', bare 'alice') for forward resolution on both name services with text records. All components are optional individually; at least one must resolve or the call returns 424. Data-only aggregation; no advice. Use it as a name-to-address and address-to-name resolver bundle, vitalik.eth lookup, .base.eth lookup, or EVM address identity data. |
82
+ | `outreach-pack` | (0.05 USDC/call) Drafts a cold email and verifies the recipient address in one call. Composite: one call runs email-draft + email-deliverability-check in parallel. Returns a ready-to-send email (subject, body, salutation, sign-off; tone controllable) plus a deliverability report on the recipient address: syntax, MX records, disposable-domain and role-account detection, SPF/DMARC/DKIM posture, and a 0-100 deliverability score. Privacy-safe DNS only, no mailbox probing. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a sales outreach pre-flight or inbox-readiness bundle. |
83
+ | `paper-brief` | (0.04 USDC/call) Finds and digests an arXiv paper in one call: structured summary plus a ready-to-paste BibTeX citation. Composite: one call runs arxiv-search + arxiv-summarize + arxiv-bibtex. Pass a topic query (resolves to the top relevance hit) or an arXiv ID (search stage skipped); the structured LLM summary (TLDR, key findings, methods, limitations) and the BibTeX entry are generated in parallel. Public arXiv API. Use it as an arXiv paper digest, research paper summary, or search-summarize-cite bundle. |
84
+ | `person-dossier` | (0.05 USDC/call) Researches a person from their email address in one call: enrichment, deliverability, disposable check, and social handle. Composite: one call runs person-enrich + email-deliverability-check + disposable-email-check + social-handle-check in parallel and merges them into {person, deliverability, disposable, social_handle}. The email local-part is probed as a candidate X handle (optional, degrades gracefully). Public-data enrichment only; no private people databases, no social-network scraping. Use it as a person dossier API, contact research, email intelligence, or lead profile lookup for CRM and sales agents. |
85
+ | `pr-pack` | (0.05 USDC/call) Turns a git diff into a commit message and PR description in one call. Composite: one call runs commit-message-from-diff + pr-description-from-diff in parallel over the same unified diff. Returns a Conventional Commits message (type, scope, subject, full_message) plus a review-ready PR description (title, summary bullets, Markdown test-plan checklist, breaking_change flag, paste-ready body). Diff capped at 30,000 chars. Response includes composed_of + per-component telemetry; partial upstream failure degrades instead of failing. Use it as a pull request bundle, conventional commit + PR body generator, or ship-a-branch helper. |
86
+ | `prediction-market-snapshot` | (0.04 USDC/call) Searches Polymarket and Kalshi prediction markets with one query, returning both venues' open markets side by side. Composite: one call runs polymarket-markets + kalshi-markets in parallel with the same free-text query and returns merged {polymarket: [], kalshi: []} lists: questions, tickers, implied outcome prices (0-1), volume, liquidity, and end dates from both venues. Data-only listing of public market data; no probability advice, no order entry, no trading. Use it as a cross-venue market search or event odds listing bundle. |
87
+ | `product-listing-pack` | (0.06 USDC/call) Preps an ecommerce product listing in one call: marketing copy, SEO keywords, and a product-name quality score. Composite: one call runs product-description + keyword-suggest + product-name-score in parallel. Returns marketing-ready copy (description, selling points, key features, listing titles built from your supplied facts), a de-duplicated ranked SEO keyword list from Wikipedia + DuckDuckGo autocomplete, and a name-quality score with grade, risks, and recommendations. name-score is optional: its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a marketplace listing generator or Shopify / Amazon / Etsy listing prep. |
88
+ | `pubmed-brief` | (0.04 USDC/call) Searches PubMed and summarizes the matching biomedical literature in one call. Composite: one call runs pubmed-search first, then summarize-text over the retrieved titles + abstracts. Returns the matching papers (PMID, title, authors, journal, date, abstract, DOI) plus a bullet-point roll-up of what the abstracts say. Literature summaries only; this is NOT medical advice, and output describes published research and always carries a consult-a-clinician disclaimer. Summary stage is optional: its failure degrades the response instead of failing it. Federal public-domain data via NCBI E-utilities. Includes composed_of + per-component telemetry. Use it as an NIH paper digest, research literature synthesis, or MeSH query with abstract roll-up. |
89
+ | `pypi-trust-pack` | (0.04 USDC/call) Vets a Python package before pip install in one call: supply-chain risk score plus package stats. Composite: one call runs pypi-package-risk + pypi-package-stats in parallel for any Python package. Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw PyPI metrics: latest version, version count, age, days since last release, author/maintainer, classifiers, and pypistats day/week/month downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a pip install pre-flight, typosquat check + downloads + release history bundle, or requirements.txt + pyproject.toml vetting bundle. |
90
+ | `regex-pack` | (0.03 USDC/call) Generates a regex from a natural-language prompt and live-tests it in one call. Composite: one call runs regex-from-prompt first, then feeds the generated pattern into regex-test over your test_strings (optional stage, runs only when test_strings are provided). Returns the JavaScript pattern + flags + explanation + examples, plus per-input matched/not-matched verdicts with capture groups so you know the pattern actually matches what you asked for. Prompt capped at 2,000 chars; up to 100 test strings of 5,000 chars each. Includes composed_of + per-component telemetry. Use it as an NL pattern builder with verification, generate-and-verify regex workflow, or regex playground bundle. |
91
+ | `repo-health-brief` | (0.05 USDC/call) Assesses whether a public GitHub repo is safe to depend on, in one call: health score, README, and star history. Composite: one call runs github-repo-health + github-readme + github-stars-history in parallel. Returns the 0-100 maintainability score with grade (abandoned/stale/okay/healthy/thriving) and LLM verdict, the raw README markdown (truncated at 20k chars), and a sampled cumulative-stars-vs-date growth series. stars-history is optional: if it fails the response degrades instead of failing. Includes composed_of + per-component telemetry. Use it as a GitHub repo brief, open-source dependency vetting bundle, or should-I-depend-on-this-repo check. |
92
+ | `resume-review-pack` | (0.06 USDC/call) Reviews a resume in one call: ATS fit score, PII exposure scan, and a summary polish. Composite: one call runs resume-scorer + detect-pii + rewrite-tone in parallel. Returns the 0-100 ATS score with calibrated subscores (keyword match, experience, skills, formatting, impact) and ranked improvement suggestions, a PII exposure report (emails, phones, addresses, SSNs) with risk level, and a confident-tone rewrite of the resume's summary/objective section. The rewrite stage is optional and bounded; its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a job application pre-flight, resume vs job description fit bundle, or CV review workflow. |
93
+ | `seo-snapshot` | (0.04 USDC/call) Audits a page's on-page SEO in one call: head metadata, link profile, and keyword ideas. Give it a URL and get back head metadata (title, description, canonical, OG/Twitter cards), the internal/external link breakdown, and ranked keyword suggestions seeded from your seed_keyword or the page's own title. One paid call replaces three: ideal for content-gap analysis, SEO audits, competitor page reviews, programmatic SEO pipelines. Composite: one call runs url-metadata-extract + link-extract in parallel, then keyword-suggest seeded from the page title. Use it as an SEO research API for agents. |
94
+ | `site-snapshot-pack` | (0.05 USDC/call) Captures a website's screenshot, metadata, and SSL certificate in one call. Give it a URL and get back a rendered PNG screenshot (hosted image URL), head metadata (title, description, OG/Twitter cards, favicon), and the TLS certificate summary (issuer, days until expiry) for the host. One paid call replaces three: ideal for link-preview generation, phishing triage, uptime/appearance audits, portfolio monitoring, sales prospect research. Composite: one call runs website-screenshot + url-metadata-extract + ssl-cert-info in parallel. Use it as a visual + technical site profile or landing-page verifier. |
95
+ | `social-profile-pack` | (0.04 USDC/call) Snapshots an X (Twitter) account in one call: profile, recent tweets, and sentiment. Composite: one call runs twitter-user-lookup + user-tweets + twitter-sentiment in parallel for a username and merges them into {profile, tweets, sentiment}; sentiment is scored over the account's recent public posts and degrades gracefully when unavailable. Read-only X API v2: no posting, replying, liking, following, or account mutation. Use it as a social profile pack API or audience research data for social and brand agents. |
96
+ | `solana-token-report` | (0.04 USDC/call) Screens a Solana SPL token in one call: safety score, authority checks, and flagged-list membership. Composite: one call runs solana-token-safety + solana-flagged-tokens in parallel, returning the 0-100 GoPlus safety score, mint and freeze authority flags, holder concentration, and whether the mint appears on the recently-flagged DEX Screener risk list (membership check computed server-side). The flagged-list component is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as an SPL token data pack, Solana memecoin screening data, or GoPlus + DEX Screener composite. |
97
+ | `stablecoin-health-report` | (0.04 USDC/call) Reports stablecoin peg health and the largest stablecoin yield pools in one call. Composite: one call runs stablecoin-peg + defi-yield-pools (stablecoin-only) in parallel, merging live price and basis-point deviation from $1 (USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD, with configurable depeg-alert threshold) with the largest stablecoin yield pools tracked by DeFiLlama (TVL, APY, chain, project). Optional symbol filter narrows both components to one stablecoin. Pool data is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as a USDC / USDT / DAI depeg monitor bundle or stablecoin market data pack. |
98
+ | `text-intel-pack` | (0.03 USDC/call) Runs full text analysis in one call: language detection, sentiment, named entities, token count, and optional zero-shot classification. Give it text (plus optional labels) and get back the detected language with confidence, overall sentiment and score, named entities, an estimated token count, and, when 2-25 labels are supplied, a zero-shot classification verdict. One paid call replaces five NLP requests: ideal for inbound message routing, CRM enrichment, content pipelines, agent preprocessing. Composite: one call runs detect-language + sentiment + extract-entities + token-count (and text-classify when labels are given) in parallel. Use it as an NLP toolbelt API. |
99
+ | `token-clearance-check` | (0.06 USDC/call) Delivers a signed token safety verdict before a trade: honeypot, risk score, source verification, and LP lock in one call. Composite: one call runs token-honeypot + token-risk-score + contract-source-verified (+ lp-lock-check when an LP address is supplied) in parallel on EVM chains, or solana-token-safety for Solana mints, and returns normalized pass/flag verdicts per check. The result carries an Ed25519 attestation signed by our ERC-8004 identity (agentId 47167 on Base; key at /.well-known/x402-signing-key), so the calling agent can verify and retain proof of the check it paid for. Data-only aggregation of on-chain facts; no advice, no action recommendation. Use it as a pre-trade token check, rug check API, or token clearance for trading agents. |
100
+ | `token-dossier` | (0.05 USDC/call) Runs due diligence on an EVM token in one call: metadata, risk score, honeypot simulation, LP lock, and burn stats. Composite: one call runs erc20-metadata + token-risk-score + token-honeypot + lp-lock-check + token-burn-stats in parallel and merges the results into a single structured report with per-component telemetry. Covers name/symbol/decimals/supply, composite 0-100 security score, buy/sell tax simulation, liquidity-locker holdings, and burn-address transfer history for tokens on Base, Ethereum, and other EVM chains. Data-only aggregation; no advice. Use it as an EVM token data pack or ERC-20 due-diligence bundle. |
101
+ | `trip-conditions-pack` | (0.03 USDC/call) Briefs a trip stop for any coordinates in one call: weather, air quality, sunrise/sunset, and timezone. Composite: one call runs weather-forecast + sunrise-sunset + air-quality + timezone-lookup in parallel. For a lat/lon it returns current conditions and a 1-7 day forecast, sun and twilight times, US/European AQI with pollutant readings, and IANA timezone with local time. Partial failures degrade instead of erroring. Use it as a travel conditions bundle or destination briefing. |
102
+ | `tx-dossier` | (0.04 USDC/call) Decodes an EVM transaction and explains it in plain English, in one call. Composite: one call runs tx-receipt-decode + crypto-tx-explainer in parallel and merges decoded event logs (ERC-20/ERC-721 transfers, approvals, verified-ABI events) with an LLM-written plain-English summary of what the transaction did. Includes status, gas, from/to/value, and per-component telemetry. The explainer is optional and degrades on timeout without failing the call. Data-only aggregation; no advice. Use it as an EVM tx data pack, tx debug bundle, or Basescan + Etherscan tx reader. |
103
+ | `url-dossier` | (0.05 USDC/call) Profiles a webpage in one call: metadata, scraped content with a summary, outbound links, and tech stack. Give it a URL and get back head metadata (title, description, OG/Twitter cards, canonical, favicon), scraped body text with an LLM summary, the outbound link list, and a tech-stack fingerprint (CMS, framework, CDN, hosting, analytics). One paid call replaces five: ideal for agent research, lead qualification, content cataloging, competitive analysis, RAG ingestion. Composite: one call runs url-metadata-extract + scrape + link-extract + tech-stack-detect in parallel, then summarize-text over the scraped text. Use it as full page intelligence or a website profile. |
104
+ | `video-brief` | (0.08 USDC/call) Transcribes and summarizes any video URL in one call. Composite: one call runs video-to-text + summarize-text. Whisper v3 transcription (auto-detects 90+ languages), then a summary of the transcript. Returns full transcript, duration, summary, and per-component telemetry. If transcription times out, responds 424 with partial telemetry. Use it as a video TLDR, video digest, or Whisper transcription plus LLM summary. |
105
+ | `wallet-dossier` | (0.05 USDC/call) Profiles an EVM wallet in one call: address label, ENS reverse lookup, ERC-20 balance, and FIFO token P&L. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl in parallel and merges the results into one structured report with per-component telemetry. Returns known-address label and category, EOA-vs-contract status, primary ENS name, current ERC-20 balance (USDC on Base by default, any token via token_address), and FIFO cost-basis P&L for that token. wallet-pnl is optional and degrades on timeout. Data-only aggregation; no advice. Use it as an EVM address data pack or wallet profile bundle. |
106
+ | `webpage-change-report` | (0.04 USDC/call) Detects changes to a webpage and explains them in plain language, in one call. Give it a URL (plus optional previous_hash or previous_text baseline and CSS selector scope) and get back the changed flag, content hash, added/removed line diff, and an LLM summary of what actually changed, ready to drop into an alert or agent decision. Ideal for competitor monitoring, policy-change tracking, status-page watching, changelog digests. Composite: one call runs webpage-diff first, then summarize-text over the diff. Use it as a website change monitor, page-watch + diff digest, TOS-policy change explainer, or price-page monitor with narrative. |
107
+ | `website-trust-report` | (0.04 USDC/call) Gathers site legitimacy signals for a URL in one call: TLS, domain risk, lookalike detection, metadata, and tech stack. Composite: one call runs ssl-cert-info + domain-risk-check + homoglyph-check + url-metadata-extract + tech-stack-detect in parallel over a URL (the hostname is derived for the domain-shaped checks) and merges them into {tls, domain_risk, lookalike, metadata, tech_stack}. Data signals only; no verdicts or safety guarantees. Use it as a URL safety data source, phishing triage bundle, or link inspection for security and moderation agents. |
108
+ | `wiki-brief` | (0.03 USDC/call) Looks up a topic on Wikipedia and digests it in one call: canonical article, bullet brief, and named entities. Returns the article's title, URL, Wikidata Q-id, and intro, a bullet brief distilled from the article body, and the named entities (people, organizations, locations, dates) it mentions. One paid call replaces the lookup-then-digest agent loop: ideal for topic primers, RAG context assembly, research agents, quiz/content generation. Composite: one call runs wikipedia-lookup first, then summarize-text + extract-entities in parallel over the article text. Use it as an encyclopedia lookup + summary + entities bundle, RAG context builder, or topic primer API. |
109
+ | `x-topic-pulse` | (0.05 USDC/call) Takes the pulse of a topic on X (Twitter): tweet search, sentiment, and top voices in one call. Composite: one call runs tweet-search + twitter-sentiment in parallel over the same topic and merges recent tweets, aggregate sentiment, and the accounts driving engagement (top_voices ranked by likes, retweets, replies). One settlement instead of stitching three X calls. Use it for X topic intelligence or social listening for agents. |
110
+ | `youtube-brief` | (0.05 USDC/call) Summarizes a YouTube video from its URL or ID: transcript, TLDR, and named entities in one call. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry. Use it as a video digest or closed-caption summarizer. |
109
111
 
110
112
  ## How it works
111
113
 
@@ -126,4 +128,4 @@ The agent never sees the payment flow — it just gets the result.
126
128
 
127
129
  ---
128
130
 
129
- **Version:** 0.1.0 · **License:** MIT
131
+ **Version:** 0.2.2 · **License:** MIT
@@ -1,11 +1,11 @@
1
1
  /** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
2
2
  export const CLUSTER_SLUG = "compose";
3
- export const VERSION = "0.1.0";
3
+ export const VERSION = "0.2.2";
4
4
  export const TOOLS = [
5
5
  {
6
6
  "name": "address-intel-pack",
7
7
  "http_name": "address-intel-pack",
8
- "description": "(0.03 USDC/call) Address intelligence API / address parse + geocode + timezone + permits in one call / location enrichment / property context for real-estate and logistics agents. Composite: one call runs address-parse + address-geocode in parallel, then timezone-lookup on the geocoded coordinates and building-permits when the address resolves to a supported open-data city (NYC, SF, Chicago, LA, Seattle, Austin). Merged output {parsed, location, timezone, permits}. Open-data sources only (OSM Nominatim, TimeAPI, city Socrata portals).",
8
+ "description": "(0.03 USDC/call) Enriches a street address in one call: parse, geocode, timezone, and building permits. Composite: address-parse + address-geocode run in parallel, then timezone-lookup on the geocoded coordinates and building-permits when the address resolves to a supported open-data city (NYC, SF, Chicago, LA, Seattle, Austin). Merged output {parsed, location, timezone, permits}. Open-data sources only (OSM Nominatim, TimeAPI, city Socrata portals). Use it as an address intelligence API or location enrichment and property context for real-estate and logistics agents.",
9
9
  "method": "POST",
10
10
  "input_schema": {
11
11
  "type": "object",
@@ -23,7 +23,7 @@ export const TOOLS = [
23
23
  {
24
24
  "name": "article-brief",
25
25
  "http_name": "article-brief",
26
- "description": "(0.04 USDC/call) Article brief / URL to summary + entities + sentiment / news article analyzer / one-call article intelligence. Give it an article URL and get back scraped text stats, a bullet summary, named entities (people, organizations, locations, dates), and overall sentiment with score the standard agent reading pipeline collapsed into a single request. Ideal for news monitoring, research agents, content triage, brand tracking. Composite: one call runs scrape first, then summarize-text + extract-entities + sentiment in parallel over the text.",
26
+ "description": "(0.04 USDC/call) Analyzes a news article from its URL into a summary, named entities, and sentiment in one call. Returns scraped text stats, a bullet summary, entities (people, organizations, locations, dates), and overall sentiment with score: the standard agent reading pipeline collapsed into a single request. Ideal for news monitoring, research agents, content triage, brand tracking. Composite: one call runs scrape first, then summarize-text + extract-entities + sentiment in parallel over the text. Use it as a URL-to-summary article analyzer or one-call article intelligence.",
27
27
  "method": "POST",
28
28
  "input_schema": {
29
29
  "type": "object",
@@ -41,7 +41,7 @@ export const TOOLS = [
41
41
  {
42
42
  "name": "audio-brief",
43
43
  "http_name": "audio-brief",
44
- "description": "(0.07 USDC/call) Audio brief / podcast summary / call recording digest / transcribe summarize sentiment in one call / speech-to-text plus TLDR plus emotion. Composite: one call runs audio-transcribe + summarize-text + sentiment. Whisper large v3 transcription of any audio URL, then summary and sentiment analysis run in parallel over the transcript. Returns transcript, detected language, duration, summary, sentiment scores, and per-component telemetry.",
44
+ "description": "(0.07 USDC/call) Transcribes and digests any audio URL in one call: transcript, summary, and sentiment. Composite: one call runs audio-transcribe + summarize-text + sentiment. Whisper large v3 transcription, then summary and sentiment analysis run in parallel over the transcript. Returns transcript, detected language, duration, summary, sentiment scores, and per-component telemetry. Use it for podcast summaries, call recording digests, or speech-to-text plus TLDR plus emotion.",
45
45
  "method": "POST",
46
46
  "input_schema": {
47
47
  "type": "object",
@@ -59,7 +59,7 @@ export const TOOLS = [
59
59
  {
60
60
  "name": "brand-presence-report",
61
61
  "http_name": "brand-presence-report",
62
- "description": "(0.10 USDC/call) Brand presence report API / brand name check / startup name screening / domain + handle + clearance + lookalike bundle for naming and launch agents. Composite: one call runs domain-availability + social-handle-check + brand-clearance + homoglyph-check in parallel and merges them into {domains, social_handle, clearance, lookalike_risk}. Domain availability is checked per requested TLD (default com, ai, io, dev; max 6), the X handle is probed read-only, brand-clearance aggregates USPTO/domain/Wikipedia/HN signals, and homoglyph-check scores Unicode lookalike risk. Screening data only not legal, trademark, or brand advice.",
62
+ "description": "(0.10 USDC/call) Screens a brand or startup name in one call: domain availability, social handle, clearance signals, and lookalike risk. Composite: one call runs domain-availability + social-handle-check + brand-clearance + homoglyph-check in parallel and merges them into {domains, social_handle, clearance, lookalike_risk}. Domain availability is checked per requested TLD (default com, ai, io, dev; max 6), the X handle is probed read-only, brand-clearance aggregates USPTO/domain/Wikipedia/HN signals, and homoglyph-check scores Unicode lookalike risk. Screening data only; not legal, trademark, or brand advice. Use it as a brand presence report API, brand name check, or startup name screening bundle for naming and launch agents.",
63
63
  "method": "POST",
64
64
  "input_schema": {
65
65
  "type": "object",
@@ -84,7 +84,7 @@ export const TOOLS = [
84
84
  {
85
85
  "name": "caption-translate-pack",
86
86
  "http_name": "caption-translate-pack",
87
- "description": "(0.07 USDC/call) Caption translate pack / translated subtitles / SRT generator plus translation / localized video captions / subtitle localization in one call. Composite: one call runs video-to-subtitles + translate. Generates SRT subtitles from any video URL (Whisper v3), then translates the subtitle text into the target language (100+ languages, structure preserved). Returns original subtitles, translated subtitles, and per-component telemetry.",
87
+ "description": "(0.07 USDC/call) Generates translated subtitles from any video URL in one call. Composite: one call runs video-to-subtitles + translate. SRT subtitles are generated via Whisper v3, then the subtitle text is translated into the target language (100+ languages, structure preserved). Returns original subtitles, translated subtitles, and per-component telemetry. Use it for localized video captions, an SRT generator plus translation, or subtitle localization.",
88
88
  "method": "POST",
89
89
  "input_schema": {
90
90
  "type": "object",
@@ -107,7 +107,7 @@ export const TOOLS = [
107
107
  {
108
108
  "name": "clean-text-pack",
109
109
  "http_name": "clean-text-pack",
110
- "description": "(0.03 USDC/call) Clean text pack / text sanitizer / Unicode normalize + homoglyph audit + PII detect + PII redact in one call / GDPR-safe ingest pipeline / input scrubber. Give it raw text and get back the NFC-normalized string, a script/homoglyph/hidden-character audit (Cyrillic lookalikes, zero-width chars, RTL overrides), every PII match with risk level, and a fully redacted copy with [EMAIL]/[PHONE]/[SSN]-style masks. One paid call replaces four sanitization steps: ideal for log scrubbing, dataset prep, LLM input hygiene, phishing triage. Composite: one call runs text-normalize + unicode-normalize + detect-pii + pii-redact in parallel over the same text.",
110
+ "description": "(0.03 USDC/call) Sanitizes raw text in one call: Unicode normalization, homoglyph audit, PII detection, and PII redaction. Returns the NFC-normalized string, a script/homoglyph/hidden-character audit (Cyrillic lookalikes, zero-width chars, RTL overrides), every PII match with risk level, and a fully redacted copy with [EMAIL]/[PHONE]/[SSN]-style masks. One paid call replaces four sanitization steps: ideal for log scrubbing, dataset prep, LLM input hygiene, phishing triage. Composite: one call runs text-normalize + unicode-normalize + detect-pii + pii-redact in parallel over the same text. Use it as a text sanitizer, GDPR-safe ingest pipeline, or input scrubber.",
111
111
  "method": "POST",
112
112
  "input_schema": {
113
113
  "type": "object",
@@ -125,7 +125,7 @@ export const TOOLS = [
125
125
  {
126
126
  "name": "company-dossier",
127
127
  "http_name": "company-dossier",
128
- "description": "(0.05 USDC/call) Company dossier API / company research / firmographic profile / domain intelligence / company background lookup / account research for sales and B2B agents. Composite: one call runs company-enrich + domain-enrich + whois + ssl-cert-info + tech-stack-detect in parallel and merges them into {profile, domain, registration, security, tech_stack}. Accepts a domain or a bare company name (name inputs are resolved via a best-guess domain probe; unresolvable names return the profile only with the rest marked skipped). Public-data only; no private enrichment databases.",
128
+ "description": "(0.05 USDC/call) Builds a company research dossier in one call: firmographic profile, domain intelligence, WHOIS registration, TLS, and tech stack. Composite: one call runs company-enrich + domain-enrich + whois + ssl-cert-info + tech-stack-detect in parallel and merges them into {profile, domain, registration, security, tech_stack}. Accepts a domain or a bare company name (name inputs are resolved via a best-guess domain probe; unresolvable names return the profile only with the rest marked skipped). Public-data only; no private enrichment databases. Use it as a company background lookup or account research for sales and B2B agents.",
129
129
  "method": "POST",
130
130
  "input_schema": {
131
131
  "type": "object",
@@ -150,7 +150,7 @@ export const TOOLS = [
150
150
  {
151
151
  "name": "company-verify-pack",
152
152
  "http_name": "company-verify-pack",
153
- "description": "(0.04 USDC/call) Company verification data API / company existence check / vendor data consistency / domain-backed company signals for procurement and marketplace agents. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification.",
153
+ "description": "(0.04 USDC/call) Checks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only; this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification. Use it as a company verification data API, vendor data consistency check, or domain-backed company signals for procurement and marketplace agents.",
154
154
  "method": "POST",
155
155
  "input_schema": {
156
156
  "type": "object",
@@ -168,7 +168,7 @@ export const TOOLS = [
168
168
  {
169
169
  "name": "competitor-snapshot",
170
170
  "http_name": "competitor-snapshot",
171
- "description": "(0.06 USDC/call) Competitor snapshot API / company news monitor / competitive intelligence data / company profile + recent news + sentiment in one call for market-research agents. Composite: one call runs company-enrich + web-search + brand-sentiment-analysis; the profile and a week-recency '<company> news' search run in parallel, then sentiment is scored over the top result snippets when the search returns hits. Merged output {profile, news, sentiment}. Data snapshot only no analysis, recommendations, or investment advice.",
171
+ "description": "(0.06 USDC/call) Snapshots a company for competitive intelligence in one call: profile, recent news, and news sentiment. Composite: one call runs company-enrich + web-search + brand-sentiment-analysis; the profile and a week-recency '<company> news' search run in parallel, then sentiment is scored over the top result snippets when the search returns hits. Merged output {profile, news, sentiment}. Data snapshot only; no analysis, recommendations, or investment advice. Use it as a company news monitor or market-research data feed.",
172
172
  "method": "POST",
173
173
  "input_schema": {
174
174
  "type": "object",
@@ -186,7 +186,7 @@ export const TOOLS = [
186
186
  {
187
187
  "name": "contact-normalize-pack",
188
188
  "http_name": "contact-normalize-pack",
189
- "description": "(0.03 USDC/call) Contact normalization API / contact dedupe bundle / match key generator / record linkage pack / CRM hygiene for email, name, phone, and address in one call. Composite: one call runs match-key-email + match-key-name + match-key-phone + match-key-address + address-parse in parallel only the constituents whose input field is present are invoked (at least one of email/name/phone/address required). Returns normalized values and stable match keys per field plus parsed US address components. Pure compute, no upstream calls, no data retention.",
189
+ "description": "(0.03 USDC/call) Normalizes a contact record in one call, generating stable match keys for email, name, phone, and address plus parsed US address components. Composite: one call runs match-key-email + match-key-name + match-key-phone + match-key-address + address-parse in parallel; only the constituents whose input field is present are invoked (at least one of email/name/phone/address required). Deterministic and instant no external lookups, no data retention. Use it as a contact normalization API, contact dedupe bundle, match key generator, record linkage pack, or CRM hygiene tool.",
190
190
  "method": "POST",
191
191
  "input_schema": {
192
192
  "type": "object",
@@ -217,7 +217,7 @@ export const TOOLS = [
217
217
  {
218
218
  "name": "content-quality-pack",
219
219
  "http_name": "content-quality-pack",
220
- "description": "(0.04 USDC/call) Content quality pack / pre-publish content check / AI-detection + PII scan + moderation + sentiment in one call / UGC safety gate. Give it text and get back an AI-generated probability with verdict, every PII match with risk level, an allow/review/block moderation verdict, and overall sentiment — the standard pre-publish gauntlet collapsed into a single request. Ideal for UGC pipelines, comment gating, guest-post screening, agent output review. Composite: one call runs ai-content-detector + detect-pii + moderate-content + sentiment in parallel over the same text.",
220
+ "description": "(0.04 USDC/call) Runs the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment. Returns an AI-generated probability with verdict, every PII match with risk level, an allow/review/block moderation verdict, and overall sentiment. Ideal for UGC pipelines, comment gating, guest-post screening, agent output review. Composite: one call runs ai-content-detector + detect-pii + moderate-content + sentiment in parallel over the same text. Use it as a pre-publish content check or UGC safety gate.",
221
221
  "method": "POST",
222
222
  "input_schema": {
223
223
  "type": "object",
@@ -235,7 +235,7 @@ export const TOOLS = [
235
235
  {
236
236
  "name": "contract-trust-pack",
237
237
  "http_name": "contract-trust-pack",
238
- "description": "(0.04 USDC/call) Contract trust pack / smart-contract verification bundle / source verification + honeypot simulation + LP lock check in one call / EVM contract due-diligence data. Composite: one call runs contract-source-verified + token-honeypot + lp-lock-check in parallel and merges Etherscan-verified source status (name, compiler, ABI, proxy flag), buy/sell tax simulation results, and liquidity-locker holdings into one structured report with per-component telemetry. Long Solidity sources are truncated in the merged payload. Data-only aggregation; no advice.",
238
+ "description": "(0.04 USDC/call) Gathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check. Composite: one call runs contract-source-verified + token-honeypot + lp-lock-check in parallel and merges Etherscan-verified source status (name, compiler, ABI, proxy flag), buy/sell tax simulation results, and liquidity-locker holdings into one structured report with per-component telemetry. Long Solidity sources are truncated in the merged payload. Data-only aggregation; no advice. Use it as a smart-contract verification bundle or EVM contract due-diligence data pack.",
239
239
  "method": "POST",
240
240
  "input_schema": {
241
241
  "type": "object",
@@ -257,7 +257,7 @@ export const TOOLS = [
257
257
  {
258
258
  "name": "cron-pack",
259
259
  "http_name": "cron-pack",
260
- "description": "(0.02 USDC/call) Cron pack / cron expression one-stop / parse + explain + next fire times in a single call / crontab validator + plain-English schedule + forecast / when does this cron run. Composite: one call runs cron-parse + cron-explain + cron-next in parallel over the same 5/6/7-field cron expression or @daily/@hourly/@weekly/@monthly/@yearly macro. Returns validation + frequency bucket, a plain-English explanation, and the next N firing times as ISO 8601 + epoch seconds + human-readable strings in your timezone, with regular-cadence detection. Includes composed_of + per-component telemetry; partial failure degrades instead of failing.",
260
+ "description": "(0.02 USDC/call) Parses, explains, and forecasts a cron expression in one call. Composite: one call runs cron-parse + cron-explain + cron-next in parallel over the same 5/6/7-field cron expression or @daily/@hourly/@weekly/@monthly/@yearly macro. Returns validation + frequency bucket, a plain-English explanation, and the next N firing times as ISO 8601 + epoch seconds + human-readable strings in your timezone, with regular-cadence detection. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a crontab validator, plain-English schedule explainer, or 'when does this cron run' forecast.",
261
261
  "method": "POST",
262
262
  "input_schema": {
263
263
  "type": "object",
@@ -283,7 +283,7 @@ export const TOOLS = [
283
283
  {
284
284
  "name": "defi-protocol-dossier",
285
285
  "http_name": "defi-protocol-dossier",
286
- "description": "(0.04 USDC/call) DeFi protocol dossier / protocol TVL + yield pools in one call / DeFiLlama protocol profile bundle / Aave Lido Uniswap TVL and APY data pack. Composite: one call runs defi-llama-protocol + defi-yield-pools in parallel, merging the protocol's canonical profile (name, category, audits, current TVL, per-chain TVL breakdown, 24h/7d/30d change) with its yield-bearing pools filtered to the same project slug (APY, TVL, exposure, IL-risk classification). Pool list is optional and degrades without failing the call. Data-only aggregation; no advice.",
286
+ "description": "(0.04 USDC/call) Profiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data. Composite: one call runs defi-llama-protocol + defi-yield-pools in parallel, merging the protocol's canonical profile (name, category, audits, current TVL, per-chain TVL breakdown, 24h/7d/30d change) with its yield-bearing pools filtered to the same project slug (APY, TVL, exposure, IL-risk classification). Pool list is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as a DeFiLlama protocol profile bundle or an Aave / Lido / Uniswap TVL and APY data pack.",
287
287
  "method": "POST",
288
288
  "input_schema": {
289
289
  "type": "object",
@@ -301,7 +301,7 @@ export const TOOLS = [
301
301
  {
302
302
  "name": "doc-brief",
303
303
  "http_name": "doc-brief",
304
- "description": "(0.05 USDC/call) Document brief / PDF summary + entities in one call / PDF intelligence / report digest API / contract skim. Give it a public PDF URL and get back layout-aware markdown (headings, tables, lists preserved), an executive summary, and the named entities (people, organizations, dates, monetary amounts) inside — the read-a-document agent pipeline collapsed into one request. Handles digital and scanned PDFs up to 30 pages. Ideal for report triage, contract review prep, research ingestion, due-diligence agents. Composite: one call runs pdf-to-markdown first, then summarize-text + extract-entities in parallel over the markdown.",
304
+ "description": "(0.05 USDC/call) Digests a public PDF in one call: layout-aware markdown, an executive summary, and named entities. Markdown preserves headings, tables, and lists; entities cover people, organizations, dates, and monetary amounts. Handles digital and scanned PDFs up to 30 pages. Ideal for report triage, contract review prep, research ingestion, due-diligence agents. Composite: one call runs pdf-to-markdown first, then summarize-text + extract-entities in parallel over the markdown. Use it as a PDF summary + entities bundle, PDF intelligence, report digest API, or contract skim.",
305
305
  "method": "POST",
306
306
  "input_schema": {
307
307
  "type": "object",
@@ -319,7 +319,7 @@ export const TOOLS = [
319
319
  {
320
320
  "name": "domain-dossier",
321
321
  "http_name": "domain-dossier",
322
- "description": "(0.04 USDC/call) Domain dossier API / full domain report / domain intelligence / WHOIS + DNS + TLS + DMARC in one call / phishing triage bundle / brand-protection domain workup. Composite: one call runs whois + dns-lookup + ssl-cert-info + domain-age-check + domain-risk-check + dmarc-check in parallel and merges them into {registration, dns, tls, age, risk, email_auth}. One request replaces six separate lookups for security, fraud, and due-diligence agents.",
322
+ "description": "(0.04 USDC/call) Builds a full domain report in one call: WHOIS, DNS, TLS, age, risk, and DMARC. Composite: one call runs whois + dns-lookup + ssl-cert-info + domain-age-check + domain-risk-check + dmarc-check in parallel and merges them into {registration, dns, tls, age, risk, email_auth}. One request replaces six separate lookups for security, fraud, and due-diligence agents. Use it as a domain intelligence API, phishing triage bundle, or brand-protection domain workup.",
323
323
  "method": "POST",
324
324
  "input_schema": {
325
325
  "type": "object",
@@ -337,7 +337,7 @@ export const TOOLS = [
337
337
  {
338
338
  "name": "email-trust-report",
339
339
  "http_name": "email-trust-report",
340
- "description": "(0.03 USDC/call) Email trust report API / email verification bundle / email risk data / deliverability + disposable + DMARC + dedupe key in one call for signup vetting and CRM hygiene agents. Composite: one call runs email-deliverability-check + disposable-email-check + dmarc-check + match-key-email in parallel and merges them into {deliverability, disposable, email_auth, match_key}. dmarc-check audits the email's domain; match-key-email supplies a normalized record-linkage key. DNS + public blocklist data only no mailbox probing.",
340
+ "description": "(0.03 USDC/call) Vets an email address in one call: deliverability, disposable check, DMARC posture, and a dedupe key. Composite: one call runs email-deliverability-check + disposable-email-check + dmarc-check + match-key-email in parallel and merges them into {deliverability, disposable, email_auth, match_key}. dmarc-check audits the email's domain; match-key-email supplies a normalized record-linkage key. DNS + public blocklist data only; no mailbox probing. Use it as an email verification bundle or email risk data for signup vetting and CRM hygiene agents.",
341
341
  "method": "POST",
342
342
  "input_schema": {
343
343
  "type": "object",
@@ -355,7 +355,7 @@ export const TOOLS = [
355
355
  {
356
356
  "name": "flight-brief",
357
357
  "http_name": "flight-brief",
358
- "description": "(0.03 USDC/call) Flight brief / live flight status plus FAA airport delays plus airport info in one call / flight tracker bundle / callsign lookup with delay context. Composite: one call runs flight-status + airport-delays + iata-airport-info. Live aircraft state for a flight callsign (OpenSky Network) plus FAA ground stops, GDPs, and delay programs. Pass optional origin/destination IATA-3 codes to get per-airport delay events and airport metadata (name, coordinates, links); omit them and the national FAA delay picture is attached instead. Live data from OpenSky Network and FAA NAS Status.",
358
+ "description": "(0.03 USDC/call) Reports live flight status with FAA airport delays and airport info in one call. Composite: one call runs flight-status + airport-delays + iata-airport-info. Live aircraft state for a flight callsign (OpenSky Network) plus FAA ground stops, GDPs, and delay programs. Pass optional origin/destination IATA-3 codes to get per-airport delay events and airport metadata (name, coordinates, links); omit them and the national FAA delay picture is attached instead. Live data from OpenSky Network and FAA NAS Status. Use it as a flight tracker bundle or callsign lookup with delay context.",
359
359
  "method": "POST",
360
360
  "input_schema": {
361
361
  "type": "object",
@@ -385,7 +385,7 @@ export const TOOLS = [
385
385
  {
386
386
  "name": "image-caption-localize",
387
387
  "http_name": "image-caption-localize",
388
- "description": "(0.04 USDC/call) Image caption localize / translated image caption / multilingual alt text / caption an image in any language / vision caption plus translation. Composite: one call runs describe-image + translate. Captions an image with a vision LLM (single-sentence caption mode), then translates the caption into the target language (100+ languages). Returns the source caption, translated caption, and per-component telemetry.",
388
+ "description": "(0.04 USDC/call) Captions an image and translates the caption into any of 100+ languages in one call. Composite: one call runs describe-image + translate. A vision LLM writes a single-sentence caption, then it is translated into the target language. Returns the source caption, translated caption, and per-component telemetry. Use it for translated image captions, multilingual alt text, or vision caption plus translation.",
389
389
  "method": "POST",
390
390
  "input_schema": {
391
391
  "type": "object",
@@ -408,7 +408,7 @@ export const TOOLS = [
408
408
  {
409
409
  "name": "image-intel-pack",
410
410
  "http_name": "image-intel-pack",
411
- "description": "(0.04 USDC/call) Image intel pack / image analysis bundle / describe image plus brand logo detection plus content moderation / vision intelligence in one call. Composite: one call runs describe-image + logo-detect + moderate-content. Vision LLM description and brand logo detection run in parallel, then the description text is moderated for safety (harassment, hate, violence, sexual content, spam, phishing). Returns description, detected brands, moderation verdict, and per-component telemetry.",
411
+ "description": "(0.04 USDC/call) Analyzes an image in one call: description, brand logo detection, and content moderation. Composite: one call runs describe-image + logo-detect + moderate-content. Vision LLM description and logo detection run in parallel, then the description text is moderated for safety (harassment, hate, violence, sexual content, spam, phishing). Returns description, detected brands, moderation verdict, and per-component telemetry. Use it as an image analysis bundle or vision intelligence pack.",
412
412
  "method": "POST",
413
413
  "input_schema": {
414
414
  "type": "object",
@@ -426,7 +426,7 @@ export const TOOLS = [
426
426
  {
427
427
  "name": "json-dev-pack",
428
428
  "http_name": "json-dev-pack",
429
- "description": "(0.03 USDC/call) JSON dev pack / JSON to TypeScript + YAML + schema validation in one call / API response toolkit / quicktype-style type generation with format conversion / structured-output verifier bundle. Composite: one call runs type-inference-from-json + json-yaml in parallel, plus json-schema-validate when you supply a schema. Returns a generated TypeScript interface (with date-time/uuid/uri/email format detection), the YAML rendering of the same document, and when a JSON Schema (draft-07 or 2020-12) is provided a validation report with per-error instance_path + keyword + message. Input capped at 200k chars. Includes composed_of + per-component telemetry; partial failure degrades instead of failing.",
429
+ "description": "(0.03 USDC/call) Converts a JSON document to TypeScript types and YAML, with optional schema validation, in one call. Composite: one call runs type-inference-from-json + json-yaml in parallel, plus json-schema-validate when you supply a schema. Returns a generated TypeScript interface (with date-time/uuid/uri/email format detection), the YAML rendering of the same document, and, when a JSON Schema (draft-07 or 2020-12) is provided, a validation report with per-error instance_path + keyword + message. Input capped at 200k chars. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as an API response toolkit, quicktype-style type generation with format conversion, or structured-output verifier bundle.",
430
430
  "method": "POST",
431
431
  "input_schema": {
432
432
  "type": "object",
@@ -452,7 +452,7 @@ export const TOOLS = [
452
452
  {
453
453
  "name": "lead-qualify",
454
454
  "http_name": "lead-qualify",
455
- "description": "(0.06 USDC/call) Lead qualification data API / lead verification / email + company enrichment bundle / signup vetting / CRM intake check for sales and growth agents. Composite: one call runs lead-enrich + email-deliverability-check + disposable-email-check + company-enrich in parallel and merges them into a qualification object {email_valid, disposable, person, company} plus a deterministic fit_signals array (e.g. corporate_email_domain, domain_accepts_mail, disposable_email_domain). Data and derived signals only no lead scoring, ranking, or buying advice. Company context is derived from the email domain when no company name is supplied.",
455
+ "description": "(0.06 USDC/call) Qualifies a lead in one call: email validity, disposable check, person enrichment, and company enrichment. Composite: one call runs lead-enrich + email-deliverability-check + disposable-email-check + company-enrich in parallel and merges them into a qualification object {email_valid, disposable, person, company} plus a deterministic fit_signals array (e.g. corporate_email_domain, domain_accepts_mail, disposable_email_domain). Data and derived signals only; no lead scoring, ranking, or buying advice. Company context is derived from the email domain when no company name is supplied. Use it as a lead qualification data API, lead verification, signup vetting, or CRM intake check for sales and growth agents.",
456
456
  "method": "POST",
457
457
  "input_schema": {
458
458
  "type": "object",
@@ -474,7 +474,7 @@ export const TOOLS = [
474
474
  {
475
475
  "name": "localize-pack",
476
476
  "http_name": "localize-pack",
477
- "description": "(0.05 USDC/call) Localize pack / detect + translate + tone rewrite in one call / localization pipeline API / multilingual content adapter. Give it text and a target language and get back the detected source language (ISO code + confidence), a fluent translation, and when a tone is supplied the translated text rewritten in that tone (formal, casual, friendly, persuasive, and 8 more). One paid call replaces the detect translate restyle chain: ideal for support reply localization, multilingual publishing, agent-to-human messaging. Composite: one call runs detect-language + translate in parallel, then rewrite-tone over the translation when a tone is provided.",
477
+ "description": "(0.05 USDC/call) Localizes text in one call: detects the source language, translates, and optionally rewrites the translation in a chosen tone. Give it text and a target language and get back the detected source language (ISO code + confidence), a fluent translation, and, when a tone is supplied, the translated text rewritten in that tone (formal, casual, friendly, persuasive, and 8 more). One paid call replaces the detect, translate, restyle chain: ideal for support reply localization, multilingual publishing, agent-to-human messaging. Composite: one call runs detect-language + translate in parallel, then rewrite-tone over the translation when a tone is provided. Use it as a localization pipeline API or multilingual content adapter.",
478
478
  "method": "POST",
479
479
  "input_schema": {
480
480
  "type": "object",
@@ -501,7 +501,7 @@ export const TOOLS = [
501
501
  {
502
502
  "name": "market-rates-pack",
503
503
  "http_name": "market-rates-pack",
504
- "description": "(0.04 USDC/call) Market rates pack / FX + perp funding + Hyperliquid mark price in one call / cross-market rates bundle / ECB exchange rates + Binance funding + perps data merge. Composite: one call runs exchange-rates + funding-rates + hyperliquid-market in parallel, merging ECB fiat FX rates for a chosen base currency, Binance USD-M perpetual funding (current rate, mark/index price, next funding time, 24h history), and Hyperliquid perp market data (mark price, max leverage, size decimals) for a chosen crypto symbol. Data-only market data merge; no advice.",
504
+ "description": "(0.04 USDC/call) Merges FX rates, perp funding, and Hyperliquid mark price into one call. Composite: one call runs exchange-rates + funding-rates + hyperliquid-market in parallel, merging ECB fiat FX rates for a chosen base currency, Binance USD-M perpetual funding (current rate, mark/index price, next funding time, 24h history), and Hyperliquid perp market data (mark price, max leverage, size decimals) for a chosen crypto symbol. Data-only market data merge; no advice. Use it as a cross-market rates bundle: ECB exchange rates + Binance funding + perps data.",
505
505
  "method": "POST",
506
506
  "input_schema": {
507
507
  "type": "object",
@@ -520,7 +520,7 @@ export const TOOLS = [
520
520
  {
521
521
  "name": "meeting-brief",
522
522
  "http_name": "meeting-brief",
523
- "description": "(0.08 USDC/call) Meeting brief / meeting summary from recording / who-said-what digest / diarized meeting notes / speaker-labeled transcript plus summary. Composite: one call runs speaker-diarize + summarize-text. Diarizes a meeting or call recording (Whisper v3 + speaker labels), then summarizes the speaker-labeled transcript. Returns utterances by speaker, speaker count, labeled transcript, summary, and per-component telemetry.",
523
+ "description": "(0.08 USDC/call) Turns a meeting or call recording into speaker-labeled notes and a summary in one call. Composite: one call runs speaker-diarize + summarize-text. Diarizes the recording (Whisper v3 + speaker labels), then summarizes the speaker-labeled transcript. Returns utterances by speaker, speaker count, labeled transcript, summary, and per-component telemetry. Use it for meeting summaries from recordings, who-said-what digests, or diarized meeting notes.",
524
524
  "method": "POST",
525
525
  "input_schema": {
526
526
  "type": "object",
@@ -538,7 +538,7 @@ export const TOOLS = [
538
538
  {
539
539
  "name": "naming-pack",
540
540
  "http_name": "naming-pack",
541
- "description": "(0.06 USDC/call) Naming pack / startup name workflow in one call / business name generator + domain availability + brand score + social handle check / company naming bundle / brandable domain finder. Composite: one call runs business-name-generator first, then fans out domain-availability, brand-name-score, and social-handle-check over the top candidates (bounded to 9 component calls total). Returns brainstormed brandable candidates ranked by available TLDs + brandability, then an enriched shortlist: brand-quality score with risks and recommendations, X/Twitter handle availability, and RDAP .com registration status with registrar and expiry. Enrichment checks are optional failures degrade the response instead of failing it. Includes composed_of + per-component telemetry.",
541
+ "description": "(0.06 USDC/call) Runs a full startup naming workflow in one call: generates brandable candidates, then checks domains, brand score, and social handles. Composite: one call runs business-name-generator first, then fans out domain-availability, brand-name-score, and social-handle-check over the top candidates (bounded to 9 component calls total). Returns brainstormed candidates ranked by available TLDs + brandability, then an enriched shortlist: brand-quality score with risks and recommendations, X/Twitter handle availability, and RDAP .com registration status with registrar and expiry. Enrichment checks are optional; failures degrade the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a business name generator, company naming bundle, or brandable domain finder.",
542
542
  "method": "POST",
543
543
  "input_schema": {
544
544
  "type": "object",
@@ -560,7 +560,7 @@ export const TOOLS = [
560
560
  {
561
561
  "name": "news-digest",
562
562
  "http_name": "news-digest",
563
- "description": "(0.05 USDC/call) News digest / topic news summary / current events briefing / news search + summarize + entities in one call / agent news monitor. Give it a topic and a recency window (day/week/month) and get back ranked news results plus a bullet digest of the coverage and the named entities (people, companies, places) driving the story. One paid call replaces a search-then-summarize agent loop: ideal for daily briefings, brand monitoring, market awareness, research agents. Composite: one call runs web-search first, then summarize-text + extract-entities in parallel over the result snippets.",
563
+ "description": "(0.05 USDC/call) Summarizes the news on any topic in one call: ranked results, a bullet digest of the coverage, and the named entities (people, companies, places) driving the story. Give it a topic and a recency window (day/week/month). One paid call replaces a search-then-summarize agent loop: ideal for daily briefings, brand monitoring, market awareness, research agents. Composite: one call runs web-search first, then summarize-text + extract-entities in parallel over the result snippets. Use it as a topic news summary, current events briefing, or agent news monitor.",
564
564
  "method": "POST",
565
565
  "input_schema": {
566
566
  "type": "object",
@@ -587,7 +587,7 @@ export const TOOLS = [
587
587
  {
588
588
  "name": "npm-trust-pack",
589
589
  "http_name": "npm-trust-pack",
590
- "description": "(0.04 USDC/call) npm trust pack / npm install pre-flight bundle / supply-chain risk score + registry stats in one call / typosquat check + downloads + maintainers / Socket.dev-adjacent vetting bundle. Composite: one call runs package-risk-npm + npm-package-stats in parallel for any npm package (scoped names supported). Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw registry metrics: latest version, version count, age, days since last release, maintainer list, and last day/week/month/year downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing.",
590
+ "description": "(0.04 USDC/call) Vets an npm package before install in one call: supply-chain risk score plus registry stats. Composite: one call runs package-risk-npm + npm-package-stats in parallel for any npm package (scoped names supported). Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw registry metrics: latest version, version count, age, days since last release, maintainer list, and last day/week/month/year downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as an npm install pre-flight, typosquat check + downloads + maintainers bundle, or Socket.dev-adjacent vetting bundle.",
591
591
  "method": "POST",
592
592
  "input_schema": {
593
593
  "type": "object",
@@ -605,7 +605,7 @@ export const TOOLS = [
605
605
  {
606
606
  "name": "onchain-identity-pack",
607
607
  "http_name": "onchain-identity-pack",
608
- "description": "(0.03 USDC/call) Onchain identity pack / ENS + Basename + wallet label in one call / name-to-address and address-to-name resolver bundle / vitalik.eth lookup / .base.eth lookup / EVM address identity data. Composite: one call runs ens-resolve + basename-resolve + wallet-label in parallel. Pass a 0x address for reverse ENS, reverse Basename, and known-address labelling, or pass a name ('vitalik.eth', 'jesse.base.eth', bare 'alice') for forward resolution on both name services with text records. All components are optional individually; at least one must resolve or the call returns 424. Data-only aggregation; no advice.",
608
+ "description": "(0.03 USDC/call) Resolves an EVM address or name across ENS, Basenames, and known-wallet labels in one call. Composite: one call runs ens-resolve + basename-resolve + wallet-label in parallel. Pass a 0x address for reverse ENS, reverse Basename, and known-address labelling, or pass a name ('vitalik.eth', 'jesse.base.eth', bare 'alice') for forward resolution on both name services with text records. All components are optional individually; at least one must resolve or the call returns 424. Data-only aggregation; no advice. Use it as a name-to-address and address-to-name resolver bundle, vitalik.eth lookup, .base.eth lookup, or EVM address identity data.",
609
609
  "method": "POST",
610
610
  "input_schema": {
611
611
  "type": "object",
@@ -623,7 +623,7 @@ export const TOOLS = [
623
623
  {
624
624
  "name": "outreach-pack",
625
625
  "http_name": "outreach-pack",
626
- "description": "(0.05 USDC/call) Outreach pack / cold email draft + deliverability check in one call / write the email and verify the address / sales outreach pre-flight / inbox-readiness bundle. Composite: one call runs email-draft + email-deliverability-check in parallel. Returns a ready-to-send email (subject, body, salutation, sign-off tone controllable) plus a deliverability report on the recipient address: syntax, MX records, disposable-domain and role-account detection, SPF/DMARC/DKIM posture, and a 0-100 deliverability score. Privacy-safe DNS only, no mailbox probing. Includes composed_of + per-component telemetry; partial failure degrades instead of failing.",
626
+ "description": "(0.05 USDC/call) Drafts a cold email and verifies the recipient address in one call. Composite: one call runs email-draft + email-deliverability-check in parallel. Returns a ready-to-send email (subject, body, salutation, sign-off; tone controllable) plus a deliverability report on the recipient address: syntax, MX records, disposable-domain and role-account detection, SPF/DMARC/DKIM posture, and a 0-100 deliverability score. Privacy-safe DNS only, no mailbox probing. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a sales outreach pre-flight or inbox-readiness bundle.",
627
627
  "method": "POST",
628
628
  "input_schema": {
629
629
  "type": "object",
@@ -650,7 +650,7 @@ export const TOOLS = [
650
650
  {
651
651
  "name": "paper-brief",
652
652
  "http_name": "paper-brief",
653
- "description": "(0.04 USDC/call) Paper brief / arXiv paper digest / research paper summary plus BibTeX citation in one call / find and summarize a paper / arXiv search summarize cite bundle. Composite: one call runs arxiv-search + arxiv-summarize + arxiv-bibtex. Pass a topic query (resolves to the top relevance hit) or an arXiv ID (search stage skipped); the structured LLM summary (TLDR, key findings, methods, limitations) and a ready-to-paste BibTeX entry are generated in parallel. Public arXiv API.",
653
+ "description": "(0.04 USDC/call) Finds and digests an arXiv paper in one call: structured summary plus a ready-to-paste BibTeX citation. Composite: one call runs arxiv-search + arxiv-summarize + arxiv-bibtex. Pass a topic query (resolves to the top relevance hit) or an arXiv ID (search stage skipped); the structured LLM summary (TLDR, key findings, methods, limitations) and the BibTeX entry are generated in parallel. Public arXiv API. Use it as an arXiv paper digest, research paper summary, or search-summarize-cite bundle.",
654
654
  "method": "POST",
655
655
  "input_schema": {
656
656
  "type": "object",
@@ -668,7 +668,7 @@ export const TOOLS = [
668
668
  {
669
669
  "name": "person-dossier",
670
670
  "http_name": "person-dossier",
671
- "description": "(0.05 USDC/call) Person dossier API / contact research / email intelligence / lead profile lookup / person background from email for CRM and sales agents. Composite: one call runs person-enrich + email-deliverability-check + disposable-email-check + social-handle-check in parallel and merges them into {person, deliverability, disposable, social_handle}. The email local-part is probed as a candidate X handle (optional, degrades gracefully). Public-data enrichment only no private people databases, no social-network scraping.",
671
+ "description": "(0.05 USDC/call) Researches a person from their email address in one call: enrichment, deliverability, disposable check, and social handle. Composite: one call runs person-enrich + email-deliverability-check + disposable-email-check + social-handle-check in parallel and merges them into {person, deliverability, disposable, social_handle}. The email local-part is probed as a candidate X handle (optional, degrades gracefully). Public-data enrichment only; no private people databases, no social-network scraping. Use it as a person dossier API, contact research, email intelligence, or lead profile lookup for CRM and sales agents.",
672
672
  "method": "POST",
673
673
  "input_schema": {
674
674
  "type": "object",
@@ -690,7 +690,7 @@ export const TOOLS = [
690
690
  {
691
691
  "name": "pr-pack",
692
692
  "http_name": "pr-pack",
693
- "description": "(0.05 USDC/call) PR pack / git diff to commit message + PR description in one call / pull request bundle / conventional commit + PR body generator / ship-a-branch helper. Composite: one call runs commit-message-from-diff + pr-description-from-diff in parallel over the same unified diff. Returns a Conventional Commits message (type, scope, subject, full_message) plus a review-ready PR description (title, summary bullets, Markdown test-plan checklist, breaking_change flag, paste-ready body). Diff capped at 30,000 chars. Response includes composed_of + per-component telemetry; partial upstream failure degrades instead of failing.",
693
+ "description": "(0.05 USDC/call) Turns a git diff into a commit message and PR description in one call. Composite: one call runs commit-message-from-diff + pr-description-from-diff in parallel over the same unified diff. Returns a Conventional Commits message (type, scope, subject, full_message) plus a review-ready PR description (title, summary bullets, Markdown test-plan checklist, breaking_change flag, paste-ready body). Diff capped at 30,000 chars. Response includes composed_of + per-component telemetry; partial upstream failure degrades instead of failing. Use it as a pull request bundle, conventional commit + PR body generator, or ship-a-branch helper.",
694
694
  "method": "POST",
695
695
  "input_schema": {
696
696
  "type": "object",
@@ -708,7 +708,7 @@ export const TOOLS = [
708
708
  {
709
709
  "name": "prediction-market-snapshot",
710
710
  "http_name": "prediction-market-snapshot",
711
- "description": "(0.04 USDC/call) Prediction market snapshot / cross-venue market search / Polymarket + Kalshi in one call / event odds listing bundle / two-venue prediction market data. Composite: one call runs polymarket-markets + kalshi-markets in parallel with the same free-text query and returns merged {polymarket: [], kalshi: []} lists of open markets — questions, tickers, implied outcome prices (0-1), volume, liquidity, and end dates from both venues. Data-only listing of public market data; no probability advice, no order entry, no trading.",
711
+ "description": "(0.04 USDC/call) Searches Polymarket and Kalshi prediction markets with one query, returning both venues' open markets side by side. Composite: one call runs polymarket-markets + kalshi-markets in parallel with the same free-text query and returns merged {polymarket: [], kalshi: []} lists: questions, tickers, implied outcome prices (0-1), volume, liquidity, and end dates from both venues. Data-only listing of public market data; no probability advice, no order entry, no trading. Use it as a cross-venue market search or event odds listing bundle.",
712
712
  "method": "POST",
713
713
  "input_schema": {
714
714
  "type": "object",
@@ -730,7 +730,7 @@ export const TOOLS = [
730
730
  {
731
731
  "name": "product-listing-pack",
732
732
  "http_name": "product-listing-pack",
733
- "description": "(0.06 USDC/call) Product listing pack / ecommerce listing bundle / product description + SEO keywords + name score in one call / marketplace listing generator / Shopify Amazon Etsy listing prep. Composite: one call runs product-description + keyword-suggest + product-name-score in parallel. Returns marketing-ready copy (description, selling points, key features, listing titles built from your supplied facts), a de-duplicated ranked SEO keyword list from Wikipedia + DuckDuckGo autocomplete, and a name-quality score with grade, risks, and recommendations. name-score is optional: its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry.",
733
+ "description": "(0.06 USDC/call) Preps an ecommerce product listing in one call: marketing copy, SEO keywords, and a product-name quality score. Composite: one call runs product-description + keyword-suggest + product-name-score in parallel. Returns marketing-ready copy (description, selling points, key features, listing titles built from your supplied facts), a de-duplicated ranked SEO keyword list from Wikipedia + DuckDuckGo autocomplete, and a name-quality score with grade, risks, and recommendations. name-score is optional: its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a marketplace listing generator or Shopify / Amazon / Etsy listing prep.",
734
734
  "method": "POST",
735
735
  "input_schema": {
736
736
  "type": "object",
@@ -752,7 +752,7 @@ export const TOOLS = [
752
752
  {
753
753
  "name": "pubmed-brief",
754
754
  "http_name": "pubmed-brief",
755
- "description": "(0.04 USDC/call) PubMed brief / biomedical literature search + bullet summary in one call / NIH paper digest / research literature synthesis / MeSH query with abstract roll-up. Composite: one call runs pubmed-search first, then summarize-text over the retrieved titles + abstracts. Returns the matching papers (PMID, title, authors, journal, date, abstract, DOI) plus a bullet-point synthesis of what the abstracts say. Literature synthesis only this is NOT medical advice; output describes published research and always carries a consult-a-clinician disclaimer. Summary stage is optional: its failure degrades the response instead of failing it. Federal public-domain data via NCBI E-utilities. Includes composed_of + per-component telemetry.",
755
+ "description": "(0.04 USDC/call) Searches PubMed and summarizes the matching biomedical literature in one call. Composite: one call runs pubmed-search first, then summarize-text over the retrieved titles + abstracts. Returns the matching papers (PMID, title, authors, journal, date, abstract, DOI) plus a bullet-point roll-up of what the abstracts say. Literature summaries only; this is NOT medical advice, and output describes published research and always carries a consult-a-clinician disclaimer. Summary stage is optional: its failure degrades the response instead of failing it. Federal public-domain data via NCBI E-utilities. Includes composed_of + per-component telemetry. Use it as an NIH paper digest, research literature synthesis, or MeSH query with abstract roll-up.",
756
756
  "method": "POST",
757
757
  "input_schema": {
758
758
  "type": "object",
@@ -774,7 +774,7 @@ export const TOOLS = [
774
774
  {
775
775
  "name": "pypi-trust-pack",
776
776
  "http_name": "pypi-trust-pack",
777
- "description": "(0.04 USDC/call) PyPI trust pack / pip install pre-flight bundle / Python supply-chain risk score + package stats in one call / typosquat check + downloads + release history / requirements.txt + pyproject.toml vetting bundle. Composite: one call runs pypi-package-risk + pypi-package-stats in parallel for any Python package. Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw PyPI metrics: latest version, version count, age, days since last release, author/maintainer, classifiers, and pypistats day/week/month downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing.",
777
+ "description": "(0.04 USDC/call) Vets a Python package before pip install in one call: supply-chain risk score plus package stats. Composite: one call runs pypi-package-risk + pypi-package-stats in parallel for any Python package. Returns the 0-10 risk score with risk_level bucket, contributing factors, typosquat candidates, and plain-English summary, plus the raw PyPI metrics: latest version, version count, age, days since last release, author/maintainer, classifiers, and pypistats day/week/month downloads. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a pip install pre-flight, typosquat check + downloads + release history bundle, or requirements.txt + pyproject.toml vetting bundle.",
778
778
  "method": "POST",
779
779
  "input_schema": {
780
780
  "type": "object",
@@ -792,7 +792,7 @@ export const TOOLS = [
792
792
  {
793
793
  "name": "regex-pack",
794
794
  "http_name": "regex-pack",
795
- "description": "(0.03 USDC/call) Regex pack / natural language to regex + live test in one call / NL pattern builder with verification / generate-and-verify regex workflow / regex playground bundle. Composite: one call runs regex-from-prompt first, then feeds the generated pattern into regex-test over your test_strings (optional stage, runs only when test_strings are provided). Returns the JavaScript pattern + flags + explanation + examples, plus per-input matched/not-matched verdicts with capture groups so you know the pattern actually matches what you asked for. Prompt capped at 2,000 chars; up to 100 test strings of 5,000 chars each. Includes composed_of + per-component telemetry.",
795
+ "description": "(0.03 USDC/call) Generates a regex from a natural-language prompt and live-tests it in one call. Composite: one call runs regex-from-prompt first, then feeds the generated pattern into regex-test over your test_strings (optional stage, runs only when test_strings are provided). Returns the JavaScript pattern + flags + explanation + examples, plus per-input matched/not-matched verdicts with capture groups so you know the pattern actually matches what you asked for. Prompt capped at 2,000 chars; up to 100 test strings of 5,000 chars each. Includes composed_of + per-component telemetry. Use it as an NL pattern builder with verification, generate-and-verify regex workflow, or regex playground bundle.",
796
796
  "method": "POST",
797
797
  "input_schema": {
798
798
  "type": "object",
@@ -814,7 +814,7 @@ export const TOOLS = [
814
814
  {
815
815
  "name": "repo-health-brief",
816
816
  "http_name": "repo-health-brief",
817
- "description": "(0.05 USDC/call) GitHub repo brief / open-source dependency vetting bundle / repo health + README + star history in one call / should-I-depend-on-this-repo check. Composite: one call runs github-repo-health + github-readme + github-stars-history in parallel for any public GitHub repo. Returns the 0-100 maintainability score with grade (abandoned/stale/okay/healthy/thriving) and LLM verdict, the raw README markdown (truncated at 20k chars), and a sampled cumulative-stars-vs-date growth series. stars-history is optional: if it fails the response degrades instead of failing. Includes composed_of + per-component telemetry.",
817
+ "description": "(0.05 USDC/call) Assesses whether a public GitHub repo is safe to depend on, in one call: health score, README, and star history. Composite: one call runs github-repo-health + github-readme + github-stars-history in parallel. Returns the 0-100 maintainability score with grade (abandoned/stale/okay/healthy/thriving) and LLM verdict, the raw README markdown (truncated at 20k chars), and a sampled cumulative-stars-vs-date growth series. stars-history is optional: if it fails the response degrades instead of failing. Includes composed_of + per-component telemetry. Use it as a GitHub repo brief, open-source dependency vetting bundle, or should-I-depend-on-this-repo check.",
818
818
  "method": "POST",
819
819
  "input_schema": {
820
820
  "type": "object",
@@ -832,7 +832,7 @@ export const TOOLS = [
832
832
  {
833
833
  "name": "resume-review-pack",
834
834
  "http_name": "resume-review-pack",
835
- "description": "(0.06 USDC/call) Resume review pack / ATS score + PII scan + summary polish in one call / job application pre-flight / resume vs job description fit bundle / CV review workflow. Composite: one call runs resume-scorer + detect-pii + rewrite-tone in parallel. Returns the 0-100 ATS fit score with calibrated subscores (keyword match, experience, skills, formatting, impact) and ranked improvement suggestions, a PII exposure report (emails, phones, addresses, SSNs) with risk level, and a confident-tone rewrite of the resume's summary/objective section. The rewrite stage is optional and bounded its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry.",
835
+ "description": "(0.06 USDC/call) Reviews a resume in one call: ATS fit score, PII exposure scan, and a summary polish. Composite: one call runs resume-scorer + detect-pii + rewrite-tone in parallel. Returns the 0-100 ATS score with calibrated subscores (keyword match, experience, skills, formatting, impact) and ranked improvement suggestions, a PII exposure report (emails, phones, addresses, SSNs) with risk level, and a confident-tone rewrite of the resume's summary/objective section. The rewrite stage is optional and bounded; its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a job application pre-flight, resume vs job description fit bundle, or CV review workflow.",
836
836
  "method": "POST",
837
837
  "input_schema": {
838
838
  "type": "object",
@@ -855,7 +855,7 @@ export const TOOLS = [
855
855
  {
856
856
  "name": "seo-snapshot",
857
857
  "http_name": "seo-snapshot",
858
- "description": "(0.04 USDC/call) SEO snapshot / on-page SEO audit / page metadata + link profile + keyword ideas in one call / SEO research API for agents. Give it a URL and get back head metadata (title, description, canonical, OG/Twitter cards), the internal/external link breakdown, and ranked keyword suggestions seeded from your seed_keyword or the page's own title. One paid call replaces three: ideal for content-gap analysis, SEO audits, competitor page reviews, programmatic SEO pipelines. Composite: one call runs url-metadata-extract + link-extract in parallel, then keyword-suggest seeded from the page title.",
858
+ "description": "(0.04 USDC/call) Audits a page's on-page SEO in one call: head metadata, link profile, and keyword ideas. Give it a URL and get back head metadata (title, description, canonical, OG/Twitter cards), the internal/external link breakdown, and ranked keyword suggestions seeded from your seed_keyword or the page's own title. One paid call replaces three: ideal for content-gap analysis, SEO audits, competitor page reviews, programmatic SEO pipelines. Composite: one call runs url-metadata-extract + link-extract in parallel, then keyword-suggest seeded from the page title. Use it as an SEO research API for agents.",
859
859
  "method": "POST",
860
860
  "input_schema": {
861
861
  "type": "object",
@@ -877,7 +877,7 @@ export const TOOLS = [
877
877
  {
878
878
  "name": "site-snapshot-pack",
879
879
  "http_name": "site-snapshot-pack",
880
- "description": "(0.05 USDC/call) Site snapshot pack / website screenshot + metadata + SSL certificate in one call / visual + technical site profile / landing-page verifier. Give it a URL and get back a rendered PNG screenshot (hosted image URL), head metadata (title, description, OG/Twitter cards, favicon), and the TLS certificate summary (issuer, days until expiry) for the host. One paid call replaces three: ideal for link-preview generation, phishing triage, uptime/appearance audits, portfolio monitoring, sales prospect research. Composite: one call runs website-screenshot + url-metadata-extract + ssl-cert-info in parallel.",
880
+ "description": "(0.05 USDC/call) Captures a website's screenshot, metadata, and SSL certificate in one call. Give it a URL and get back a rendered PNG screenshot (hosted image URL), head metadata (title, description, OG/Twitter cards, favicon), and the TLS certificate summary (issuer, days until expiry) for the host. One paid call replaces three: ideal for link-preview generation, phishing triage, uptime/appearance audits, portfolio monitoring, sales prospect research. Composite: one call runs website-screenshot + url-metadata-extract + ssl-cert-info in parallel. Use it as a visual + technical site profile or landing-page verifier.",
881
881
  "method": "POST",
882
882
  "input_schema": {
883
883
  "type": "object",
@@ -895,7 +895,7 @@ export const TOOLS = [
895
895
  {
896
896
  "name": "social-profile-pack",
897
897
  "http_name": "social-profile-pack",
898
- "description": "(0.04 USDC/call) Social profile pack API / X profile + recent tweets + sentiment in one call / Twitter account snapshot / audience research data for social and brand agents. Composite: one call runs twitter-user-lookup + user-tweets + twitter-sentiment in parallel for a username and merges them into {profile, tweets, sentiment}; sentiment is scored over the account's recent public posts and degrades gracefully when unavailable. Read-only X API v2 no posting, replying, liking, following, or account mutation.",
898
+ "description": "(0.04 USDC/call) Snapshots an X (Twitter) account in one call: profile, recent tweets, and sentiment. Composite: one call runs twitter-user-lookup + user-tweets + twitter-sentiment in parallel for a username and merges them into {profile, tweets, sentiment}; sentiment is scored over the account's recent public posts and degrades gracefully when unavailable. Read-only X API v2: no posting, replying, liking, following, or account mutation. Use it as a social profile pack API or audience research data for social and brand agents.",
899
899
  "method": "POST",
900
900
  "input_schema": {
901
901
  "type": "object",
@@ -917,7 +917,7 @@ export const TOOLS = [
917
917
  {
918
918
  "name": "solana-token-report",
919
919
  "http_name": "solana-token-report",
920
- "description": "(0.04 USDC/call) Solana token report / SPL token data pack / mint + freeze authority check + flagged-list membership in one call / Solana memecoin screening data / GoPlus + DEX Screener composite. Composite: one call runs solana-token-safety + solana-flagged-tokens in parallel, returning the 0-100 GoPlus safety score, authority flags, holder concentration, and whether the mint appears on the recently-flagged DEX Screener risk list (membership check computed server-side). The flagged-list component is optional and degrades without failing the call. Data-only aggregation; no advice.",
920
+ "description": "(0.04 USDC/call) Screens a Solana SPL token in one call: safety score, authority checks, and flagged-list membership. Composite: one call runs solana-token-safety + solana-flagged-tokens in parallel, returning the 0-100 GoPlus safety score, mint and freeze authority flags, holder concentration, and whether the mint appears on the recently-flagged DEX Screener risk list (membership check computed server-side). The flagged-list component is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as an SPL token data pack, Solana memecoin screening data, or GoPlus + DEX Screener composite.",
921
921
  "method": "POST",
922
922
  "input_schema": {
923
923
  "type": "object",
@@ -935,7 +935,7 @@ export const TOOLS = [
935
935
  {
936
936
  "name": "stablecoin-health-report",
937
937
  "http_name": "stablecoin-health-report",
938
- "description": "(0.04 USDC/call) Stablecoin health report / peg deviation + stablecoin pool TVL in one call / USDC USDT DAI depeg monitor bundle / stablecoin market data pack. Composite: one call runs stablecoin-peg + defi-yield-pools (stablecoin-only) in parallel, merging live price and basis-point deviation from $1 (USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD, with configurable depeg-alert threshold) with the largest stablecoin yield pools tracked by DeFiLlama (TVL, APY, chain, project). Optional symbol filter narrows both components to one stablecoin. Pool data is optional and degrades without failing the call. Data-only aggregation; no advice.",
938
+ "description": "(0.04 USDC/call) Reports stablecoin peg health and the largest stablecoin yield pools in one call. Composite: one call runs stablecoin-peg + defi-yield-pools (stablecoin-only) in parallel, merging live price and basis-point deviation from $1 (USDT, USDC, DAI, FRAX, PYUSD, FDUSD, USDE, RLUSD, with configurable depeg-alert threshold) with the largest stablecoin yield pools tracked by DeFiLlama (TVL, APY, chain, project). Optional symbol filter narrows both components to one stablecoin. Pool data is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as a USDC / USDT / DAI depeg monitor bundle or stablecoin market data pack.",
939
939
  "method": "POST",
940
940
  "input_schema": {
941
941
  "type": "object",
@@ -954,7 +954,7 @@ export const TOOLS = [
954
954
  {
955
955
  "name": "text-intel-pack",
956
956
  "http_name": "text-intel-pack",
957
- "description": "(0.03 USDC/call) Text intel pack / full text analysis in one call / language + sentiment + entities + token count + zero-shot classification / NLP toolbelt API. Give it text (plus optional labels) and get back the detected language with confidence, overall sentiment and score, named entities, an estimated token count, and when 2-25 labels are supplied a zero-shot classification verdict. One paid call replaces five NLP requests: ideal for inbound message routing, CRM enrichment, content pipelines, agent preprocessing. Composite: one call runs detect-language + sentiment + extract-entities + token-count (and text-classify when labels are given) in parallel.",
957
+ "description": "(0.03 USDC/call) Runs full text analysis in one call: language detection, sentiment, named entities, token count, and optional zero-shot classification. Give it text (plus optional labels) and get back the detected language with confidence, overall sentiment and score, named entities, an estimated token count, and, when 2-25 labels are supplied, a zero-shot classification verdict. One paid call replaces five NLP requests: ideal for inbound message routing, CRM enrichment, content pipelines, agent preprocessing. Composite: one call runs detect-language + sentiment + extract-entities + token-count (and text-classify when labels are given) in parallel. Use it as an NLP toolbelt API.",
958
958
  "method": "POST",
959
959
  "input_schema": {
960
960
  "type": "object",
@@ -976,10 +976,41 @@ export const TOOLS = [
976
976
  ]
977
977
  }
978
978
  },
979
+ {
980
+ "name": "token-clearance-check",
981
+ "http_name": "token-clearance-check",
982
+ "description": "(0.06 USDC/call) Delivers a signed token safety verdict before a trade: honeypot, risk score, source verification, and LP lock in one call. Composite: one call runs token-honeypot + token-risk-score + contract-source-verified (+ lp-lock-check when an LP address is supplied) in parallel on EVM chains, or solana-token-safety for Solana mints, and returns normalized pass/flag verdicts per check. The result carries an Ed25519 attestation signed by our ERC-8004 identity (agentId 47167 on Base; key at /.well-known/x402-signing-key), so the calling agent can verify and retain proof of the check it paid for. Data-only aggregation of on-chain facts; no advice, no action recommendation. Use it as a pre-trade token check, rug check API, or token clearance for trading agents.",
983
+ "method": "POST",
984
+ "input_schema": {
985
+ "type": "object",
986
+ "properties": {
987
+ "token_address": {
988
+ "type": "string",
989
+ "description": "0x EVM token address, or a Solana mint (set chain:'solana')."
990
+ },
991
+ "chain": {
992
+ "type": "string",
993
+ "enum": [
994
+ "base",
995
+ "ethereum",
996
+ "solana"
997
+ ],
998
+ "description": "Default 'base'; inferred as 'solana' for mint-shaped addresses."
999
+ },
1000
+ "lp_token_address": {
1001
+ "type": "string",
1002
+ "description": "Optional EVM LP token address to include a lock check."
1003
+ }
1004
+ },
1005
+ "required": [
1006
+ "token_address"
1007
+ ]
1008
+ }
1009
+ },
979
1010
  {
980
1011
  "name": "token-dossier",
981
1012
  "http_name": "token-dossier",
982
- "description": "(0.05 USDC/call) Token dossier / EVM token data pack / token due-diligence bundle / ERC-20 metadata + risk score + honeypot simulation + LP lock + burn stats in one call. Composite: one call runs erc20-metadata + token-risk-score + token-honeypot + lp-lock-check + token-burn-stats in parallel and merges the results into a single structured report with per-component telemetry. Covers name/symbol/decimals/supply, composite 0-100 security score, buy/sell tax simulation, liquidity-locker holdings, and burn-address transfer history for tokens on Base, Ethereum, and other EVM chains. Data-only aggregation; no advice.",
1013
+ "description": "(0.05 USDC/call) Runs due diligence on an EVM token in one call: metadata, risk score, honeypot simulation, LP lock, and burn stats. Composite: one call runs erc20-metadata + token-risk-score + token-honeypot + lp-lock-check + token-burn-stats in parallel and merges the results into a single structured report with per-component telemetry. Covers name/symbol/decimals/supply, composite 0-100 security score, buy/sell tax simulation, liquidity-locker holdings, and burn-address transfer history for tokens on Base, Ethereum, and other EVM chains. Data-only aggregation; no advice. Use it as an EVM token data pack or ERC-20 due-diligence bundle.",
983
1014
  "method": "POST",
984
1015
  "input_schema": {
985
1016
  "type": "object",
@@ -1001,7 +1032,7 @@ export const TOOLS = [
1001
1032
  {
1002
1033
  "name": "trip-conditions-pack",
1003
1034
  "http_name": "trip-conditions-pack",
1004
- "description": "(0.03 USDC/call) Trip conditions pack / travel conditions bundle / weather plus AQI plus sunrise sunset plus timezone for any coordinates / destination briefing in one call. Composite: one call runs weather-forecast + sunrise-sunset + air-quality + timezone-lookup in parallel. Everything an agent needs to brief a trip stop for a lat/lon: current conditions and 1-7 day forecast, sun and twilight times, US/European AQI with pollutant readings, and IANA timezone with local time. Partial failures degrade instead of erroring.",
1035
+ "description": "(0.03 USDC/call) Briefs a trip stop for any coordinates in one call: weather, air quality, sunrise/sunset, and timezone. Composite: one call runs weather-forecast + sunrise-sunset + air-quality + timezone-lookup in parallel. For a lat/lon it returns current conditions and a 1-7 day forecast, sun and twilight times, US/European AQI with pollutant readings, and IANA timezone with local time. Partial failures degrade instead of erroring. Use it as a travel conditions bundle or destination briefing.",
1005
1036
  "method": "POST",
1006
1037
  "input_schema": {
1007
1038
  "type": "object",
@@ -1028,7 +1059,7 @@ export const TOOLS = [
1028
1059
  {
1029
1060
  "name": "tx-dossier",
1030
1061
  "http_name": "tx-dossier",
1031
- "description": "(0.04 USDC/call) Transaction dossier / EVM tx data pack / decoded receipt + plain-English explanation in one call / tx debug bundle / Basescan + Etherscan tx reader. Composite: one call runs tx-receipt-decode + crypto-tx-explainer in parallel and merges decoded event logs (ERC-20/ERC-721 transfers, approvals, verified-ABI events) with an LLM-written plain-English summary of what the transaction did. Includes status, gas, from/to/value, and per-component telemetry. The explainer is optional and degrades on timeout without failing the call. Data-only aggregation; no advice.",
1062
+ "description": "(0.04 USDC/call) Decodes an EVM transaction and explains it in plain English, in one call. Composite: one call runs tx-receipt-decode + crypto-tx-explainer in parallel and merges decoded event logs (ERC-20/ERC-721 transfers, approvals, verified-ABI events) with an LLM-written plain-English summary of what the transaction did. Includes status, gas, from/to/value, and per-component telemetry. The explainer is optional and degrades on timeout without failing the call. Data-only aggregation; no advice. Use it as an EVM tx data pack, tx debug bundle, or Basescan + Etherscan tx reader.",
1032
1063
  "method": "POST",
1033
1064
  "input_schema": {
1034
1065
  "type": "object",
@@ -1050,7 +1081,7 @@ export const TOOLS = [
1050
1081
  {
1051
1082
  "name": "url-dossier",
1052
1083
  "http_name": "url-dossier",
1053
- "description": "(0.05 USDC/call) URL dossier / full page intelligence / website profile in one call / page metadata + content + summary + links + tech stack. Give it a URL and get back head metadata (title, description, OG/Twitter cards, canonical, favicon), scraped body text with an LLM summary, the outbound link list, and a tech-stack fingerprint (CMS, framework, CDN, hosting, analytics). One paid call replaces five: ideal for agent research, lead qualification, content cataloging, competitive analysis, RAG ingestion. Composite: one call runs url-metadata-extract + scrape + link-extract + tech-stack-detect in parallel, then summarize-text over the scraped text.",
1084
+ "description": "(0.05 USDC/call) Profiles a webpage in one call: metadata, scraped content with a summary, outbound links, and tech stack. Give it a URL and get back head metadata (title, description, OG/Twitter cards, canonical, favicon), scraped body text with an LLM summary, the outbound link list, and a tech-stack fingerprint (CMS, framework, CDN, hosting, analytics). One paid call replaces five: ideal for agent research, lead qualification, content cataloging, competitive analysis, RAG ingestion. Composite: one call runs url-metadata-extract + scrape + link-extract + tech-stack-detect in parallel, then summarize-text over the scraped text. Use it as full page intelligence or a website profile.",
1054
1085
  "method": "POST",
1055
1086
  "input_schema": {
1056
1087
  "type": "object",
@@ -1068,7 +1099,7 @@ export const TOOLS = [
1068
1099
  {
1069
1100
  "name": "video-brief",
1070
1101
  "http_name": "video-brief",
1071
- "description": "(0.08 USDC/call) Video brief / video summary from URL / transcribe and summarize video / video TLDR / video digest / Whisper transcription plus LLM summary. Composite: one call runs video-to-text + summarize-text. Transcribes any video URL (Whisper v3, auto-detects 90+ languages), then summarizes the transcript. Returns full transcript, duration, summary, and per-component telemetry. If transcription times out, responds 424 with partial telemetry.",
1102
+ "description": "(0.08 USDC/call) Transcribes and summarizes any video URL in one call. Composite: one call runs video-to-text + summarize-text. Whisper v3 transcription (auto-detects 90+ languages), then a summary of the transcript. Returns full transcript, duration, summary, and per-component telemetry. If transcription times out, responds 424 with partial telemetry. Use it as a video TLDR, video digest, or Whisper transcription plus LLM summary.",
1072
1103
  "method": "POST",
1073
1104
  "input_schema": {
1074
1105
  "type": "object",
@@ -1086,7 +1117,7 @@ export const TOOLS = [
1086
1117
  {
1087
1118
  "name": "wallet-dossier",
1088
1119
  "http_name": "wallet-dossier",
1089
- "description": "(0.05 USDC/call) Wallet dossier / EVM address data pack / wallet profile bundle / address label + ENS reverse lookup + ERC-20 balance + FIFO token P&L in one call. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl in parallel and merges the results into one structured report with per-component telemetry. Returns known-address label and category, EOA-vs-contract status, primary ENS name, current ERC-20 balance (USDC on Base by default, any token via token_address), and FIFO cost-basis P&L for that token. wallet-pnl is optional and degrades on timeout. Data-only aggregation; no advice.",
1120
+ "description": "(0.05 USDC/call) Profiles an EVM wallet in one call: address label, ENS reverse lookup, ERC-20 balance, and FIFO token P&L. Composite: one call runs wallet-label + ens-resolve + wallet-current-balance + wallet-pnl in parallel and merges the results into one structured report with per-component telemetry. Returns known-address label and category, EOA-vs-contract status, primary ENS name, current ERC-20 balance (USDC on Base by default, any token via token_address), and FIFO cost-basis P&L for that token. wallet-pnl is optional and degrades on timeout. Data-only aggregation; no advice. Use it as an EVM address data pack or wallet profile bundle.",
1090
1121
  "method": "POST",
1091
1122
  "input_schema": {
1092
1123
  "type": "object",
@@ -1112,7 +1143,7 @@ export const TOOLS = [
1112
1143
  {
1113
1144
  "name": "webpage-change-report",
1114
1145
  "http_name": "webpage-change-report",
1115
- "description": "(0.04 USDC/call) Webpage change report / website change monitor with plain-language summary / page-watch + diff digest / TOS-policy change explainer / price-page monitor with narrative. Give it a URL (plus optional previous_hash or previous_text baseline and CSS selector scope) and get back the changed flag, content hash, added/removed line diff, and an LLM summary of what actually changed ready to drop into an alert or agent decision. Ideal for competitor monitoring, policy-change tracking, status-page watching, changelog digests. Composite: one call runs webpage-diff first, then summarize-text over the diff.",
1146
+ "description": "(0.04 USDC/call) Detects changes to a webpage and explains them in plain language, in one call. Give it a URL (plus optional previous_hash or previous_text baseline and CSS selector scope) and get back the changed flag, content hash, added/removed line diff, and an LLM summary of what actually changed, ready to drop into an alert or agent decision. Ideal for competitor monitoring, policy-change tracking, status-page watching, changelog digests. Composite: one call runs webpage-diff first, then summarize-text over the diff. Use it as a website change monitor, page-watch + diff digest, TOS-policy change explainer, or price-page monitor with narrative.",
1116
1147
  "method": "POST",
1117
1148
  "input_schema": {
1118
1149
  "type": "object",
@@ -1142,7 +1173,7 @@ export const TOOLS = [
1142
1173
  {
1143
1174
  "name": "website-trust-report",
1144
1175
  "http_name": "website-trust-report",
1145
- "description": "(0.04 USDC/call) Website trust report API / URL safety data / site legitimacy signals / phishing triage bundle / link inspection for security and moderation agents. Composite: one call runs ssl-cert-info + domain-risk-check + homoglyph-check + url-metadata-extract + tech-stack-detect in parallel over a URL (the hostname is derived for the domain-shaped checks) and merges them into {tls, domain_risk, lookalike, metadata, tech_stack}. Data signals only no verdicts or safety guarantees.",
1176
+ "description": "(0.04 USDC/call) Gathers site legitimacy signals for a URL in one call: TLS, domain risk, lookalike detection, metadata, and tech stack. Composite: one call runs ssl-cert-info + domain-risk-check + homoglyph-check + url-metadata-extract + tech-stack-detect in parallel over a URL (the hostname is derived for the domain-shaped checks) and merges them into {tls, domain_risk, lookalike, metadata, tech_stack}. Data signals only; no verdicts or safety guarantees. Use it as a URL safety data source, phishing triage bundle, or link inspection for security and moderation agents.",
1146
1177
  "method": "POST",
1147
1178
  "input_schema": {
1148
1179
  "type": "object",
@@ -1160,7 +1191,7 @@ export const TOOLS = [
1160
1191
  {
1161
1192
  "name": "wiki-brief",
1162
1193
  "http_name": "wiki-brief",
1163
- "description": "(0.03 USDC/call) Wiki brief / Wikipedia topic briefing / encyclopedia lookup + summary + entities in one call / RAG context builder / topic primer API. Give it a topic and get back the canonical Wikipedia article (title, URL, Wikidata Q-id, intro), a bullet brief distilled from the article body, and the named entities (people, organizations, locations, dates) it mentions. One paid call replaces the lookup-then-digest agent loop: ideal for topic primers, RAG context assembly, research agents, quiz/content generation. Composite: one call runs wikipedia-lookup first, then summarize-text + extract-entities in parallel over the article text.",
1194
+ "description": "(0.03 USDC/call) Looks up a topic on Wikipedia and digests it in one call: canonical article, bullet brief, and named entities. Returns the article's title, URL, Wikidata Q-id, and intro, a bullet brief distilled from the article body, and the named entities (people, organizations, locations, dates) it mentions. One paid call replaces the lookup-then-digest agent loop: ideal for topic primers, RAG context assembly, research agents, quiz/content generation. Composite: one call runs wikipedia-lookup first, then summarize-text + extract-entities in parallel over the article text. Use it as an encyclopedia lookup + summary + entities bundle, RAG context builder, or topic primer API.",
1164
1195
  "method": "POST",
1165
1196
  "input_schema": {
1166
1197
  "type": "object",
@@ -1175,10 +1206,36 @@ export const TOOLS = [
1175
1206
  ]
1176
1207
  }
1177
1208
  },
1209
+ {
1210
+ "name": "x-topic-pulse",
1211
+ "http_name": "x-topic-pulse",
1212
+ "description": "(0.05 USDC/call) Takes the pulse of a topic on X (Twitter): tweet search, sentiment, and top voices in one call. Composite: one call runs tweet-search + twitter-sentiment in parallel over the same topic and merges recent tweets, aggregate sentiment, and the accounts driving engagement (top_voices ranked by likes, retweets, replies). One settlement instead of stitching three X calls. Use it for X topic intelligence or social listening for agents.",
1213
+ "method": "POST",
1214
+ "input_schema": {
1215
+ "type": "object",
1216
+ "properties": {
1217
+ "topic": {
1218
+ "type": "string",
1219
+ "description": "Topic, phrase, or X search query. 1-300 chars."
1220
+ },
1221
+ "language": {
1222
+ "type": "string",
1223
+ "description": "Two-letter language code. Default 'en'."
1224
+ },
1225
+ "max_results": {
1226
+ "type": "number",
1227
+ "description": "Tweets to return, 5-50. Default 20."
1228
+ }
1229
+ },
1230
+ "required": [
1231
+ "topic"
1232
+ ]
1233
+ }
1234
+ },
1178
1235
  {
1179
1236
  "name": "youtube-brief",
1180
1237
  "http_name": "youtube-brief",
1181
- "description": "(0.05 USDC/call) YouTube brief / YouTube video summary / YouTube transcript plus TLDR plus named entities / video digest from YouTube URL or ID / closed-caption summarizer. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry.",
1238
+ "description": "(0.05 USDC/call) Summarizes a YouTube video from its URL or ID: transcript, TLDR, and named entities in one call. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry. Use it as a video digest or closed-caption summarizer.",
1182
1239
  "method": "POST",
1183
1240
  "input_schema": {
1184
1241
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentutility/mcp-compose",
3
- "version": "0.1.0",
3
+ "version": "0.2.2",
4
4
  "description": "MCP server for the @agentutility compose cluster — pay-per-call x402 tools, no API keys, USDC on Base.",
5
5
  "license": "MIT",
6
6
  "type": "module",