@toolsdk.ai/registry 1.0.66 → 1.0.71

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.
Files changed (25) hide show
  1. package/README.md +22 -22
  2. package/indexes/categories-list.json +17 -17
  3. package/indexes/packages-list.json +1314 -399
  4. package/package.json +1 -1
  5. package/packages/art-and-culture/mcp-server-stability-ai.json +2 -0
  6. package/packages/browser-automation/exa-mcp-server.json +1 -0
  7. package/packages/browser-automation/executeautomation-playwright-mcp-server.json +1 -0
  8. package/packages/browser-automation/hyperbrowser-mcp.json +1 -0
  9. package/packages/browser-automation/tavily-mcp.json +1 -0
  10. package/packages/communication/enescinar-twitter-mcp.json +2 -0
  11. package/packages/communication/modelcontextprotocol-server-slack.json +2 -1
  12. package/packages/knowledge-memory/modelcontextprotocol-server-memory.json +2 -1
  13. package/packages/location-services/modelcontextprotocol-server-google-maps.json +3 -1
  14. package/packages/monitoring/raygun.io-mcp-server-raygun.json +1 -0
  15. package/packages/other-tools-and-integrations/chargebee-mcp.json +1 -0
  16. package/packages/search-data-extraction/anaisbetts-mcp-youtube.json +2 -0
  17. package/packages/search-data-extraction/brave-search-mcp.json +2 -0
  18. package/packages/search-data-extraction/graphlit-mcp-server.json +1 -0
  19. package/packages/search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json +2 -0
  20. package/packages/search-data-extraction/modelcontextprotocol-server-brave-search.json +3 -1
  21. package/packages/version-control/modelcontextprotocol-server-github.json +1 -1
  22. package/packages/version-control/modelcontextprotocol-server-gitlab.json +3 -1
  23. package/packages/browser-automation/mcp-server-serper +0 -14
  24. package/packages/coding-agents/context7-mcp +0 -8
  25. package/packages/finance-fintech/coinmarketcap-mcp +0 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.66",
3
+ "version": "1.0.71",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "exports": {
6
6
  "./config/*": "./config/*",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Stability AI",
4
+ "logo": "https://github.com/tadasant/mcp-server-stability-ai/raw/main/images/mcp-server-stability-ai-logo.png",
3
5
  "packageName": "mcp-server-stability-ai",
4
6
  "description": "Integrates Stability AI's image generation and manipulation capabilities for editing, upscaling, and more via Stable Diffusion models.",
5
7
  "url": "https://github.com/tadasant/mcp-server-stability-ai",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Exa AI Search",
3
4
  "packageName": "exa-mcp-server",
4
5
  "description": "A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.",
5
6
  "url": "https://github.com/exa-labs/exa-mcp-server",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Playwright",
3
4
  "packageName": "@executeautomation/playwright-mcp-server",
4
5
  "description": "Automate web browsers for testing, scraping, and visual analysis.",
5
6
  "url": "https://github.com/executeautomation/mcp-playwright",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Hyperbrowser",
3
4
  "packageName": "hyperbrowser-mcp",
4
5
  "description": "Enables web browsing capabilities through tools for content extraction, link following, and browser automation with customizable parameters for scraping, data collection, and web crawling tasks.",
5
6
  "url": "https://github.com/hyperbrowserai/mcp",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Tavily MCP",
3
4
  "packageName": "tavily-mcp",
4
5
  "description": "Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction.",
5
6
  "url": "https://github.com/tavily-ai/tavily-mcp/tree/main",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Twitter",
4
+ "logo": "https://icons.duckduckgo.com/ip3/developer.x.com.ico",
3
5
  "packageName": "@enescinar/twitter-mcp",
4
6
  "description": "Interact with X (Twitter) by posting tweets and searching for tweets through the X API.",
5
7
  "url": "https://github.com/enescinr/twitter-mcp",
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "type": "mcp-server",
3
3
  "packageName": "@modelcontextprotocol/server-slack",
4
+ "name": "Slack",
4
5
  "description": "MCP server for interacting with Slack",
5
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/slack",
6
+ "url": "https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack",
6
7
  "runtime": "node",
7
8
  "license": "MIT",
8
9
  "env": {
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Memory",
3
4
  "packageName": "@modelcontextprotocol/server-memory",
4
5
  "description": "MCP server for enabling memory for Claude through a knowledge graph",
5
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/memory",
6
+ "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
6
7
  "runtime": "node",
7
8
  "license": "MIT",
8
9
  "env": {}
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Google Maps",
4
+ "logo": "https://www.gstatic.com/marketing-cms/assets/images/0f/9a/58f1d92b46069b4a8bdc556b612c/google-maps.webp=s128-fcrop64=1,00000000ffffffff-rw",
3
5
  "packageName": "@modelcontextprotocol/server-google-maps",
4
6
  "description": "MCP server for using the Google Maps API",
5
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps",
7
+ "url": "https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps",
6
8
  "runtime": "node",
7
9
  "license": "MIT",
8
10
  "env": {
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Raygun",
3
4
  "packageName": "@raygun.io/mcp-server-raygun",
4
5
  "description": "MCP server for interacting with Raygun's API for crash reporting and real user monitoring metrics",
5
6
  "url": "https://github.com/MindscapeHQ/mcp-server-raygun",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Chargebee",
3
4
  "packageName": "@chargebee/mcp",
4
5
  "description": "MCP Server that connects AI agents to Chargebee platform.",
5
6
  "url": "https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "YouTube Subtitles",
4
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/512px-YouTube_full-color_icon_%282017%29.svg.png?20240107144800",
3
5
  "packageName": "@anaisbetts/mcp-youtube",
4
6
  "description": "Extract and analyze video subtitle data for content understanding.",
5
7
  "url": "https://github.com/anaisbetts/mcp-youtube",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Brave Search",
4
+ "logo":"https://cdn.search.brave.com/serp/v3/_app/immutable/assets/brave-logo-small.1fMdoHsa.svg",
3
5
  "packageName": "brave-search-mcp",
4
6
  "description": "An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Video Search, Image Search and News Search capabilities",
5
7
  "url": "https://github.com/mikechao/brave-search-mcp",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Graphlit",
3
4
  "packageName": "graphlit-mcp-server",
4
5
  "description": "Graphlit MCP Server for AI, RAG, OpenAI, PDF parsing and preprocessing",
5
6
  "url": "https://github.com/graphlit/graphlit-mcp-server",
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "YouTube Transcript",
4
+ "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/512px-YouTube_full-color_icon_%282017%29.svg.png?20240107144800",
3
5
  "packageName": "@kimtaeyoon83/mcp-server-youtube-transcript",
4
6
  "description": "Extract and analyze video captions and subtitles in multiple languages.",
5
7
  "url": "https://github.com/kimtaeyoon83/mcp-server-youtube-transcript",
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name":"Brave Search",
3
4
  "packageName": "@modelcontextprotocol/server-brave-search",
5
+ "logo":"https://cdn.search.brave.com/serp/v3/_app/immutable/assets/brave-logo-small.1fMdoHsa.svg",
4
6
  "description": "MCP server for Brave Search API integration",
5
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search",
7
+ "url": "https://github.com/modelcontextprotocol/servers-archived/tree/main/src/brave-search",
6
8
  "runtime": "node",
7
9
  "license": "MIT",
8
10
  "env": {
@@ -3,7 +3,7 @@
3
3
  "name": "Github",
4
4
  "packageName": "@modelcontextprotocol/server-github",
5
5
  "description": "MCP server for using the GitHub API",
6
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/github",
6
+ "url": "https://github.com/modelcontextprotocol/servers-archived/tree/main/src/github",
7
7
  "runtime": "node",
8
8
  "license": "MIT",
9
9
  "env": {
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "GitLab",
4
+ "logo": "https://qualified-production.s3.us-east-1.amazonaws.com/uploads/ba01b636da5e7119f9abb52966342366f1a4827966d7ff63fa776874146a2ab2.png",
3
5
  "packageName": "@modelcontextprotocol/server-gitlab",
4
6
  "description": "MCP server for using the GitLab API",
5
- "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab",
7
+ "url": "https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gitlab",
6
8
  "runtime": "node",
7
9
  "license": "MIT",
8
10
  "env": {
@@ -1,14 +0,0 @@
1
- {
2
- "type": "mcp-server",
3
- "packageName": "@marcopesani/mcp-server-serper",
4
- "description": "A TypeScript-based MCP server that provides web search and webpage scraping capabilities using the Serper API. This server integrates with Cursor, Cline, Claude Desktop, and any MCP-compatible client to enable powerful web search and content extraction features in one convenient package.",
5
- "url": "https://github.com/marcopesani/mcp-server-serper/tree/main/src",
6
- "runtime": "node",
7
- "license": "MIT",
8
- "env": {
9
- "SERPER_API_KEY": {
10
- "description": "Your Serper API key",
11
- "required": true
12
- }
13
- }
14
- }
@@ -1,8 +0,0 @@
1
- {
2
- "type": "mcp-server",
3
- "packageName": "@upstash/context7-mcp",
4
- "description": "Fetch up-to-date, version-specific documentation and code examples directly into your prompts. Enhance your coding experience by eliminating outdated information and hallucinated APIs. Simply add use context7 to your questions for accurate and relevant answers.",
5
- "url": "https://github.com/upstash/context7/tree/master/src/lib",
6
- "runtime": "node",
7
- "license": "MIT"
8
- }
@@ -1,18 +0,0 @@
1
- {
2
- "type": "mcp-server",
3
- "packageName": "@shinzo-labs/coinmarketcap-mcp",
4
- "description": "Access the complete CoinMarketCap API with 20+ basic endpoints and 50+ total, including cryptocurrency market data, exchange information, and other blockchain-related metrics.",
5
- "url": "https://github.com/shinzo-labs/coinmarketcap-mcp/tree/main/.github/scripts",
6
- "runtime": "node",
7
- "license": "MIT",
8
- "env": {
9
- "COINMARKETCAP_API_KEY": {
10
- "description": "your-key-here",
11
- "required": true
12
- },
13
- "SUBSCRIPTION_LEVEL": {
14
- "description": "Basic",
15
- "required": true
16
- }
17
- }
18
- }