@toolsdk.ai/registry 1.0.108 → 1.0.109

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
@@ -1,16 +1,35 @@
1
+ <div align="center">
2
+
1
3
  # Awesome MCP Registry
2
4
 
5
+ **Your private, secure, and customizable MCP Registry — take full control of your tools.**
6
+
3
7
  [![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=997428&theme=light&period=daily)](https://www.producthunt.com/products/toolsdk-ai)
4
8
 
5
- ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-4105-blue)
9
+ ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-4106-blue)
6
10
  ![awesome-mcp-registry License](https://img.shields.io/badge/LICENSE-MIT-ff69b4)
7
11
 
12
+ An open, high-quality, well-structured and developer-friendly list of 4106+ MCP servers.
13
+
14
+ ---
15
+
16
+ </div>
17
+
18
+ The **Awesome MCP Registry** acts as a central database for MCP servers and packages.
8
19
 
9
- Welcome to the Awesome MCP Registry.
20
+ You can use it to:
10
21
 
11
- An open, high-quality, well-structured and developer-friendly list of 4105+ MCP servers.
22
+ - Build and host your own MCP projects with ease
23
+ - 🔒 Deploy a fully **private registry** for your team or organization
24
+ - 🛠️ Maintain complete control of your MCP tools in a secure environment
12
25
 
26
+ This registry leverages structured JSON configs to generate:
13
27
 
28
+ - `README.md`
29
+ - [npm package](https://www.npmjs.com/package/@toolsdk.ai/registry)
30
+ - [packages-list.json](https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json)
31
+
32
+ ---
14
33
 
15
34
  - [Video: How to submit a MCP server in JSON file?](https://www.youtube.com/watch?v=J_oaDtCoVVo)
16
35
  - [Quick Start](#quick-start)
@@ -48,14 +67,9 @@ An open, high-quality, well-structured and developer-friendly list of 4105+ MCP
48
67
  - [Other Tools and Integrations](#other-tools-and-integrations)
49
68
 
50
69
 
51
- Unlike other MCP projects, this `Awesome MCP Registry` leverages structured JSON configs to generate `README.md`, [npm package](https://www.npmjs.com/package/@toolsdk.ai/registry) and [packages-list.json](https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json)
52
-
53
- You can use the `Awesome MCP Registry` to build your own great MCP projects and hosting sites, acting as the database for MCP servers and packages.
54
-
55
-
56
70
  <a id="quick-start"></a>
57
71
 
58
- ## Quick Start
72
+ ## 🚀 Quick Start
59
73
 
60
74
  #### Install via package manager:
61
75
 
@@ -80,7 +94,7 @@ curl https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.jso
80
94
  console.log(await(await fetch('https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json')).json());
81
95
  ```
82
96
 
83
- #### Submit new MCP servers:
97
+ ## 📦 Submit new MCP servers:
84
98
 
85
99
  ```json
86
100
  {
@@ -104,9 +118,9 @@ console.log(await(await fetch('https://toolsdk-ai.github.io/awesome-mcp-registry
104
118
 
105
119
  For more detail please see [the guide](./docs/guide.md).
106
120
 
107
- # MCP Servers
121
+ ## MCP Servers
108
122
 
109
- ✅: Validated and runnable tools (704)
123
+ ✅: Validated and runnable tools (705)
110
124
 
111
125
  ❌: Cannot be run by the MCP client (with mock environments variables (3401))
112
126
 
@@ -3307,6 +3321,7 @@ Find and extract data from various sources quickly and efficiently.
3307
3321
  - [❌ scholarly-(arxiv)](https://github.com/adityak74/mcp-scholarly): Integrates with arXiv to enable keyword-based searching and retrieval of academic articles for research assistance and literature reviews. (python)
3308
3322
  - [❌ mcp-duckduckgo-search](https://github.com/spences10/mcp-duckduckgo-search): Integrates DuckDuckGo search capabilities with customizable parameters for web-based information retrieval. (node)
3309
3323
  - [❌ gpt-researcher](https://github.com/assafelovic/gptr-mcp): Enables real-time web research, information gathering, and report generation with tools for conducting deep research, quick searches, and comprehensive source tracking. (python)
3324
+ - [✅ rss-reader-mcp](https://github.com/kwp-lab/rss-reader-mcp): An MCP (Model Context Protocol) server for RSS feed aggregation and article content extraction. You can use it to subscribe to RSS feeds and fetch article lists, or extract the full content of an article from a URL and format it as Markdown. (2 tools) (node)
3310
3325
  - [❌ openapi_mcp_server](https://github.com/rahgadda/openapi_mcp_server): Enables LLMs to interact with REST APIs by dynamically generating tools from OpenAPI specifications, allowing models to execute HTTP requests against configured endpoints without complex implementation. (python)
3311
3326
  - [✅ duck-duck-mcp](https://github.com/qwang07/duck-duck-mcp): Integrates with DuckDuckGo's search engine to enable web searches for up-to-date information retrieval and fact-checking. (1 tools) (node)
3312
3327
  - [❌ ietf-rfc-documents](https://github.com/tizee/mcp-server-ietf): Provides access to IETF RFC documents, enabling efficient listing, searching, and retrieval with pagination and local caching for internet standards and protocol analysis. (python)
@@ -3240,6 +3240,7 @@
3240
3240
  "scholarly-(arxiv)",
3241
3241
  "mcp-duckduckgo-search",
3242
3242
  "gpt-researcher",
3243
+ "rss-reader-mcp",
3243
3244
  "openapi_mcp_server",
3244
3245
  "duck-duck-mcp",
3245
3246
  "ietf-rfc-documents",
@@ -47271,5 +47271,20 @@
47271
47271
  "description": "Upload an attachment to the AITable server using its web URL. Returns storage information that can be passed to create_record or update_record tools to associate with a specific records."
47272
47272
  }
47273
47273
  }
47274
+ },
47275
+ "rss-reader-mcp": {
47276
+ "category": "search-data-extraction",
47277
+ "path": "search-data-extraction/rss-reader-mcp.json",
47278
+ "validated": true,
47279
+ "tools": {
47280
+ "fetch_feed_entries": {
47281
+ "name": "fetch_feed_entries",
47282
+ "description": "Fetch RSS feed entries from a given URL"
47283
+ },
47284
+ "fetch_article_content": {
47285
+ "name": "fetch_article_content",
47286
+ "description": "Fetch and extract article content from a URL, formatted as Markdown"
47287
+ }
47288
+ }
47274
47289
  }
47275
47290
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -567,6 +567,7 @@
567
567
  "ref-tools-mcp": "2.0.0",
568
568
  "replicate-flux-mcp": "0.1.2",
569
569
  "resend-mcp": "0.1.2",
570
+ "rss-reader-mcp": "1.0.3",
570
571
  "scrapeless-mcp-server": "0.3.0",
571
572
  "scraperis-mcp": "0.1.22",
572
573
  "search-stock-news-mcp": "1.0.12",
@@ -0,0 +1,10 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "packageName": "rss-reader-mcp",
4
+ "description": "An MCP (Model Context Protocol) server for RSS feed aggregation and article content extraction. You can use it to subscribe to RSS feeds and fetch article lists, or extract the full content of an article from a URL and format it as Markdown.",
5
+ "url": "https://github.com/kwp-lab/rss-reader-mcp",
6
+ "runtime": "node",
7
+ "license": "mit",
8
+ "env": {},
9
+ "name": "RSS MCP"
10
+ }