@toolsdk.ai/registry 1.0.143 → 1.0.144
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 +11 -8
- package/indexes/categories-list.json +6 -1
- package/indexes/packages-list.json +80 -8
- package/package.json +2 -1
- package/packages/databases/mongodb-mcp.json +158 -0
- package/packages/databases/supabase-mcp-server-supabase.json +17 -3
- package/packages/developer-tools/postman-postman-mcp-server.json +24 -0
- package/packages/developer-tools/sveltejs-mcp.json +14 -0
- package/packages/finance-fintech/paypal-mcp-server.json +8 -9
- package/packages/finance-fintech/paypal-mcp.json +2 -1
- package/packages/finance-fintech/paypal-toolkit-mcp.json +20 -0
- package/packages/location-services/mapbox-mcp-server.json +15 -0
package/README.md
CHANGED
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
<a href="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml">
|
|
13
13
|
<img src="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml/badge.svg" alt="Build Status" />
|
|
14
14
|
</a>
|
|
15
|
-
<img src="https://img.shields.io/badge/MCP_Servers-
|
|
15
|
+
<img src="https://img.shields.io/badge/MCP_Servers-4121-blue?style=flat-square" alt="MCP Servers Count" />
|
|
16
16
|
<img src="https://img.shields.io/badge/LICENSE-MIT-ff69b4?style=flat-square" alt="License" />
|
|
17
17
|
<br />
|
|
18
18
|
<a href="https://www.producthunt.com/products/toolsdk-ai">
|
|
19
19
|
<img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=997428&theme=light&period=daily" alt="Product Hunt" height="40" />
|
|
20
20
|
</a>
|
|
21
21
|
|
|
22
|
-
<a href="#mcp-servers">🔍 <b>Browse
|
|
22
|
+
<a href="#mcp-servers">🔍 <b>Browse 4121+ Tools</b></a>
|
|
23
23
|
•
|
|
24
24
|
<a href="#quick-start">🐳 <b>Self-hosted</b></a>
|
|
25
25
|
•
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
- ➕ I want to **submit my MCP Server** → [Contribution Guide](#contribute-your-mcp-server)
|
|
46
46
|
|
|
47
47
|
> [!IMPORTANT]
|
|
48
|
-
> **Highlights**: Federated search across
|
|
48
|
+
> **Highlights**: Federated search across 4121+ servers & official registry • One-line integration with `Vercel AI SDK` / `LangChain` • Sandbox + OAuth 2.1 built-in • Get featured on [ToolSDK.ai](https://toolsdk.ai)
|
|
49
49
|
|
|
50
50
|
## Getting Started
|
|
51
51
|
|
|
@@ -71,7 +71,7 @@ docker compose up -d
|
|
|
71
71
|
- *See [Configuration Guide](./docs/DEVELOPMENT.md) for full details.*
|
|
72
72
|
|
|
73
73
|
> [!TIP]
|
|
74
|
-
> **Tip for Private Deployment**: This registry contains
|
|
74
|
+
> **Tip for Private Deployment**: This registry contains 4121+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
|
|
75
75
|
> 📖 See [Package Management Guide](./docs/DEVELOPMENT.md#5--package-management-for-private-deployment) for details.
|
|
76
76
|
|
|
77
77
|
That's it! Your self-hosted MCP registry is now running with:
|
|
@@ -83,7 +83,7 @@ That's it! Your self-hosted MCP registry is now running with:
|
|
|
83
83
|
|
|
84
84
|
- 🌐 **Local Web Interface**: http://localhost:3003
|
|
85
85
|
- 📚 **Swagger API Docs**: http://localhost:3003/swagger
|
|
86
|
-
- 🔍 **Search & Execute**
|
|
86
|
+
- 🔍 **Search & Execute** 4121+ MCP Servers remotely
|
|
87
87
|
- 🤖 **Integrate** with your AI agents, chatbots, and LLM applications
|
|
88
88
|
|
|
89
89
|
#### 🌐 Remote Tool Execution Example
|
|
@@ -217,7 +217,7 @@ graph TD
|
|
|
217
217
|
|
|
218
218
|
This open-source project provides:
|
|
219
219
|
|
|
220
|
-
- **Structured Registry** -
|
|
220
|
+
- **Structured Registry** - 4121+ MCP servers with metadata
|
|
221
221
|
- **Unified Gateway** - HTTP API to query and execute tools remotely
|
|
222
222
|
- **Auto-Generated Docs** - Always up-to-date README and API documentation
|
|
223
223
|
|
|
@@ -283,12 +283,12 @@ Your MCP server will be:
|
|
|
283
283
|
|
|
284
284
|
## MCP Servers Directory
|
|
285
285
|
|
|
286
|
-
**
|
|
286
|
+
**4121+ AI Agent Tools, LLM Integrations & Automation Servers**
|
|
287
287
|
|
|
288
288
|
> [!NOTE]
|
|
289
289
|
> ⭐ **Featured below**: Hand-picked, production-ready MCP servers verified by our team.
|
|
290
290
|
>
|
|
291
|
-
> 📚 **Looking for all
|
|
291
|
+
> 📚 **Looking for all 4121+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
|
|
292
292
|
|
|
293
293
|
Browse by category: Developer Tools, AI Agents, Databases, Cloud Platforms, APIs, and more!
|
|
294
294
|
|
|
@@ -624,6 +624,7 @@ Securely access and query databases with options for read-only permissions.
|
|
|
624
624
|
- [✅ mcp-turso-cloud](https://github.com/spences10/mcp-turso-cloud): Provides a bridge between AI assistants and Turso SQLite databases, enabling organization-level management and database-level queries with persistent context, schema exploration, and vector similarity search capabilities. (9 tools) (node)
|
|
625
625
|
- [✅ mochow-mcp-server](https://github.com/baidu/mochow-mcp-server-python): Provides direct access to Mochow vector database capabilities for managing databases, tables, and performing vector similarity and full-text searches with filtering options. (14 tools) (python)
|
|
626
626
|
- [✅ mongodb-mcp-server](https://github.com/mongodb-js/mongodb-mcp-server): Provides a bridge between MongoDB databases and conversational interfaces, enabling comprehensive database operations, collection management, schema inspection, and Atlas cloud service interactions with authentication and telemetry support. (21 tools) (node)
|
|
627
|
+
- [✅ mongodb-mcp-server](https://github.com/mongodb-js/mongodb-mcp-server): Provides a bridge between MongoDB databases and conversational interfaces, enabling comprehensive database operations, collection management, schema inspection, and Atlas cloud service interactions with authentication and telemetry support. (21 tools) (node)
|
|
627
628
|
- [✅ mysql-mcp-server](https://github.com/dpflucas/mysql-mcp-server): Provides secure, read-only access to MySQL databases for exploring schemas and executing SELECT queries with built-in safeguards against SQL injection, query timeouts, and row limits. (4 tools) (node)
|
|
628
629
|
- [✅ mysql-query-mcp-server](https://github.com/devakone/mysql-query-mcp-server): Provides a secure, read-only bridge to MySQL databases, enabling natural language querying across multiple environments with strict validation and comprehensive error handling. (3 tools) (node)
|
|
629
630
|
- [✅ mysqldb-mcp-server](https://github.com/burakdirin/mysqldb-mcp-server): Enables direct SQL query execution and database connections to MySQL databases through a simple interface that returns results in JSON format. (2 tools) (python)
|
|
@@ -685,6 +686,7 @@ Enhance your development workflow with tools for coding and environment manageme
|
|
|
685
686
|
- [✅ @serverless-dna/powertools-mcp](https://github.com/aws-powertools/powertools-mcp): Enables AI to search and retrieve AWS Lambda Powertools documentation across multiple runtimes through a TypeScript server with efficient local search capabilities and content caching. (2 tools) (node)
|
|
686
687
|
- [✅ @shopify/dev-mcp](https://github.com/shopify/dev-mcp): Integrates with Shopify Dev. Supports various tools to interact with different Shopify APIs. (4 tools) (node)
|
|
687
688
|
- [✅ @stakpak/mcp](https://github.com/stakpak/mcp): Integrates with Stakpak API to generate infrastructure code for projects, enabling developers to quickly create configurations through a dedicated tool that works with various IDEs. (1 tools) (node)
|
|
689
|
+
- [✅ @sveltejs/mcp](https://github.com/sveltejs/mcp): The official Svelte MCP server providing docs and autofixing tools for Svelte development (4 tools) (node)
|
|
688
690
|
- [✅ @tgomareli/macos-tools-mcp](https://github.com/tornikegomareli/macos-tools-mcp-server): Provides macOS system monitoring with SQLite-based historical data storage and enhanced file search with tagging support, collecting real-time CPU, memory, disk, and network metrics while offering content-based file searching with regex support and macOS file tagging operations through native utilities like Spotlight and extended attributes. (2 tools) (node)
|
|
689
691
|
- [✅ @wenbopan/things-mcp](https://github.com/wbopan/things-mcp): Integrates with Things.app task management for macOS, enabling task and project creation with full metadata support, update operations including completion status, database export functionality, and summary generation through URL scheme and direct database access. (6 tools) (node)
|
|
690
692
|
- [✅ @yodakeisuke/mcp-micromanage](https://github.com/yodakeisuke/mcp-micromanage-your-agent): Task management system that visualizes development work as interactive flowcharts, enabling structured breakdown of tickets into minimal PRs and commits with progress tracking capabilities. (3 tools) (node)
|
|
@@ -917,6 +919,7 @@ Work with maps, weather, and location-based data for analytics and insights.
|
|
|
917
919
|
|
|
918
920
|
- [✅ @baidumap/mcp-server-baidu-map](https://github.com/baidu-maps/mcp): Integrates with Baidu Maps API for location-based operations including geocoding, route planning, and location search within the Baidu Maps ecosystem. (10 tools) (node)
|
|
919
921
|
- [✅ @cablate/mcp-google-map](https://github.com/cablate/mcp-google-map): Integrates with Google Maps API to enable location-based operations like place searching, geocoding, and geographical information retrieval within conversations. (7 tools) (node)
|
|
922
|
+
- [✅ @mapbox/mcp-server](https://github.com/mapbox/mcp-server): Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. (9 tools) (node)
|
|
920
923
|
- [✅ @modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/HEAD/src/google-maps): Access location data, geocoding, and place details through Maps API. (7 tools) (node)
|
|
921
924
|
- [✅ @swonixs/weatherapi-mcp](https://github.com/swonixs/weatherapi-mcp): Provides current weather and air quality data for any city through WeatherAPI.com, requiring only an API key for temperature, humidity, wind speed, and optional air quality metrics. (1 tools) (node)
|
|
922
925
|
- [✅ @zealgeo/mcp-geo-server](https://github.com/nodegis/geo-mcp-server): Provides geospatial calculation capabilities for coordinate conversion and spatial analysis, enabling GIS applications and geometry processing without complex algorithm implementation. (3 tools) (node)
|
|
@@ -1377,6 +1377,7 @@
|
|
|
1377
1377
|
"executeautomation-database-server",
|
|
1378
1378
|
"postgresql-database-manager",
|
|
1379
1379
|
"mcp-server-motherduck",
|
|
1380
|
+
"mongodb-mcp-server",
|
|
1380
1381
|
"@xexr/mcp-libsql",
|
|
1381
1382
|
"mochow-mcp-server",
|
|
1382
1383
|
"sql-alchemy",
|
|
@@ -1723,6 +1724,7 @@
|
|
|
1723
1724
|
"rust-docs",
|
|
1724
1725
|
"stimulus-docs",
|
|
1725
1726
|
"prompt-template-server-(go)",
|
|
1727
|
+
"postman/postman-mcp-server",
|
|
1726
1728
|
"sonarcloud",
|
|
1727
1729
|
"code-snippet-manager",
|
|
1728
1730
|
"lsp-tools",
|
|
@@ -1808,6 +1810,7 @@
|
|
|
1808
1810
|
"@currents/mcp",
|
|
1809
1811
|
"aerith-admin-(rbac-dashboard)",
|
|
1810
1812
|
"ant-design-components",
|
|
1813
|
+
"@sveltejs/mcp",
|
|
1811
1814
|
"@yodakeisuke/mcp-micromanage",
|
|
1812
1815
|
"@hyperdrive-eng/mcp-nodejs-debugger",
|
|
1813
1816
|
"opslevel",
|
|
@@ -2242,6 +2245,7 @@
|
|
|
2242
2245
|
"pump.fun",
|
|
2243
2246
|
"israeli-bank-scrapers",
|
|
2244
2247
|
"tradingview-chart",
|
|
2248
|
+
"@paypal/agent-toolkit",
|
|
2245
2249
|
"stock-analyzer-(tingo)",
|
|
2246
2250
|
"manifold-mcp-server",
|
|
2247
2251
|
"africa's-talking-airtime",
|
|
@@ -2466,7 +2470,7 @@
|
|
|
2466
2470
|
"allabolag-(swedish-company-registry)",
|
|
2467
2471
|
"armor-wallet",
|
|
2468
2472
|
"tigerbeetle",
|
|
2469
|
-
"@paypal/
|
|
2473
|
+
"@paypal/mcp",
|
|
2470
2474
|
"coincap-mcp",
|
|
2471
2475
|
"norman-finance",
|
|
2472
2476
|
"fred-(federal-reserve-economic-data)",
|
|
@@ -2790,6 +2794,7 @@
|
|
|
2790
2794
|
"weatherxm-pro",
|
|
2791
2795
|
"xiaozhi-location",
|
|
2792
2796
|
"jweather-mcp-server",
|
|
2797
|
+
"@mapbox/mcp-server",
|
|
2793
2798
|
"caiyun-weather-mcp",
|
|
2794
2799
|
"mcp-weather-demo",
|
|
2795
2800
|
"naver-maps",
|
|
@@ -15110,7 +15110,7 @@
|
|
|
15110
15110
|
},
|
|
15111
15111
|
"@paypal/mcp": {
|
|
15112
15112
|
"category": "finance-fintech",
|
|
15113
|
-
"path": "finance-fintech/paypal-mcp.json",
|
|
15113
|
+
"path": "finance-fintech/paypal-mcp-server.json",
|
|
15114
15114
|
"validated": false,
|
|
15115
15115
|
"tools": {}
|
|
15116
15116
|
},
|
|
@@ -32370,12 +32370,6 @@
|
|
|
32370
32370
|
"validated": false,
|
|
32371
32371
|
"tools": {}
|
|
32372
32372
|
},
|
|
32373
|
-
"@supabase/mcp-server-supabase": {
|
|
32374
|
-
"category": "databases",
|
|
32375
|
-
"path": "databases/supabase-mcp-server-supabase.json",
|
|
32376
|
-
"validated": false,
|
|
32377
|
-
"tools": {}
|
|
32378
|
-
},
|
|
32379
32373
|
"neon": {
|
|
32380
32374
|
"category": "databases",
|
|
32381
32375
|
"path": "databases/neon.json",
|
|
@@ -46643,7 +46637,7 @@
|
|
|
46643
46637
|
},
|
|
46644
46638
|
"@paypal/agent-toolkit": {
|
|
46645
46639
|
"category": "finance-fintech",
|
|
46646
|
-
"path": "finance-fintech/paypal-mcp
|
|
46640
|
+
"path": "finance-fintech/paypal-toolkit-mcp.json",
|
|
46647
46641
|
"validated": false,
|
|
46648
46642
|
"tools": {}
|
|
46649
46643
|
},
|
|
@@ -47653,5 +47647,83 @@
|
|
|
47653
47647
|
"description": "A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture."
|
|
47654
47648
|
}
|
|
47655
47649
|
}
|
|
47650
|
+
},
|
|
47651
|
+
"postman/postman-mcp-server": {
|
|
47652
|
+
"category": "developer-tools",
|
|
47653
|
+
"path": "developer-tools/postman-postman-mcp-server.json",
|
|
47654
|
+
"validated": false,
|
|
47655
|
+
"tools": {}
|
|
47656
|
+
},
|
|
47657
|
+
"@sveltejs/mcp": {
|
|
47658
|
+
"category": "developer-tools",
|
|
47659
|
+
"path": "developer-tools/sveltejs-mcp.json",
|
|
47660
|
+
"validated": true,
|
|
47661
|
+
"tools": {
|
|
47662
|
+
"get-documentation": {
|
|
47663
|
+
"name": "get-documentation",
|
|
47664
|
+
"description": "Retrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., \"$state\", \"routing\") or file path (e.g., \"cli/overview\"). Can accept a single section name or an array of sections. Before running this, make sure to analyze the users query, as well as the output from list-sections (which should be called first). Then ask for ALL relevant sections the user might require. For example, if the user asks to build anything interactive, you will need to fetch all relevant runes, and so on."
|
|
47665
|
+
},
|
|
47666
|
+
"list-sections": {
|
|
47667
|
+
"name": "list-sections",
|
|
47668
|
+
"description": "Lists all available Svelte 5 and SvelteKit documentation sections in a structured format. Each section includes a \"use_cases\" field that describes WHEN this documentation would be useful. You should carefully analyze the use_cases field to determine which sections are relevant for the user's query. The use_cases contain comma-separated keywords describing project types (e.g., \"e-commerce\", \"blog\"), features (e.g., \"authentication\", \"forms\"), components (e.g., \"slider\", \"modal\"), development stages (e.g., \"deployment\", \"testing\"), or \"always\" for fundamental concepts. Match these use_cases against the user's intent - for example, if building an e-commerce site, fetch sections with use_cases containing \"e-commerce\", \"product listings\", \"shopping cart\", etc. If building a slider, look for \"slider\", \"carousel\", \"animation\", etc. Returns sections as \"* title: [section_title], use_cases: [use_cases], path: [file_path]\". Always run list-sections FIRST for any Svelte query, then analyze ALL use_cases to identify relevant sections, and finally use get_documentation to fetch ALL relevant sections at once."
|
|
47669
|
+
},
|
|
47670
|
+
"playground-link": {
|
|
47671
|
+
"name": "playground-link",
|
|
47672
|
+
"description": "Generates a Playground link given a Svelte code snippet. Once you have the final version of the code you want to send to the user, ALWAYS ask the user if it wants a playground link to allow it to quickly check the code in the playground before calling this tool. NEVER use this tool if you have written the component to a file in the user project. The playground accept multiple files so if are importing from other files just include them all at the root level."
|
|
47673
|
+
},
|
|
47674
|
+
"svelte-autofixer": {
|
|
47675
|
+
"name": "svelte-autofixer",
|
|
47676
|
+
"description": "Given a svelte component or module returns a list of suggestions to fix any issues it has. This tool MUST be used whenever the user is asking to write svelte code before sending the code back to the user"
|
|
47677
|
+
}
|
|
47678
|
+
}
|
|
47679
|
+
},
|
|
47680
|
+
"@mapbox/mcp-server": {
|
|
47681
|
+
"category": "location-services",
|
|
47682
|
+
"path": "location-services/mapbox-mcp-server.json",
|
|
47683
|
+
"validated": true,
|
|
47684
|
+
"tools": {
|
|
47685
|
+
"version_tool": {
|
|
47686
|
+
"name": "version_tool",
|
|
47687
|
+
"description": "Get the current version information of the MCP server"
|
|
47688
|
+
},
|
|
47689
|
+
"category_list_tool": {
|
|
47690
|
+
"name": "category_list_tool",
|
|
47691
|
+
"description": "Tool for retrieving the list of supported categories from Mapbox Search API. Use this when another function requires a list of categories. Returns all available category IDs by default. Only use pagination (limit/offset) if token usage optimization is required. If using pagination, make multiple calls to retrieve ALL categories before proceeding with other tasks to ensure complete data."
|
|
47692
|
+
},
|
|
47693
|
+
"category_search_tool": {
|
|
47694
|
+
"name": "category_search_tool",
|
|
47695
|
+
"description": "Return all places that match a category (industry, amenity, or NAICS‑style code). Use when the user asks for a type of place, plural or generic terms like 'museums', 'coffee shops', 'electric‑vehicle chargers', or when the query includes is‑a phrases such as 'any', 'all', 'nearby'. Do not use when a unique name or brand is provided. Supports both JSON and text output formats."
|
|
47696
|
+
},
|
|
47697
|
+
"directions_tool": {
|
|
47698
|
+
"name": "directions_tool",
|
|
47699
|
+
"description": "Fetches directions from Mapbox API based on provided coordinates and direction method."
|
|
47700
|
+
},
|
|
47701
|
+
"isochrone_tool": {
|
|
47702
|
+
"name": "isochrone_tool",
|
|
47703
|
+
"description": "Computes areas that are reachable within a specified amount of time from a location, and returns the reachable regions as contours of Polygons or LineStrings in GeoJSON format that you can display on a map.\n Common use cases:\n - Show a user how far they can travel in X minutes from their current location\n - Determine whether a destination is within a certain travel time threshold\n - Compare travel ranges for different modes of transportation'"
|
|
47704
|
+
},
|
|
47705
|
+
"matrix_tool": {
|
|
47706
|
+
"name": "matrix_tool",
|
|
47707
|
+
"description": "Calculates travel times and distances between multiple points using Mapbox Matrix API."
|
|
47708
|
+
},
|
|
47709
|
+
"reverse_geocode_tool": {
|
|
47710
|
+
"name": "reverse_geocode_tool",
|
|
47711
|
+
"description": "Find addresses, cities, towns, neighborhoods, postcodes, districts, regions, and countries around a specified geographic coordinate pair. Converts geographic coordinates (longitude, latitude) into human-readable addresses or place names. Use limit=1 for best results. This tool cannot reverse geocode businesses, landmarks, historic sites, and other points of interest that are not of the types mentioned. Supports both JSON and text output formats."
|
|
47712
|
+
},
|
|
47713
|
+
"static_map_image_tool": {
|
|
47714
|
+
"name": "static_map_image_tool",
|
|
47715
|
+
"description": "Generates a static map image from Mapbox Static Images API. Supports center coordinates, zoom level (0-22), image size (up to 1280x1280), various Mapbox styles, and overlays (markers, paths, GeoJSON). Returns PNG for vector styles, JPEG for raster-only styles."
|
|
47716
|
+
},
|
|
47717
|
+
"search_and_geocode_tool": {
|
|
47718
|
+
"name": "search_and_geocode_tool",
|
|
47719
|
+
"description": "Search for POIs, brands, chains, geocode cities, towns, addresses. Do not use for generic place types such as 'museums', 'coffee shops', 'tacos', etc, because category_search_tool is better for that. Setting a proximity point is strongly encouraged for more local results."
|
|
47720
|
+
}
|
|
47721
|
+
}
|
|
47722
|
+
},
|
|
47723
|
+
"@supabase/mcp-server-supabase": {
|
|
47724
|
+
"category": "databases",
|
|
47725
|
+
"path": "databases/supabase-mcp-server-supabase.json",
|
|
47726
|
+
"validated": false,
|
|
47727
|
+
"tools": {}
|
|
47656
47728
|
}
|
|
47657
47729
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.144",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
"@makeplane/plane-mcp-server": "0.1.4",
|
|
218
218
|
"@makingchatbots/genesys-cloud-mcp-server": "0.0.13",
|
|
219
219
|
"@malove86/mcp-mysql-server": "0.2.4",
|
|
220
|
+
"@mapbox/mcp-server": "0.6.1",
|
|
220
221
|
"@masonator/coolify-mcp": "0.2.18",
|
|
221
222
|
"@mbelinky/x-mcp-server": "1.1.0",
|
|
222
223
|
"@mcp-devtools/jira": "0.2.6",
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "MongoDB MCP Server",
|
|
4
|
+
"packageName": "mongodb-mcp-server",
|
|
5
|
+
"description": "MongoDB Model Context Protocol Server",
|
|
6
|
+
"url": "https://github.com/mongodb-js/mongodb-mcp-server",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "apache-2.0",
|
|
9
|
+
"env": {
|
|
10
|
+
"MDB_MCP_ALLOW_REQUEST_OVERRIDES": {
|
|
11
|
+
"description": "When set to true, allows configuration values to be overridden via request headers and query parameters.",
|
|
12
|
+
"required": false
|
|
13
|
+
},
|
|
14
|
+
"MDB_MCP_API_CLIENT_ID": {
|
|
15
|
+
"description": "Atlas API client ID for authentication. Required for running Atlas tools.",
|
|
16
|
+
"required": false
|
|
17
|
+
},
|
|
18
|
+
"MDB_MCP_API_CLIENT_SECRET": {
|
|
19
|
+
"description": "Atlas API client secret for authentication. Required for running Atlas tools.",
|
|
20
|
+
"required": false
|
|
21
|
+
},
|
|
22
|
+
"MDB_MCP_ATLAS_TEMPORARY_DATABASE_USER_LIFETIME_MS": {
|
|
23
|
+
"description": "Time in milliseconds that temporary database users created when connecting to MongoDB Atlas clusters will remain active before being automatically deleted.",
|
|
24
|
+
"required": false
|
|
25
|
+
},
|
|
26
|
+
"MDB_MCP_CONFIRMATION_REQUIRED_TOOLS": {
|
|
27
|
+
"description": "Comma separated values of tool names that require user confirmation before execution. Requires the client to support elicitation.",
|
|
28
|
+
"required": false
|
|
29
|
+
},
|
|
30
|
+
"MDB_MCP_CONNECTION_STRING": {
|
|
31
|
+
"description": "MongoDB connection string for direct database connections. Optional, if not set, you'll need to call the connect tool before interacting with MongoDB data.",
|
|
32
|
+
"required": false
|
|
33
|
+
},
|
|
34
|
+
"MDB_MCP_DISABLED_TOOLS": {
|
|
35
|
+
"description": "Comma separated values of tool names, operation types, and/or categories of tools that will be disabled.",
|
|
36
|
+
"required": false
|
|
37
|
+
},
|
|
38
|
+
"MDB_MCP_DRY_RUN": {
|
|
39
|
+
"description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.",
|
|
40
|
+
"required": false
|
|
41
|
+
},
|
|
42
|
+
"MDB_MCP_EMBEDDINGS_VALIDATION": {
|
|
43
|
+
"description": "When set to false, disables validation of embeddings dimensions.",
|
|
44
|
+
"required": false
|
|
45
|
+
},
|
|
46
|
+
"MDB_MCP_EXPORT_CLEANUP_INTERVAL_MS": {
|
|
47
|
+
"description": "Time in milliseconds between export cleanup cycles that remove expired export files.",
|
|
48
|
+
"required": false
|
|
49
|
+
},
|
|
50
|
+
"MDB_MCP_EXPORT_TIMEOUT_MS": {
|
|
51
|
+
"description": "Time in milliseconds after which an export is considered expired and eligible for cleanup.",
|
|
52
|
+
"required": false
|
|
53
|
+
},
|
|
54
|
+
"MDB_MCP_EXPORTS_PATH": {
|
|
55
|
+
"description": "Folder to store exported data files.",
|
|
56
|
+
"required": false
|
|
57
|
+
},
|
|
58
|
+
"MDB_MCP_HTTP_HEADERS": {
|
|
59
|
+
"description": "Header that the HTTP server will validate when making requests (only used when transport is 'http').",
|
|
60
|
+
"required": false
|
|
61
|
+
},
|
|
62
|
+
"MDB_MCP_HTTP_HOST": {
|
|
63
|
+
"description": "Host address to bind the HTTP server to (only used when transport is 'http').",
|
|
64
|
+
"required": false
|
|
65
|
+
},
|
|
66
|
+
"MDB_MCP_HTTP_PORT": {
|
|
67
|
+
"description": "Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.",
|
|
68
|
+
"required": false
|
|
69
|
+
},
|
|
70
|
+
"MDB_MCP_IDLE_TIMEOUT_MS": {
|
|
71
|
+
"description": "Idle timeout for a client to disconnect (only applies to http transport).",
|
|
72
|
+
"required": false
|
|
73
|
+
},
|
|
74
|
+
"MDB_MCP_INDEX_CHECK": {
|
|
75
|
+
"description": "When set to true, enforces that query operations must use an index, rejecting queries that perform a collection scan.",
|
|
76
|
+
"required": false
|
|
77
|
+
},
|
|
78
|
+
"MDB_MCP_LOG_PATH": {
|
|
79
|
+
"description": "Folder to store logs.",
|
|
80
|
+
"required": false
|
|
81
|
+
},
|
|
82
|
+
"MDB_MCP_LOGGERS": {
|
|
83
|
+
"description": "Comma separated values of logger types.",
|
|
84
|
+
"required": false
|
|
85
|
+
},
|
|
86
|
+
"MDB_MCP_MAX_BYTES_PER_QUERY": {
|
|
87
|
+
"description": "The maximum size in bytes for results from a find or aggregate tool call. This serves as an upper bound for the responseBytesLimit parameter in those tools.",
|
|
88
|
+
"required": false
|
|
89
|
+
},
|
|
90
|
+
"MDB_MCP_MAX_DOCUMENTS_PER_QUERY": {
|
|
91
|
+
"description": "The maximum number of documents that can be returned by a find or aggregate tool call. For the find tool, the effective limit will be the smaller of this value and the tool's limit parameter.",
|
|
92
|
+
"required": false
|
|
93
|
+
},
|
|
94
|
+
"MDB_MCP_NOTIFICATION_TIMEOUT_MS": {
|
|
95
|
+
"description": "Notification timeout for a client to be aware of disconnect (only applies to http transport).",
|
|
96
|
+
"required": false
|
|
97
|
+
},
|
|
98
|
+
"MDB_MCP_PREVIEW_FEATURES": {
|
|
99
|
+
"description": "Comma separated values of preview features that are enabled.",
|
|
100
|
+
"required": false
|
|
101
|
+
},
|
|
102
|
+
"MDB_MCP_READ_ONLY": {
|
|
103
|
+
"description": "When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations.",
|
|
104
|
+
"required": false
|
|
105
|
+
},
|
|
106
|
+
"MDB_MCP_TELEMETRY": {
|
|
107
|
+
"description": "When set to disabled, disables telemetry collection.",
|
|
108
|
+
"required": false
|
|
109
|
+
},
|
|
110
|
+
"MDB_MCP_TRANSPORT": {
|
|
111
|
+
"description": "Either 'stdio' or 'http'.",
|
|
112
|
+
"required": false
|
|
113
|
+
},
|
|
114
|
+
"MDB_MCP_VECTOR_SEARCH_DIMENSIONS": {
|
|
115
|
+
"description": "Default number of dimensions for vector search embeddings.",
|
|
116
|
+
"required": false
|
|
117
|
+
},
|
|
118
|
+
"MDB_MCP_VECTOR_SEARCH_SIMILARITY_FUNCTION": {
|
|
119
|
+
"description": "Default similarity function for vector search: 'euclidean', 'cosine', or 'dotProduct'.",
|
|
120
|
+
"required": false
|
|
121
|
+
},
|
|
122
|
+
"MDB_MCP_VOYAGE_API_KEY": {
|
|
123
|
+
"description": "API key for Voyage AI embeddings service (required for vector search operations with text-to-embedding conversion).",
|
|
124
|
+
"required": false
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"binArgs": [
|
|
128
|
+
"--allowRequestOverrides",
|
|
129
|
+
"--apiClientId",
|
|
130
|
+
"--apiClientSecret",
|
|
131
|
+
"--atlasTemporaryDatabaseUserLifetimeMs",
|
|
132
|
+
"--confirmationRequiredTools",
|
|
133
|
+
"--connectionString",
|
|
134
|
+
"--disabledTools",
|
|
135
|
+
"--dryRun",
|
|
136
|
+
"--embeddingsValidation",
|
|
137
|
+
"--exportCleanupIntervalMs",
|
|
138
|
+
"--exportTimeoutMs",
|
|
139
|
+
"--exportsPath",
|
|
140
|
+
"--httpHeaders",
|
|
141
|
+
"--httpHost",
|
|
142
|
+
"--httpPort",
|
|
143
|
+
"--idleTimeoutMs",
|
|
144
|
+
"--indexCheck",
|
|
145
|
+
"--logPath",
|
|
146
|
+
"--loggers",
|
|
147
|
+
"--maxBytesPerQuery",
|
|
148
|
+
"--maxDocumentsPerQuery",
|
|
149
|
+
"--notificationTimeoutMs",
|
|
150
|
+
"--previewFeatures",
|
|
151
|
+
"--readOnly",
|
|
152
|
+
"--telemetry",
|
|
153
|
+
"--transport",
|
|
154
|
+
"--vectorSearchDimensions",
|
|
155
|
+
"--vectorSearchSimilarityFunction",
|
|
156
|
+
"--voyageApiKey"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"name": "Supabase MCP",
|
|
3
4
|
"packageName": "@supabase/mcp-server-supabase",
|
|
4
|
-
"description": "
|
|
5
|
+
"description": "MCP server for interacting with the Supabase platform",
|
|
5
6
|
"url": "https://github.com/supabase-community/supabase-mcp",
|
|
6
7
|
"runtime": "node",
|
|
7
8
|
"license": "unknown",
|
|
8
|
-
"env": {
|
|
9
|
-
|
|
9
|
+
"env": {
|
|
10
|
+
"SUPABASE_ACCESS_TOKEN": {
|
|
11
|
+
"description": "Personal access token for Supabase API",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"remotes": [
|
|
16
|
+
{
|
|
17
|
+
"type": "streamable-http",
|
|
18
|
+
"url": "https://mcp.supabase.com/mcp",
|
|
19
|
+
"auth": {
|
|
20
|
+
"type": "oauth2"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
|
10
24
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "postman/postman-mcp-server",
|
|
4
|
+
"description": "A basic MCP server to operate on the Postman API.",
|
|
5
|
+
"url": "https://github.com/postmanlabs/postman-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "apache-2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"POSTMAN_API_KEY": {
|
|
10
|
+
"description": "A valid Postman API key.",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"remotes": [
|
|
15
|
+
{
|
|
16
|
+
"type": "streamable-http",
|
|
17
|
+
"url": "https://mcp.postman.com/mcp"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "streamable-http",
|
|
21
|
+
"url": "https://mcp.eu.postman.com/mcp"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@sveltejs/mcp",
|
|
4
|
+
"description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development",
|
|
5
|
+
"url": "https://github.com/sveltejs/mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "unknown",
|
|
8
|
+
"remotes": [
|
|
9
|
+
{
|
|
10
|
+
"type": "streamable-http",
|
|
11
|
+
"url": "https://mcp.svelte.dev/mcp"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"
|
|
4
|
-
"packageName": "@paypal/
|
|
5
|
-
"description": "
|
|
6
|
-
"url": "https://github.com/paypal/
|
|
3
|
+
"name": "Paypal MCP Server",
|
|
4
|
+
"packageName": "@paypal/mcp",
|
|
5
|
+
"description": "A command line tool for setting up PayPal MCP server",
|
|
6
|
+
"url": "https://github.com/paypal/paypal-mcp-server",
|
|
7
7
|
"runtime": "node",
|
|
8
|
-
"license": "
|
|
8
|
+
"license": "unknown",
|
|
9
9
|
"env": {
|
|
10
10
|
"PAYPAL_ACCESS_TOKEN": {
|
|
11
|
-
"description": "YOUR_PAYPAL_ACCESS_TOKEN",
|
|
11
|
+
"description": "YOUR_PAYPAL_ACCESS_TOKEN ref: https://docs.paypal.ai/developer/how-to/api/get-started ",
|
|
12
12
|
"required": true
|
|
13
13
|
},
|
|
14
14
|
"PAYPAL_ENVIRONMENT": {
|
|
15
|
-
"description": "SANDBOX",
|
|
15
|
+
"description": "'SANDBOX' or 'LIVE'",
|
|
16
16
|
"required": true
|
|
17
17
|
}
|
|
18
|
-
}
|
|
19
|
-
"name": "PayPal MCP"
|
|
18
|
+
}
|
|
20
19
|
}
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
"type": "mcp-server",
|
|
3
3
|
"packageName": "@paypal/mcp",
|
|
4
4
|
"description": "AI agent integration with PayPal services.",
|
|
5
|
-
"url": "https://github.com/paypal/
|
|
5
|
+
"url": "https://github.com/paypal/paypal-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
7
7
|
"license": "unknown",
|
|
8
|
+
"binArgs": ["--tools=all"],
|
|
8
9
|
"env": {
|
|
9
10
|
"PAYPAL_ACCESS_TOKEN": {
|
|
10
11
|
"description": "YOUR_PAYPAL_ACCESS_TOKEN",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1831523218831634432/dtvuvsNM_400x400.jpg",
|
|
4
|
+
"packageName": "@paypal/agent-toolkit",
|
|
5
|
+
"description": "The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling.",
|
|
6
|
+
"url": "https://github.com/paypal/agent-toolkit",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"env": {
|
|
10
|
+
"PAYPAL_ACCESS_TOKEN": {
|
|
11
|
+
"description": "YOUR_PAYPAL_ACCESS_TOKEN",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"PAYPAL_ENVIRONMENT": {
|
|
15
|
+
"description": "SANDBOX",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "PayPal Agent ToolKit"
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@mapbox/mcp-server",
|
|
4
|
+
"description": "Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.",
|
|
5
|
+
"url": "https://github.com/mapbox/mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"binArgs": ["--disable-mcp-ui"],
|
|
9
|
+
"env": {
|
|
10
|
+
"MAPBOX_ACCESS_TOKEN": {
|
|
11
|
+
"description": "Your Mapbox access token",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|