@toolsdk.ai/registry 1.0.87 → 1.0.89

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 (40) hide show
  1. package/README.md +25 -9
  2. package/config/featured.mjs +59 -22
  3. package/indexes/categories-list.json +21 -5
  4. package/indexes/packages-list.json +126 -186
  5. package/package.json +1 -5
  6. package/packages/aggregators/n8n-workflow-builder-mcp.json +56 -0
  7. package/packages/aggregators/pinkpixel-mindbridge.json +2 -1
  8. package/packages/art-and-culture/huggingface-mcp-server.json +16 -0
  9. package/packages/communication/cal-com-calendar.json +9 -3
  10. package/packages/communication/cocal-google-calendar-mcp.json +16 -0
  11. package/packages/communication/cristip73-mcp-server-asana.json +2 -1
  12. package/packages/communication/enescinar-twitter-mcp.json +3 -2
  13. package/packages/communication/floriscornel-teams-mcp.json +2 -1
  14. package/packages/communication/google-calendar-mcp.json +1 -1
  15. package/packages/communication/instagram-engagement-mcp.json +20 -0
  16. package/packages/communication/kazuph-mcp-gmail-gas.json +1 -1
  17. package/packages/communication/mcp-discord.json +24 -0
  18. package/packages/communication/mcp-outlook.json +1 -1
  19. package/packages/communication/telegram-mcp.json +20 -0
  20. package/packages/communication/v4lheru-trello-mcp-server.json +20 -0
  21. package/packages/data-platforms/gsheets.json +1 -1
  22. package/packages/data-platforms/mcp-graphql-forge.json +20 -0
  23. package/packages/databases/airtable-mcp-server.json +3 -2
  24. package/packages/databases/kevinwatt-mysql-mcp.json +3 -2
  25. package/packages/databases/mcp-mongodb-atlas.json +4 -3
  26. package/packages/databases/mcp-postgres-server.json +5 -4
  27. package/packages/databases/redis-mcp.json +4 -3
  28. package/packages/file-systems/dbx-mcp-server.json +76 -0
  29. package/packages/finance-fintech/paypal-mcp-server.json +20 -0
  30. package/packages/finance-fintech/stripe-mcp.json +20 -0
  31. package/packages/knowledge-memory/notion-mcp.json +1 -1
  32. package/packages/marketing/facebook.json +1 -1
  33. package/packages/marketing/linkedin-mcp-server.json +20 -0
  34. package/packages/other-tools-and-integrations/google-docs-mcp-server.json +32 -0
  35. package/packages/other-tools-and-integrations/mcp-connect.json +28 -0
  36. package/packages/other-tools-and-integrations/mcp-google-forms.json +1 -1
  37. package/packages/other-tools-and-integrations/notionhq-notion-mcp-server.json +1 -0
  38. package/packages/support-service-management/cosmix-jira-mcp.json +28 -0
  39. package/packages/version-control/mcp-gitlab-server.json +20 -0
  40. package/packages/version-control/modelcontextprotocol-server-github.json +2 -1
@@ -0,0 +1,20 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1361722806694785027/UY7DlO0a_400x400.png",
4
+ "packageName": "@v4lheru/trello-mcp-server",
5
+ "description": "A Model Context Protocol (MCP) server that provides tools for interacting with the Trello API. Built on the Generic MCP Server Template.",
6
+ "url": "https://github.com/v4lheru/trello-mcp-server/tree/master/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "TRELLO_API_KEY": {
11
+ "description": "Your Trello API key",
12
+ "required": true
13
+ },
14
+ "TRELLO_TOKEN": {
15
+ "description": "Your Trello API token",
16
+ "required": true
17
+ }
18
+ },
19
+ "name": "Trello MCP Server"
20
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "mcp-server",
3
3
  "name": "Google Sheets MCP",
4
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Google_Sheets_2020_Logo.svg/120px-Google_Sheets_2020_Logo.svg.png",
4
+ "logo": "https://www.gstatic.com/marketing-cms/assets/images/6a/a3/2ecde2c245d5b9b88429cb47ee13/google-sheets.webp",
5
5
  "packageName": "@freema/mcp-gsheets",
6
6
  "description": "A Model Context Protocol (MCP) server for Google Sheets API integration. Enables reading, writing, and managing Google Sheets documents directly from your MCP client (e.g., Claude Desktop).",
7
7
  "url": "https://github.com/freema/mcp-gsheets",
@@ -0,0 +1,20 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo":"https://pbs.twimg.com/profile_images/618131103509909504/VQLBJ0TR_400x400.png",
4
+ "packageName": "@toolprint/mcp-graphql-forge",
5
+ "description": "MCP that can proxy any GraphQL API and expose graphql operations as mcp tools.",
6
+ "url": "https://github.com/toolprint/mcp-graphql-forge/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "Apache-2.0",
9
+ "env": {
10
+ "GRAPHQL_ENDPOINT": {
11
+ "description": "http://localhost:4000/graphql",
12
+ "required": true
13
+ },
14
+ "PGRAPHQL_AUTH_HEADER": {
15
+ "description": "Bearer your-token-here",
16
+ "required": true
17
+ }
18
+ },
19
+ "name": "MCP GraphQL Forge"
20
+ }
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "packageName": "airtable-mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1938725847902625797/tv1mK2jX_400x400.jpg",
4
+ "packageName": "@domdomegg/airtable-mcp-server",
4
5
  "description": "Provides read and write access to Airtable databases.",
5
6
  "url": "https://github.com/domdomegg/airtable-mcp-server",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {
9
10
  "AIRTABLE_API_KEY": {
10
11
  "description": "pat123.abc123",
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "logo": "hhttps://pbs.twimg.com/profile_images/1255113654049128448/J5Yt92WW_400x400.png",
3
4
  "packageName": "@kevinwatt/mysql-mcp",
4
5
  "description": "Provides secure MySQL database access for LLMs, enabling read/write operations with transaction support and security features for AI-assisted data management tasks.",
5
6
  "url": "https://github.com/kevinwatt/mysql-mcp",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {
9
10
  "MYSQL_HOST": {
10
11
  "description": "127.0.0.1",
@@ -27,5 +28,5 @@
27
28
  "required": true
28
29
  }
29
30
  },
30
- "name": "MySQL MCP"
31
+ "name": "MySQL MCP Server"
31
32
  }
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "packageName": "mcp-mongodb-atlas",
3
+ "logo": "https://pbs.twimg.com/profile_images/1452637606559326217/GFz_P-5e_400x400.png",
4
+ "packageName": "@mcp-mongodb-atlas",
4
5
  "description": "Integrates with MongoDB Atlas to enable creating and managing database resources including clusters, network access, users, and connection strings using TypeScript and the MongoDB Atlas API.",
5
6
  "url": "https://github.com/mongodb-developer/mcp-mongodb-atlas",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {
9
10
  "ATLAS_PUBLIC_KEY": {
10
11
  "description": "your-public-key",
@@ -15,5 +16,5 @@
15
16
  "required": true
16
17
  }
17
18
  },
18
- "name": "MongoDB Atlas MCP"
19
+ "name": "MongoDB Atlas MCP Server"
19
20
  }
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "packageName": "mcp-postgres-server",
3
+ "logo": "https://www.postgresql.org/media/img/about/press/elephant.png",
4
+ "packageName": "@mcp-postgres-server",
4
5
  "description": "Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles",
5
- "url": "https://github.com/antonorlov/mcp-postgres-server",
6
+ "url": "https://github.com/antonorlov/mcp-postgres-server/tree/main/src",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {
9
10
  "PG_HOST": {
10
11
  "description": "your_host",
@@ -27,5 +28,5 @@
27
28
  "required": true
28
29
  }
29
30
  },
30
- "name": "MCP Postgres Server"
31
+ "name": "MCP PostgreSQL Server"
31
32
  }
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "packageName": "redis-mcp",
3
+ "logo": "https://pbs.twimg.com/profile_images/1777412927425060864/kxNqq_Gc_400x400.jpg",
4
+ "packageName": "@farhankaz/redis-mcp",
4
5
  "description": "Bridge to Redis databases, enabling fast in-memory data operations for AI workflows.",
5
6
  "url": "https://github.com/farhankaz/redis-mcp",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {},
9
- "name": "Redis MCP"
10
+ "name": "Redis MCP Server"
10
11
  }
@@ -0,0 +1,76 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1412502625350676480/VEKgUKGn_400x400.png",
4
+ "packageName": "@amgadabdelhafez/dbx-mcp-server",
5
+ "description": "A Model Context Protocol (MCP) server that provides integration with Dropbox, allowing MCP-compatible clients to interact with Dropbox through a set of powerful tools.",
6
+ "url": "https://github.com/amgadabdelhafez/dbx-mcp-server/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "DROPBOX_APP_KEY": {
11
+ "description": "Your app key from the Dropbox App Console",
12
+ "required": true
13
+ },
14
+ "DROPBOX_APP_SECRET": {
15
+ "description": "Your app secret from the Dropbox App Console",
16
+ "required": true
17
+ },
18
+ "DROPBOX_REDIRECT_URI": {
19
+ "description": "OAuth redirect URI (e.g., http://localhost:3000/callback)",
20
+ "required": true
21
+ },
22
+ "DROPBOX_ACCESS_TOKEN": {
23
+ "description": "(Optional) Direct access token if not using OAuth flow",
24
+ "required": true
25
+ },
26
+ "TOKEN_ENCRYPTION_KEY": {
27
+ "description": "32+ character encryption key for token storage",
28
+ "required": true
29
+ },
30
+ "CORS_ALLOWED_ORIGINS": {
31
+ "description": "Comma-separated list of allowed CORS origins (e.g., http://localhost:3000)",
32
+ "required": true
33
+ },
34
+ "TOKEN_REFRESH_THRESHOLD_MINUTES": {
35
+ "description": "5",
36
+ "required": true
37
+ },
38
+ "MAX_TOKEN_REFRESH_RETRIES": {
39
+ "description": "3",
40
+ "required": true
41
+ },
42
+ "TOKEN_REFRESH_RETRY_DELAY_MS": {
43
+ "description": "1000",
44
+ "required": true
45
+ },
46
+ "LOG_LEVEL": {
47
+ "description": "info",
48
+ "required": true
49
+ },
50
+ "NODE_ENV=": {
51
+ "description": "development",
52
+ "required": true
53
+ },
54
+ "DBX_RECYCLE_BIN_PATH": {
55
+ "description": "/.recycle_bin",
56
+ "required": true
57
+ },
58
+ "DBX_MAX_DELETES_PER_DAY": {
59
+ "description": "100",
60
+ "required": true
61
+ },
62
+ "DBX_RETENTION_DAYS": {
63
+ "description": "30",
64
+ "required": true
65
+ },
66
+ "DBX_ALLOWED_PATHS": {
67
+ "description": "/",
68
+ "required": true
69
+ },
70
+ "DBX_BLOCKED_PATHS": {
71
+ "description": "/.recycle_bin,/.system",
72
+ "required": true
73
+ }
74
+ },
75
+ "name": "Dropbox MCP Server"
76
+ }
@@ -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/tree/main/modelcontextprotocol",
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 MCP"
20
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1618575477781807105/iDuRlqTe_400x400.jpg",
4
+ "packageName": "@stripe/agent-toolkit/tree/main/modelcontextprotocol",
5
+ "description": "The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling.",
6
+ "url": "https://github.com/stripe/agent-toolkit/tree/main/modelcontextprotocol",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "YOUR_STRIPE_SECRET_KEY": {
11
+ "description": "your actual Stripe secret key",
12
+ "required": true
13
+ },
14
+ "CONNECTED_ACCOUNT_ID": {
15
+ "description": "Stripe connected account",
16
+ "required": true
17
+ }
18
+ },
19
+ "name": "Stripe MCP"
20
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Notion-logo.svg/1024px-Notion-logo.svg.png",
3
+ "logo": "https://pbs.twimg.com/profile_images/1903224093476077568/OCclsw4c_400x400.jpg",
4
4
  "packageName": "@makenotion/notion-mcp-server",
5
5
  "description": "This project implements an MCP server for the Notion API. ",
6
6
  "url": "https://github.com/makenotion/notion-mcp-server",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/2023_Facebook_icon.svg/1024px-2023_Facebook_icon.svg.png",
3
+ "logo": "https://pbs.twimg.com/profile_images/1704525466651033600/lSj99dbT_400x400.jpg",
4
4
  "packageName": "@Tisik79/MCP-Facebook",
5
5
  "description": "This project provides a Model Context Protocol (MCP) server designed to interact with the Facebook Marketing API, allowing AI assistants like Claude to manage and analyze Facebook ad campaigns, ad sets, audiences, and more.",
6
6
  "url": "https://github.com/Tisik79/MCP-Facebook/tree/main/src",
@@ -0,0 +1,20 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1661161645857710081/6WtDIesg_400x400.png",
4
+ "packageName": "@Dishant27/linkedin-mcp-server",
5
+ "description": "Revolutionizing LinkedIn API Interactions.",
6
+ "url": "https://github.com/Dishant27/linkedin-mcp-server/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "LINKEDIN_CLIENT_ID": {
11
+ "description": "your_client_id",
12
+ "required": true
13
+ },
14
+ "LINKEDIN_CLIENT_SECRET": {
15
+ "description": "your_client_secret",
16
+ "required": true
17
+ }
18
+ },
19
+ "name": "LinkedIn MCP"
20
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://www.gstatic.com/marketing-cms/assets/images/43/09/e8c725b745a6a588b1f27e51a4a1/google-docs.webp",
4
+ "packageName": "@lkm1developer/google-docs-mcp-server",
5
+ "description": "A powerful Model Context Protocol (MCP) server implementation for seamless Google Docs API integration, enabling AI assistants to create, read, update, and manage Google Docs.",
6
+ "url": "https://github.com/lkm1developer/google-docs-mcp-server/tree/master/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "GOOGLE_CLOUD_PROJECT_ID": {
11
+ "description": "your-project-id",
12
+ "required": true
13
+ },
14
+ "GOOGLE_API_KEY": {
15
+ "description": "your-api-key",
16
+ "required": true
17
+ },
18
+ "CLIENT_ID": {
19
+ "description": "your-oauth-client-id",
20
+ "required": true
21
+ },
22
+ "CLIENT_SECRET": {
23
+ "description": "your-oauth-client-secret",
24
+ "required": true
25
+ },
26
+ "REFRESH_TOKEN": {
27
+ "description": "your-oauth-refresh-token",
28
+ "required": true
29
+ }
30
+ },
31
+ "name": "Google Docs MCP Server"
32
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo":"https://avatars.githubusercontent.com/u/157576929?s=480&v=4",
4
+ "packageName": "@EvalsOne/mcp-connect",
5
+ "description": "Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests",
6
+ "url": "https://github.com/EvalsOne/MCP-connect/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "AUTH_TOKEN": {
11
+ "description": "Authentication token for the bridge API (Optional)",
12
+ "required": true
13
+ },
14
+ "PORT": {
15
+ "description": "3000",
16
+ "required": true
17
+ },
18
+ "LOG_LEVEL": {
19
+ "description": "info",
20
+ "required": true
21
+ },
22
+ "NGROK_AUTH_TOKEN": {
23
+ "description": " Ngrok auth token (Optional)",
24
+ "required": true
25
+ }
26
+ },
27
+ "name": "MCP Connect"
28
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
- "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Google_Forms_2020_Logo.svg/800px-Google_Forms_2020_Logo.svg.png",
3
+ "logo": "https://www.gstatic.com/marketing-cms/assets/images/50/7a/8c35784d4710bcf02c439413c7e2/google-forms.webp",
4
4
  "packageName": "@masatoshi118/mcp_google_froms",
5
5
  "description": "This MCP server uses the Google Forms API to provide functions such as form creation, editing, and response retrieval.",
6
6
  "url": "https://github.com/masatoshi118/mcp_google_froms/tree/main/src",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1903224093476077568/OCclsw4c_400x400.jpg",
3
4
  "packageName": "@notionhq/notion-mcp-server",
4
5
  "description": "Bridges to the Notion API for searching content, querying databases, and managing pages and comments without requiring complex API interaction code",
5
6
  "url": "https://github.com/makenotion/notion-mcp-server",
@@ -0,0 +1,28 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1785701767357120512/d0vRt0Gk_400x400.png",
4
+ "packageName": "@cosmix/jira-mcp",
5
+ "description": "A Model Context Protocol (MCP) server implementation that provides access to JIRA data with relationship tracking, optimized data payloads, and data cleaning for AI context windows.",
6
+ "url": "https://github.com/cosmix/jira-mcp/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "JIRA_API_TOKEN": {
11
+ "description": "your_api_token",
12
+ "required": true
13
+ },
14
+ "JIRA_BASE_URL": {
15
+ "description": "your_jira_instance_url",
16
+ "required": true
17
+ },
18
+ "JIRA_USER_EMAIL": {
19
+ "description": "your_email",
20
+ "required": true
21
+ },
22
+ "JIRA_TYPE": {
23
+ "description": "cloud",
24
+ "required": true
25
+ }
26
+ },
27
+ "name": "JIRA MCP Server"
28
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "logo": "https://github.com/yoda-digital/mcp-gitlab-server/raw/main/assets/repo-logo.png",
4
+ "packageName": "@yoda-digital/mcp-gitlab-server",
5
+ "description": "A powerful Model Context Protocol (MCP) server for GitLab integration, enabling AI assistants to interact with your GitLab resources.",
6
+ "url": "https://github.com/yoda-digital/mcp-gitlab-server/tree/main/src",
7
+ "runtime": "node",
8
+ "license": "MIT",
9
+ "env": {
10
+ "GITLAB_PERSONAL_ACCESS_TOKEN": {
11
+ "description": "your_token_here",
12
+ "required": true
13
+ },
14
+ "GITLAB_API_URL": {
15
+ "description": "https://gitlab.com/api/v4",
16
+ "required": true
17
+ }
18
+ },
19
+ "name": "GitLab MCP Server"
20
+ }
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "logo": "https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_400x400.png",
3
4
  "packageName": "@modelcontextprotocol/server-github",
4
5
  "description": "Manage repositories, issues, and search code via GitHub API.",
5
6
  "url": "https://github.com/modelcontextprotocol/servers-archived/tree/HEAD/src/github",
6
7
  "runtime": "node",
7
- "license": "unknown",
8
+ "license": "MIT",
8
9
  "env": {
9
10
  "GITHUB_PERSONAL_ACCESS_TOKEN": {
10
11
  "description": "<YOUR_TOKEN>",