hermoso 0.1.152 → 0.1.155
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 +4 -4
- package/mcp/tools.mjs +375 -50
- package/mcp/well-formed.mjs +143 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ scripts. Research the ads already winning in a market, generate finished image &
|
|
|
5
5
|
composited in, copy + CTA included), publish them to your own social channels, and build & manage the ad
|
|
6
6
|
campaigns behind them — all over [MCP](https://modelcontextprotocol.io) tools, a CLI, or installable Claude skills.
|
|
7
7
|
|
|
8
|
-
**
|
|
8
|
+
**713 tools.** `tools/list` is always the authoritative set; `hermoso_capabilities` (free) returns the live model
|
|
9
9
|
catalog with exact per-render credit costs plus the full capability map.
|
|
10
10
|
|
|
11
11
|
**What it connects to.** Ad platforms: Meta, Google Ads, TikTok Ads, LinkedIn Ads, Reddit Ads, X Ads,
|
|
@@ -36,7 +36,7 @@ Two shapes, and the right one is decided by **what your client can do**, not by
|
|
|
36
36
|
| | tools in range | loaded per session |
|
|
37
37
|
| --- | --- | --- |
|
|
38
38
|
| Hosted connector, default roster | 291 | **166,043 tokens** |
|
|
39
|
-
| Hosted connector, `?tools=all` |
|
|
39
|
+
| Hosted connector, `?tools=all` | 706 | **456,392 tokens** |
|
|
40
40
|
| stdio server (`npx -y hermoso mcp`) | 269 | **153,257 tokens** |
|
|
41
41
|
| **CLI** | **all 681** | **0** |
|
|
42
42
|
|
|
@@ -118,7 +118,7 @@ block entirely if you signed in above; it is there for CI, where the process can
|
|
|
118
118
|
|
|
119
119
|
Then ask your agent: *“Generate an image ad with Hermoso.”*
|
|
120
120
|
|
|
121
|
-
### What the
|
|
121
|
+
### What the 713 tools cover
|
|
122
122
|
|
|
123
123
|
**Ad spy / research** — `find_competitors`, `competitor_teardown`, `pull_competitor_ads`, `research_ads`; the
|
|
124
124
|
Meta / Google / LinkedIn ad libraries (`search_meta_ads`, `search_google_ads`, `search_linkedin_ads`); organic
|
|
@@ -147,7 +147,7 @@ per-render credit cost) with no ad framing: `generate_image` / `generate_video`
|
|
|
147
147
|
|
|
148
148
|
**Publish to your own channels** — Facebook, Instagram and Threads (`post_to_meta`), TikTok (`post_to_tiktok`),
|
|
149
149
|
YouTube (`post_to_youtube` + `update_youtube_video`, `youtube_video_insights`, comments read/reply), X
|
|
150
|
-
(`post_to_x`, `x_post_metrics`, `x_post_insights`, `x_mentions`), LinkedIn profile **and** company Pages
|
|
150
|
+
(`post_to_x`, `x_post_metrics`, `x_post_insights`, `x_mentions`, `list_x_dms`, `send_x_dm`), LinkedIn profile **and** company Pages
|
|
151
151
|
(`post_to_linkedin`, `post_to_linkedin_page`), Pinterest (`post_to_pinterest` + boards), and Google Business
|
|
152
152
|
Profile (`post_to_google_business` — Google grants this API per project, so access must be approved before Posts
|
|
153
153
|
publish). `schedule_post` / `list_scheduled` / `cancel_scheduled` give you one content calendar across channels.
|