@toolsdk.ai/registry 1.0.137 β 1.0.139
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 +20 -10
- package/dist/shared/utils/package-util.js +10 -1
- package/indexes/categories-list.json +6 -0
- package/indexes/packages-list.json +101 -0
- package/package.json +2 -3
- package/packages/developer-tools/github-mcp-server.json +19 -0
- package/packages/marketing/tiktok-ads-mcp-server.json +28 -0
- package/packages/uncategorized/toolsdk-remote-ai-exa-exa.json +18 -0
- package/packages/uncategorized/toolsdk-remote-explorium-mcp.json +15 -0
- package/packages/uncategorized/toolsdk-remote-klavis-strata.json +15 -0
- package/packages/uncategorized/toolsdk-remote-packmind-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-4116-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 4116+ Tools</b></a>
|
|
23
23
|
β’
|
|
24
24
|
<a href="#quick-start">π³ <b>Self-hosted</b></a>
|
|
25
25
|
β’
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
- π I want to **deploy an MCP Gateway** β [Deployment Guide](#deploy-enterprise-gateway-recommended)
|
|
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 4116+ 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)
|
|
48
49
|
|
|
49
50
|
## Getting Started
|
|
50
51
|
|
|
@@ -62,14 +63,15 @@ Start the registry immediately with default settings:
|
|
|
62
63
|
docker compose up -d
|
|
63
64
|
```
|
|
64
65
|
|
|
65
|
-
>
|
|
66
|
+
> [!TIP]
|
|
67
|
+
> **Did this save you time?** Give us a [**Star on GitHub**](https://github.com/toolsdk-ai/toolsdk-mcp-registry) β it helps others discover this registry!
|
|
66
68
|
|
|
67
69
|
**Configuration:**
|
|
68
70
|
- Set `MCP_SANDBOX_PROVIDER=LOCAL` in `.env` file if you want to disable the sandbox (not recommended for production).
|
|
69
71
|
- *See [Configuration Guide](./docs/DEVELOPMENT.md) for full details.*
|
|
70
72
|
|
|
71
|
-
>
|
|
72
|
-
> This registry contains
|
|
73
|
+
> [!TIP]
|
|
74
|
+
> **Tip for Private Deployment**: This registry contains 4116+ public MCP servers. If you only need a specific subset for your private environment, you can prune the `packages/` directory.
|
|
73
75
|
> π See [Package Management Guide](./docs/DEVELOPMENT.md#5--package-management-for-private-deployment) for details.
|
|
74
76
|
|
|
75
77
|
That's it! Your self-hosted MCP registry is now running with:
|
|
@@ -81,7 +83,7 @@ That's it! Your self-hosted MCP registry is now running with:
|
|
|
81
83
|
|
|
82
84
|
- π **Local Web Interface**: http://localhost:3003
|
|
83
85
|
- π **Swagger API Docs**: http://localhost:3003/swagger
|
|
84
|
-
- π **Search & Execute**
|
|
86
|
+
- π **Search & Execute** 4116+ MCP Servers remotely
|
|
85
87
|
- π€ **Integrate** with your AI agents, chatbots, and LLM applications
|
|
86
88
|
|
|
87
89
|
#### π Remote Tool Execution Example
|
|
@@ -215,7 +217,7 @@ graph TD
|
|
|
215
217
|
|
|
216
218
|
This open-source project provides:
|
|
217
219
|
|
|
218
|
-
- **Structured Registry** -
|
|
220
|
+
- **Structured Registry** - 4116+ MCP servers with metadata
|
|
219
221
|
- **Unified Gateway** - HTTP API to query and execute tools remotely
|
|
220
222
|
- **Auto-Generated Docs** - Always up-to-date README and API documentation
|
|
221
223
|
|
|
@@ -281,11 +283,12 @@ Your MCP server will be:
|
|
|
281
283
|
|
|
282
284
|
## MCP Servers Directory
|
|
283
285
|
|
|
284
|
-
**
|
|
286
|
+
**4116+ AI Agent Tools, LLM Integrations & Automation Servers**
|
|
285
287
|
|
|
288
|
+
> [!NOTE]
|
|
286
289
|
> β **Featured below**: Hand-picked, production-ready MCP servers verified by our team.
|
|
287
290
|
>
|
|
288
|
-
> π **Looking for all
|
|
291
|
+
> π **Looking for all 4116+ servers?** Check out [**All MCP Servers**](./docs/ALL-MCP-SERVERS.md) for the complete list.
|
|
289
292
|
|
|
290
293
|
Browse by category: Developer Tools, AI Agents, Databases, Cloud Platforms, APIs, and more!
|
|
291
294
|
|
|
@@ -306,6 +309,12 @@ Tools that havenβt been sorted into a category yet. AI will categorize it late
|
|
|
306
309
|
- [β
@moralisweb3/api-mcp-server](https://github.com/moralisweb3/moralis-mcp-server): Integrates with Moralis Web3 API to enable blockchain data access, token analysis, and smart contract interactions without requiring deep Web3 development knowledge (93 tools) (node)
|
|
307
310
|
- [β
@mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai): Generate text using OpenAI's language models. (1 tools) (node)
|
|
308
311
|
- [β
@noditlabs/nodit-mcp-server](https://github.com/noditlabs/nodit-mcp-server): Provides blockchain context through Nodit's APIs, enabling real-time interaction with multiple protocols including Ethereum, Polygon, and Aptos for token information and on-chain activity analysis. (9 tools) (node)
|
|
312
|
+
- [β
@toolsdk-remote/exa](https://github.com/exa-labs/exa-mcp-server): Fast, intelligent web search and web crawling.
|
|
313
|
+
|
|
314
|
+
New mcp tool: Exa-code is a context tool for coding (1 tools) (node)
|
|
315
|
+
- [β
@toolsdk-remote/explorium-mcp](https://github.com/explorium-ai/mcp-explorium): Access live company and contact data from Explorium's AgentSource B2B platform. (1 tools) (node)
|
|
316
|
+
- [β
@toolsdk-remote/klavis-strata](https://github.com/Klavis-AI/klavis): MCP server for progressive tool usage at any scale (see https://klavis.ai) (1 tools) (node)
|
|
317
|
+
- [β
@toolsdk-remote/packmind-mcp-server](https://github.com/PackmindHub/packmind): Packmind captures, scales, and enforces your organization's technical decisions. (1 tools) (node)
|
|
309
318
|
- [β
@toolsdk.ai/mixpanel-mcp-server](https://github.com/moonbirdai/mixpanel-mcp-server): A Model Context Protocol (MCP) server for integrating Mixpanel analytics into AI workflows. This server allows AI assistants like Claude to track events, page views, user signups, and update user profiles in Mixpanel. (4 tools) (node)
|
|
310
319
|
- [β
base-network-mcp-server](https://github.com/fakepixels/base-mcp-server): Provides a bridge to the Base blockchain network for wallet management, balance checking, and transaction execution through natural language commands, eliminating the need to manage technical blockchain details. (4 tools) (node)
|
|
311
320
|
- [β
etherscan-mcp](https://github.com/xiaok/etherscan-mcp): Provides a bridge to the Etherscan API for querying Ethereum blockchain data including account balances, transactions, contracts, tokens, gas metrics, and network statistics. (6 tools) (node)
|
|
@@ -933,6 +942,7 @@ Create and edit marketing content, manage metadata, and refine product positioni
|
|
|
933
942
|
- [β
instagram-engagement-mcp](https://github.com/bob-lance/instagram-engagement-mcp): Enables detailed Instagram interaction analysis by processing comments, user profiles, and post metrics to extract demographic insights and identify potential marketing leads through a private API integration. (5 tools) (node)
|
|
934
943
|
- [β
linkedin-mcp-runner](https://github.com/ertiqah/linkedin-mcp-runner): Integrates with LinkedIn to have post access, scheduling, and voice-tuned generation using LiGo's API. (10 tools) (node)
|
|
935
944
|
- [β
smartlead-mcp-by-leadmagic](https://github.com/leadmagic/smartlead-mcp-server): Integrates with SmartLead's cold email outreach platform to manage campaigns, leads, email accounts, and analytics with smart tool loading that categorizes 113+ tools into essential, advanced, and administrative tiers for streamlined email automation workflows. (50 tools) (node)
|
|
945
|
+
- [β
tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server): TikTok Ads MCP Server β Model Context Protocol Server for TikTok Ads Marketing API Integration (11 tools) (python)
|
|
936
946
|
|
|
937
947
|
</details>
|
|
938
948
|
|
|
@@ -30,7 +30,16 @@ export function updatePackageJsonDependencies({ packageDeps, enableValidation =
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
|
-
|
|
33
|
+
// Filter out remote MCP placeholders that should not be installed from npm
|
|
34
|
+
const filteredDeps = {};
|
|
35
|
+
for (const [name, ver] of Object.entries(packageDeps)) {
|
|
36
|
+
if (name.startsWith("@toolsdk-remote/")) {
|
|
37
|
+
// skip remote MCP entries that are only registry metadata
|
|
38
|
+
continue;
|
|
39
|
+
}
|
|
40
|
+
filteredDeps[name] = ver;
|
|
41
|
+
}
|
|
42
|
+
Object.assign(newDeps, filteredDeps);
|
|
34
43
|
}
|
|
35
44
|
const packageJSON = JSON.parse(packageJSONStr);
|
|
36
45
|
packageJSON.dependencies = newDeps;
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"web3-blockchain-interface",
|
|
35
35
|
"spotr-exercise-library",
|
|
36
36
|
"wordpress-server",
|
|
37
|
+
"@toolsdk-remote/packmind-mcp-server",
|
|
37
38
|
"@pinkpixel/blabber-mcp",
|
|
38
39
|
"selector-ai",
|
|
39
40
|
"figma-mcp-pro",
|
|
@@ -45,6 +46,8 @@
|
|
|
45
46
|
"thirdweb-mcp",
|
|
46
47
|
"yolo-computer-vision",
|
|
47
48
|
"ton-access",
|
|
49
|
+
"@toolsdk-remote/explorium-mcp",
|
|
50
|
+
"@toolsdk-remote/klavis-strata",
|
|
48
51
|
"videodb-director-mcp",
|
|
49
52
|
"@f2c/mcp",
|
|
50
53
|
"sentiment-sarcasm-analyzer",
|
|
@@ -105,6 +108,7 @@
|
|
|
105
108
|
"@mshaaban0/contentful-delivery-mcp-server",
|
|
106
109
|
"plausible-analytics",
|
|
107
110
|
"image-processor",
|
|
111
|
+
"@toolsdk-remote/exa",
|
|
108
112
|
"healthcare-data-hub",
|
|
109
113
|
"synthcal-(supabase-calendar)",
|
|
110
114
|
"base-network-mcp-server",
|
|
@@ -1677,6 +1681,7 @@
|
|
|
1677
1681
|
"buildkite-mcp-server",
|
|
1678
1682
|
"developer-documentation",
|
|
1679
1683
|
"mcp-api-documentation-system",
|
|
1684
|
+
"github-mcp-server",
|
|
1680
1685
|
"shadcn-ui",
|
|
1681
1686
|
"@heilgar/shadcn-ui-mcp-server",
|
|
1682
1687
|
"jnews-mcp-server",
|
|
@@ -2840,6 +2845,7 @@
|
|
|
2840
2845
|
"@marketplaceadpros/amazon-ads-mcp-server",
|
|
2841
2846
|
"typefully",
|
|
2842
2847
|
"@triplewhale/mcp-server-triplewhale",
|
|
2848
|
+
"tiktok-ads-mcp-server",
|
|
2843
2849
|
"facebook-ads",
|
|
2844
2850
|
"@ashdev/discourse-mcp-server",
|
|
2845
2851
|
"instagram-engagement-mcp",
|
|
@@ -47492,5 +47492,106 @@
|
|
|
47492
47492
|
"description": "List issues in a GitHub repository"
|
|
47493
47493
|
}
|
|
47494
47494
|
}
|
|
47495
|
+
},
|
|
47496
|
+
"github-mcp-server": {
|
|
47497
|
+
"category": "developer-tools",
|
|
47498
|
+
"path": "developer-tools/github-mcp-server.json",
|
|
47499
|
+
"validated": false,
|
|
47500
|
+
"tools": {}
|
|
47501
|
+
},
|
|
47502
|
+
"tiktok-ads-mcp-server": {
|
|
47503
|
+
"category": "marketing",
|
|
47504
|
+
"path": "marketing/tiktok-ads-mcp-server.json",
|
|
47505
|
+
"validated": true,
|
|
47506
|
+
"tools": {
|
|
47507
|
+
"pricing_status": {
|
|
47508
|
+
"name": "pricing_status",
|
|
47509
|
+
"description": "Check your current pricing plan and usage limits"
|
|
47510
|
+
},
|
|
47511
|
+
"tiktok_ads_login": {
|
|
47512
|
+
"name": "tiktok_ads_login",
|
|
47513
|
+
"description": "Start TikTok Ads OAuth authentication flow"
|
|
47514
|
+
},
|
|
47515
|
+
"tiktok_ads_complete_auth": {
|
|
47516
|
+
"name": "tiktok_ads_complete_auth",
|
|
47517
|
+
"description": "Complete OAuth authentication with authorization code"
|
|
47518
|
+
},
|
|
47519
|
+
"tiktok_ads_auth_status": {
|
|
47520
|
+
"name": "tiktok_ads_auth_status",
|
|
47521
|
+
"description": "Check current authentication status with TikTok Ads API"
|
|
47522
|
+
},
|
|
47523
|
+
"tiktok_ads_switch_ad_account": {
|
|
47524
|
+
"name": "tiktok_ads_switch_ad_account",
|
|
47525
|
+
"description": "Switch to a different advertiser account"
|
|
47526
|
+
},
|
|
47527
|
+
"tiktok_ads_get_campaigns": {
|
|
47528
|
+
"name": "tiktok_ads_get_campaigns",
|
|
47529
|
+
"description": "Retrieve all campaigns for the advertiser account"
|
|
47530
|
+
},
|
|
47531
|
+
"tiktok_ads_get_campaign_details": {
|
|
47532
|
+
"name": "tiktok_ads_get_campaign_details",
|
|
47533
|
+
"description": "Get detailed information about a specific campaign"
|
|
47534
|
+
},
|
|
47535
|
+
"tiktok_ads_get_adgroups": {
|
|
47536
|
+
"name": "tiktok_ads_get_adgroups",
|
|
47537
|
+
"description": "Retrieve ad groups for a campaign"
|
|
47538
|
+
},
|
|
47539
|
+
"tiktok_ads_get_campaign_performance": {
|
|
47540
|
+
"name": "tiktok_ads_get_campaign_performance",
|
|
47541
|
+
"description": "Get performance metrics for campaigns"
|
|
47542
|
+
},
|
|
47543
|
+
"tiktok_ads_get_adgroup_performance": {
|
|
47544
|
+
"name": "tiktok_ads_get_adgroup_performance",
|
|
47545
|
+
"description": "Get performance metrics for ad groups"
|
|
47546
|
+
},
|
|
47547
|
+
"tiktok_ads_get_audience_breakdown": {
|
|
47548
|
+
"name": "tiktok_ads_get_audience_breakdown",
|
|
47549
|
+
"description": "Get audience demographic breakdown with TikTok's dimension grouping rules"
|
|
47550
|
+
}
|
|
47551
|
+
}
|
|
47552
|
+
},
|
|
47553
|
+
"@toolsdk-remote/packmind-mcp-server": {
|
|
47554
|
+
"category": "uncategorized",
|
|
47555
|
+
"path": "uncategorized/toolsdk-remote-packmind-mcp-server.json",
|
|
47556
|
+
"validated": true,
|
|
47557
|
+
"tools": {
|
|
47558
|
+
"protected_tool": {
|
|
47559
|
+
"name": "protected_tool",
|
|
47560
|
+
"description": "This is a tool protected by oauth"
|
|
47561
|
+
}
|
|
47562
|
+
}
|
|
47563
|
+
},
|
|
47564
|
+
"@toolsdk-remote/explorium-mcp": {
|
|
47565
|
+
"category": "uncategorized",
|
|
47566
|
+
"path": "uncategorized/toolsdk-remote-explorium-mcp.json",
|
|
47567
|
+
"validated": true,
|
|
47568
|
+
"tools": {
|
|
47569
|
+
"protected_tool": {
|
|
47570
|
+
"name": "protected_tool",
|
|
47571
|
+
"description": "This is a tool protected by oauth"
|
|
47572
|
+
}
|
|
47573
|
+
}
|
|
47574
|
+
},
|
|
47575
|
+
"@toolsdk-remote/klavis-strata": {
|
|
47576
|
+
"category": "uncategorized",
|
|
47577
|
+
"path": "uncategorized/toolsdk-remote-klavis-strata.json",
|
|
47578
|
+
"validated": true,
|
|
47579
|
+
"tools": {
|
|
47580
|
+
"protected_tool": {
|
|
47581
|
+
"name": "protected_tool",
|
|
47582
|
+
"description": "This is a tool protected by oauth"
|
|
47583
|
+
}
|
|
47584
|
+
}
|
|
47585
|
+
},
|
|
47586
|
+
"@toolsdk-remote/exa": {
|
|
47587
|
+
"category": "uncategorized",
|
|
47588
|
+
"path": "uncategorized/toolsdk-remote-ai-exa-exa.json",
|
|
47589
|
+
"validated": true,
|
|
47590
|
+
"tools": {
|
|
47591
|
+
"protected_tool": {
|
|
47592
|
+
"name": "protected_tool",
|
|
47593
|
+
"description": "This is a tool protected by oauth"
|
|
47594
|
+
}
|
|
47595
|
+
}
|
|
47495
47596
|
}
|
|
47496
47597
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.139",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"edgeone-pages-mcp": "0.0.14",
|
|
415
415
|
"esa-mcp-server": "0.1.1",
|
|
416
416
|
"etherscan-mcp": "1.0.4",
|
|
417
|
-
"exa-mcp-server": "
|
|
417
|
+
"exa-mcp-server": "3.1.3",
|
|
418
418
|
"excel-to-pdf-mcp": "1.0.1",
|
|
419
419
|
"fetch-mcp": "0.0.5",
|
|
420
420
|
"fetcher-mcp": "0.3.0",
|
|
@@ -436,7 +436,6 @@
|
|
|
436
436
|
"gistpad-mcp": "0.4.7",
|
|
437
437
|
"git-commands-mcp": "0.1.4",
|
|
438
438
|
"gitee-mcp-server": "0.1.1",
|
|
439
|
-
"github-mcp": "0.0.5",
|
|
440
439
|
"github-repo-mcp": "1.0.3",
|
|
441
440
|
"gologin-mcp": "0.0.9",
|
|
442
441
|
"google-cloud-mcp": "0.1.3",
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "github-mcp-server",
|
|
4
|
+
"description": "GitHub's official MCP Server",
|
|
5
|
+
"url": "https://github.com/github/github-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"remotes": [
|
|
10
|
+
{
|
|
11
|
+
"type": "streamable-http",
|
|
12
|
+
"url": "https://api.githubcopilot.com/mcp",
|
|
13
|
+
"auth": {
|
|
14
|
+
"type": "oauth2"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"name": "GitHub's official Remote MCP Server"
|
|
19
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "Ads MCP",
|
|
4
|
+
"packageName": "tiktok-ads-mcp-server",
|
|
5
|
+
"description": "TikTok Ads MCP Server β Model Context Protocol Server for TikTok Ads Marketing API Integration",
|
|
6
|
+
"url": "https://github.com/AdsMCP/tiktok-ads-mcp-server",
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"license": "mit",
|
|
9
|
+
"env": {
|
|
10
|
+
"TIKTOK_APP_ID": {
|
|
11
|
+
"description": "your_app_id",
|
|
12
|
+
"required": false
|
|
13
|
+
},
|
|
14
|
+
"TIKTOK_APP_SECRET": {
|
|
15
|
+
"description": "your_app_secret",
|
|
16
|
+
"required": false
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"remotes": [
|
|
20
|
+
{
|
|
21
|
+
"type": "streamable-http",
|
|
22
|
+
"url": "https://adsmcp.com/mcp",
|
|
23
|
+
"auth": {
|
|
24
|
+
"type": "oauth2"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@toolsdk-remote/exa",
|
|
4
|
+
"description": "Fast, intelligent web search and web crawling.\n\nNew mcp tool: Exa-code is a context tool for coding ",
|
|
5
|
+
"url": "https://github.com/exa-labs/exa-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"remotes": [
|
|
10
|
+
{
|
|
11
|
+
"type": "streamable-http",
|
|
12
|
+
"url": "https://mcp.exa.ai/mcp",
|
|
13
|
+
"auth": {
|
|
14
|
+
"type": "oauth2"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@toolsdk-remote/explorium-mcp",
|
|
4
|
+
"description": "Access live company and contact data from Explorium's AgentSource B2B platform.",
|
|
5
|
+
"url": "https://github.com/explorium-ai/mcp-explorium",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "unknown",
|
|
8
|
+
"env": {},
|
|
9
|
+
"remotes": [
|
|
10
|
+
{
|
|
11
|
+
"type": "streamable-http",
|
|
12
|
+
"url": "https://mcp-github-registry.explorium.ai/mcp"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@toolsdk-remote/klavis-strata",
|
|
4
|
+
"description": "MCP server for progressive tool usage at any scale (see https://klavis.ai)",
|
|
5
|
+
"url": "https://github.com/Klavis-AI/klavis",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "unknown",
|
|
8
|
+
"env": {},
|
|
9
|
+
"remotes": [
|
|
10
|
+
{
|
|
11
|
+
"type": "streamable-http",
|
|
12
|
+
"url": "https://strata.klavis.ai/mcp/"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@toolsdk-remote/packmind-mcp-server",
|
|
4
|
+
"description": "Packmind captures, scales, and enforces your organization's technical decisions.",
|
|
5
|
+
"url": "https://github.com/PackmindHub/packmind",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "unknown",
|
|
8
|
+
"env": {},
|
|
9
|
+
"remotes": [
|
|
10
|
+
{
|
|
11
|
+
"type": "streamable-http",
|
|
12
|
+
"url": "https://app.packmind.ai/mcp"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}
|