Skip to content

Commit 4f2052c

Browse files
samuelclayclaude
andcommitted
Document the six new MCP tools across the feature pages
Both MCP feature pages now list all 28 tools, including the previously undocumented newsblur_get_read_stories and the new Archive & Community section; the FAQ and features pages get the updated count. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a94fa71 commit 4f2052c

4 files changed

Lines changed: 60 additions & 4 deletions

File tree

templates/static/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ sections:
204204
- id: mcp
205205
question: "Can I connect AI agents like Claude Code to my NewsBlur account?"
206206
answer: |
207-
<p>Yes. The NewsBlur MCP Server implements the Model Context Protocol, so you can read feeds, triage stories, train classifiers, and manage subscriptions from Claude Code, Codex, or any MCP-compatible tool. There are 22 tools available with pre-built prompt templates for common workflows like daily briefings and inbox triage. This is a Premium Archive feature.</p>
207+
<p>Yes. The NewsBlur MCP Server implements the Model Context Protocol, so you can read feeds, triage stories, train classifiers, and manage subscriptions from Claude Code, Codex, or any MCP-compatible tool. There are 28 tools available with pre-built prompt templates for common workflows like daily briefings and inbox triage. This is a Premium Archive feature.</p>
208208
feature_url: "/features/mcp"
209209
feature_label: "MCP Server"
210210

templates/static/feature_mcp.xhtml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
<li class="NB-feature-detail-step"><strong>Take action</strong> &mdash; Mark stories as read, save stories with tags and notes, subscribe to new feeds, share stories to your blurblog</li>
4141
<li class="NB-feature-detail-step"><strong>Train intelligence</strong> &mdash; View and update classifiers to like or dislike authors, tags, titles, and feeds</li>
4242
<li class="NB-feature-detail-step"><strong>Discover</strong> &mdash; Find new feeds by topic, see trending feeds, find feeds similar to ones you follow</li>
43+
<li class="NB-feature-detail-step"><strong>Search your Reading Archive</strong> &mdash; Full-text search every page the browser extension captured from your web browsing, or ask the Archive Assistant AI about what you've read</li>
44+
<li class="NB-feature-detail-step"><strong>Read the community</strong> &mdash; Browse Global Shared Stories, your friends' shares, and NewsBlur-wide trending lists: widely-read stories, long reads, and good reads</li>
4345
<li class="NB-feature-detail-step"><strong>Use prompt templates</strong> &mdash; Pre-built workflows for inbox triage, topic research, and feed health audits</li>
4446
</ol>
4547
</div>
4648

4749
<div class="NB-feature-detail-how">
48-
<h2>22 tools available</h2>
50+
<h2>28 tools available</h2>
4951
<div class="NB-mcp-tools-grid">
5052
<div class="NB-mcp-tools-column">
5153
<h3 class="NB-mcp-tools-column-heading" data-category="reading">Reading</h3>
@@ -62,6 +64,10 @@
6264
<code>newsblur_get_saved_stories</code>
6365
<span class="NB-mcp-tool-desc">Saved stories by tag</span>
6466
</li>
67+
<li class="NB-mcp-tool" data-category="reading">
68+
<code>newsblur_get_read_stories</code>
69+
<span class="NB-mcp-tool-desc">Reading history with search</span>
70+
</li>
6571
<li class="NB-mcp-tool" data-category="reading">
6672
<code>newsblur_search_stories</code>
6773
<span class="NB-mcp-tool-desc">Full-text search</span>
@@ -147,6 +153,29 @@
147153
<span class="NB-mcp-tool-desc">Per-feed alerts</span>
148154
</li>
149155
</ul>
156+
<h3 class="NB-mcp-tools-column-heading NB-mcp-tools-column-heading-intelligence" data-category="archive">Archive &amp; Community</h3>
157+
<ul class="NB-mcp-tools-list">
158+
<li class="NB-mcp-tool" data-category="archive">
159+
<code>newsblur_search_archive</code>
160+
<span class="NB-mcp-tool-desc">Search your browsing Reading Archive</span>
161+
</li>
162+
<li class="NB-mcp-tool" data-category="archive">
163+
<code>newsblur_ask_archive</code>
164+
<span class="NB-mcp-tool-desc">Ask the Archive Assistant AI</span>
165+
</li>
166+
<li class="NB-mcp-tool" data-category="archive">
167+
<code>newsblur_get_archive_stats</code>
168+
<span class="NB-mcp-tool-desc">Archive totals and sync health</span>
169+
</li>
170+
<li class="NB-mcp-tool" data-category="archive">
171+
<code>newsblur_get_shared_stories</code>
172+
<span class="NB-mcp-tool-desc">Global and friends' shared stories</span>
173+
</li>
174+
<li class="NB-mcp-tool" data-category="archive">
175+
<code>newsblur_get_trending_stories</code>
176+
<span class="NB-mcp-tool-desc">Widely-read, long reads, good reads</span>
177+
</li>
178+
</ul>
150179
</div>
151180
</div>
152181
</div>

templates/static/feature_mcp_cli.xhtml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</div>
4141

4242
<div class="NB-feature-detail-how">
43-
<h2>22 tools available</h2>
43+
<h2>28 tools available</h2>
4444
<div class="NB-mcp-tools-grid">
4545
<div class="NB-mcp-tools-column">
4646
<h3 class="NB-mcp-tools-column-heading" data-category="reading">Reading</h3>
@@ -57,6 +57,10 @@
5757
<code>newsblur_get_saved_stories</code>
5858
<span class="NB-mcp-tool-desc">Saved stories by tag</span>
5959
</li>
60+
<li class="NB-mcp-tool" data-category="reading">
61+
<code>newsblur_get_read_stories</code>
62+
<span class="NB-mcp-tool-desc">Reading history with search</span>
63+
</li>
6064
<li class="NB-mcp-tool" data-category="reading">
6165
<code>newsblur_search_stories</code>
6266
<span class="NB-mcp-tool-desc">Full-text search</span>
@@ -142,6 +146,29 @@
142146
<span class="NB-mcp-tool-desc">Per-feed alerts</span>
143147
</li>
144148
</ul>
149+
<h3 class="NB-mcp-tools-column-heading NB-mcp-tools-column-heading-intelligence" data-category="archive">Archive &amp; Community</h3>
150+
<ul class="NB-mcp-tools-list">
151+
<li class="NB-mcp-tool" data-category="archive">
152+
<code>newsblur_search_archive</code>
153+
<span class="NB-mcp-tool-desc">Search your browsing Reading Archive</span>
154+
</li>
155+
<li class="NB-mcp-tool" data-category="archive">
156+
<code>newsblur_ask_archive</code>
157+
<span class="NB-mcp-tool-desc">Ask the Archive Assistant AI</span>
158+
</li>
159+
<li class="NB-mcp-tool" data-category="archive">
160+
<code>newsblur_get_archive_stats</code>
161+
<span class="NB-mcp-tool-desc">Archive totals and sync health</span>
162+
</li>
163+
<li class="NB-mcp-tool" data-category="archive">
164+
<code>newsblur_get_shared_stories</code>
165+
<span class="NB-mcp-tool-desc">Global and friends' shared stories</span>
166+
</li>
167+
<li class="NB-mcp-tool" data-category="archive">
168+
<code>newsblur_get_trending_stories</code>
169+
<span class="NB-mcp-tool-desc">Widely-read, long reads, good reads</span>
170+
</li>
171+
</ul>
145172
</div>
146173
</div>
147174
</div>

templates/static/features.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
<div class="NB-feature-section-badge NB-feature-badge-archive">Premium Archive</div>
463463
<h2 class="NB-feature-section-name">MCP Server</h2>
464464
<p class="NB-feature-section-description">
465-
Connect AI agents to your NewsBlur account via the Model Context Protocol. Read feeds, triage stories, train classifiers, and manage subscriptions from Claude Code, Codex, or any MCP-compatible tool. 22 tools available with pre-built prompt templates for common workflows like daily briefings and inbox triage.
465+
Connect AI agents to your NewsBlur account via the Model Context Protocol. Read feeds, triage stories, train classifiers, and manage subscriptions from Claude Code, Codex, or any MCP-compatible tool. 28 tools available with pre-built prompt templates for common workflows like daily briefings and inbox triage.
466466
</p>
467467
<a href="{% url "feature-mcp" %}" class="NB-feature-section-cta">Learn more</a>
468468
</div>

0 commit comments

Comments
 (0)