@mastra/mcp-registry-registry 0.0.1-alpha.3 → 0.0.1-alpha.5

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 ADDED
@@ -0,0 +1,35 @@
1
+ # @mastra/mcp-registry-registry
2
+
3
+ An MCP server that provides a registry of MCP registries, allowing discovery and access to MCP servers across multiple registries.
4
+
5
+ ## Overview
6
+
7
+ The MCP Registry Registry serves as a meta-registry, aggregating information about various MCP registries and providing a unified interface to discover and access MCP servers across the ecosystem. This package implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.ai/) specification, making it compatible with any MCP client.
8
+
9
+ ## Features
10
+
11
+ - **Registry Listing**: Browse and filter available MCP registries
12
+ - **Server Discovery**: Fetch servers from specific registries
13
+
14
+ ## Installation
15
+
16
+ ```bash
17
+ # Using npm
18
+ npm install @mastra/mcp-registry-registry
19
+
20
+ # Using pnpm
21
+ pnpm add @mastra/mcp-registry-registry
22
+
23
+ # Using yarn
24
+ yarn add @mastra/mcp-registry-registry
25
+ ```
26
+
27
+ ## Available Tools
28
+
29
+ ### `registryList`
30
+
31
+ Lists available MCP registries with filtering options.
32
+
33
+ ### `registryServers`
34
+
35
+ Fetches servers from a specific registry with filtering options.
@@ -118,7 +118,7 @@ var registryData = {
118
118
  registries: [
119
119
  {
120
120
  id: "apitracker",
121
- name: "apitracker",
121
+ name: "API Tracker",
122
122
  description: "Discover the best APIs and developer resources",
123
123
  url: "https://apitracker.com/",
124
124
  servers_url: "https://apitracker.io/api/mcp-servers",
@@ -134,23 +134,6 @@ var registryData = {
134
134
  tags: ["verified"],
135
135
  postProcessServers: processApifyServers
136
136
  },
137
- {
138
- id: "fleur",
139
- name: "Fleur",
140
- description: "Fleur is the app store for Claude",
141
- url: "https://www.fleurmcp.com/",
142
- servers_url: "https://raw.githubusercontent.com/fleuristes/app-registry/refs/heads/main/apps.json",
143
- tags: ["verified"],
144
- postProcessServers: processFleurServers
145
- },
146
- {
147
- id: "modelcontextprotocol-servers",
148
- name: "modelcontextprotocol/servers",
149
- description: "This repository is a collection of reference implementations for the Model Context Protocol (MCP).",
150
- url: "https://github.com/modelcontextprotocol/servers",
151
- tags: ["official"],
152
- count: 307
153
- },
154
137
  {
155
138
  id: "awesome-mcp-servers",
156
139
  name: "Awesome MCP servers",
@@ -160,14 +143,14 @@ var registryData = {
160
143
  count: 370
161
144
  },
162
145
  {
163
- id: "cline-bot",
146
+ id: "cline",
164
147
  name: "Cline.bot",
165
148
  description: "MCP servers for Cline.bot",
166
149
  url: "https://cline.bot/mcp-marketplace",
167
150
  tags: ["verified"]
168
151
  },
169
152
  {
170
- id: "cursor-mcp-registry",
153
+ id: "cursor",
171
154
  name: "Cursor MCP Registry",
172
155
  description: "Browse MCPs or post a MCP to reach 250,000+ monthly active developers.",
173
156
  url: "https://cursor.directory/mcp",
@@ -175,7 +158,23 @@ var registryData = {
175
158
  count: "1800+"
176
159
  },
177
160
  {
178
- id: "glama-mcp-server",
161
+ id: "dextermcp",
162
+ name: "Dexter MCP",
163
+ description: "Enhance your AI with specialized MCP servers for various tasks",
164
+ url: "https://www.dextermcp.net/",
165
+ tags: ["verified"]
166
+ },
167
+ {
168
+ id: "fleur",
169
+ name: "Fleur",
170
+ description: "Fleur is the app store for Claude",
171
+ url: "https://www.fleurmcp.com/",
172
+ servers_url: "https://raw.githubusercontent.com/fleuristes/app-registry/refs/heads/main/apps.json",
173
+ tags: ["verified"],
174
+ postProcessServers: processFleurServers
175
+ },
176
+ {
177
+ id: "glama",
179
178
  name: "Glama MCP Server",
180
179
  description: "Production-ready and experimental MCP servers that extend AI capabilities.",
181
180
  url: "https://glama.ai/mcp/servers",
@@ -191,7 +190,14 @@ var registryData = {
191
190
  count: 20
192
191
  },
193
192
  {
194
- id: "mcp-composio",
193
+ id: "make",
194
+ name: "Make MCP",
195
+ description: "Connect AI models to 1000+ apps with Make automation platform",
196
+ url: "https://developers.make.com/mcp-server",
197
+ tags: ["verified"]
198
+ },
199
+ {
200
+ id: "composio",
195
201
  name: "MCP Composio",
196
202
  description: "Instantly Connect to 100+ Managed MCP Servers with Built-In Auth",
197
203
  url: "https://mcp.composio.dev/",
@@ -199,14 +205,36 @@ var registryData = {
199
205
  count: "100+"
200
206
  },
201
207
  {
202
- id: "mcp-market",
208
+ id: "mcpget",
209
+ name: "MCP-Get",
210
+ description: "mcp-get helps you easily install protocol servers.",
211
+ url: "https://mcp-get.com/",
212
+ tags: ["open-source"],
213
+ count: 69
214
+ },
215
+ {
216
+ id: "mcpmarket",
203
217
  name: "MCP Market",
204
218
  description: "Explore our curated collection of MCP servers to connect AI to your favorite tools.",
205
219
  url: "https://mcpmarket.com/",
206
220
  count: 12454
207
221
  },
208
222
  {
209
- id: "mcp-run",
223
+ id: "mcprepository",
224
+ name: "MCP Repository",
225
+ description: "Discover the ultimate resource for Model Context Protocol at MCP Repository",
226
+ url: "https://mcprepository.com",
227
+ tags: ["verified"]
228
+ },
229
+ {
230
+ id: "mcpresolver",
231
+ name: "MCP Resolver",
232
+ description: "Find and connect to the right MCP servers for your AI applications",
233
+ url: "https://mcpresolver.com/",
234
+ tags: ["verified"]
235
+ },
236
+ {
237
+ id: "mcprun",
210
238
  name: "MCP Run",
211
239
  description: "One platform for vertical AI across your entire organization.",
212
240
  url: "https://www.mcp.run/",
@@ -215,7 +243,7 @@ var registryData = {
215
243
  postProcessServers: processMcpRunServers
216
244
  },
217
245
  {
218
- id: "mcp-servers-org",
246
+ id: "mcpserversorg",
219
247
  name: "MCP Servers",
220
248
  description: "A collection of servers for the Model Context Protocol.",
221
249
  url: "https://mcpservers.org/",
@@ -223,21 +251,28 @@ var registryData = {
223
251
  count: 212
224
252
  },
225
253
  {
226
- id: "mcp-get",
227
- name: "MCP-Get",
228
- description: "mcp-get helps you easily install protocol servers.",
229
- url: "https://mcp-get.com/",
230
- tags: ["open-source"],
231
- count: 69
232
- },
233
- {
234
- id: "mcp-so",
254
+ id: "mcpso",
235
255
  name: "MCP.so",
236
256
  description: "Find Awesome MCP Servers and Clients",
237
257
  url: "https://mcp.so/",
238
258
  tags: ["verified"],
239
259
  count: 7682
240
260
  },
261
+ {
262
+ id: "mcpstore",
263
+ name: "MCP Store",
264
+ description: "Discover and use a variety of MCP servers for your AI applications",
265
+ url: "http://mcpstore.co/",
266
+ tags: ["open-source"]
267
+ },
268
+ {
269
+ id: "modelcontextprotocol-servers",
270
+ name: "modelcontextprotocol/servers",
271
+ description: "This repository is a collection of reference implementations for the Model Context Protocol (MCP).",
272
+ url: "https://github.com/modelcontextprotocol/servers",
273
+ tags: ["official"],
274
+ count: 307
275
+ },
241
276
  {
242
277
  id: "opentools",
243
278
  name: "OpenTools",
@@ -247,7 +282,14 @@ var registryData = {
247
282
  count: 171
248
283
  },
249
284
  {
250
- id: "pulse-mcp",
285
+ id: "pipedream",
286
+ name: "Pipedream MCP",
287
+ description: "The AI developer toolkit for integrations",
288
+ url: "https://mcp.pipedream.com/",
289
+ tags: ["verified"]
290
+ },
291
+ {
292
+ id: "pulse",
251
293
  name: "Pulse MCP",
252
294
  description: "Browse and discover MCP use cases, servers, clients, and news.",
253
295
  url: "https://www.pulsemcp.com/",
@@ -266,7 +308,14 @@ var registryData = {
266
308
  count: 4274
267
309
  },
268
310
  {
269
- id: "zapier-mcp",
311
+ id: "supermachine",
312
+ name: "SuperMachine",
313
+ description: "AI-powered tools and MCP servers for developers and businesses",
314
+ url: "https://supermachine.ai/",
315
+ tags: ["verified"]
316
+ },
317
+ {
318
+ id: "zapier",
270
319
  name: "Zapier MCP",
271
320
  description: "Connect your AI to any app with Zapier MCP",
272
321
  url: "https://zapier.com/mcp",
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export { registryData } from './chunk-5LGQAAB5.js';
1
+ export { registryData } from './chunk-P64PLYDJ.js';
package/dist/stdio.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { registryData } from './chunk-5LGQAAB5.js';
2
+ import { registryData } from './chunk-P64PLYDJ.js';
3
3
  import fs from 'node:fs/promises';
4
4
  import { Server } from '@modelcontextprotocol/sdk/server/index.js';
5
5
  import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-registry-registry",
3
- "version": "0.0.1-alpha.3",
3
+ "version": "0.0.1-alpha.5",
4
4
  "description": "MCP server for registry registry services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "uuid": "^11.1.0",
28
28
  "zod": "^3.22.4",
29
29
  "zod-to-json-schema": "^3.22.4",
30
- "@mastra/core": "^0.8.3-alpha.3"
30
+ "@mastra/core": "^0.8.3-alpha.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@hono/node-server": "^1.13.8",
@@ -40,7 +40,7 @@
40
40
  "tsx": "^4.19.3",
41
41
  "typescript": "^5.3.3",
42
42
  "vitest": "^3.0.9",
43
- "@mastra/mcp": "^0.3.10-alpha.4",
43
+ "@mastra/mcp": "^0.3.10-alpha.5",
44
44
  "@internal/lint": "0.0.2-alpha.0"
45
45
  },
46
46
  "scripts": {