-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
197 lines (172 loc) · 5.17 KB
/
marketplace.json
File metadata and controls
197 lines (172 loc) · 5.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"$schema": "https://docs.claude.com/schemas/marketplace.json",
"schemaVersion": 1,
"marketplaceMetadata": {
"name": "MCP Code Execution Marketplace",
"displayName": "MCP Code Execution",
"description": "Official marketplace for MCP Code Execution plugins and skills",
"type": "official",
"maintainer": {
"name": "Anthropic",
"email": "plugins@anthropic.com",
"url": "https://www.anthropic.com"
},
"repository": "https://github.com/anthropics/mcp-code-execution",
"website": "https://docs.claude.com/plugins/mcp-code-execution",
"version": "1.0.0",
"lastUpdated": "2024-11-08",
"license": "MIT"
},
"policies": {
"versioningStrategy": "semantic",
"securityRequirements": {
"codeReview": true,
"securityAudit": true,
"testCoverage": 80
},
"submissionRequirements": {
"documentation": true,
"changelog": true,
"license": true,
"tests": true
},
"updatePolicy": {
"majorVersions": "require approval",
"minorVersions": "automatic",
"patchVersions": "automatic"
}
},
"plugins": [
{
"id": "mcp-code-execution",
"name": "mcp-code-execution",
"displayName": "MCP Code Execution",
"version": "1.0.0",
"description": "Token-efficient MCP server interaction through code execution. Reduces context usage by 95-99% through progressive tool disclosure and in-environment processing.",
"author": {
"name": "Anthropic",
"email": "plugins@anthropic.com",
"url": "https://www.anthropic.com"
},
"repository": "https://github.com/anthropics/mcp-code-execution",
"homepage": "https://docs.claude.com/plugins/mcp-code-execution",
"documentation": "https://docs.claude.com/plugins/mcp-code-execution",
"license": "MIT",
"licenseUrl": "https://github.com/anthropics/mcp-code-execution/blob/main/LICENSE",
"category": "code-execution",
"tags": [
"mcp",
"automation",
"code",
"token-efficiency",
"python",
"typescript",
"data-processing",
"skill-registry"
],
"keywords": [
"MCP",
"Model Context Protocol",
"code execution",
"token efficiency",
"automation",
"data processing",
"skill registry",
"Python",
"TypeScript"
],
"manifestFile": "claude-plugin.json",
"manifestUrl": "https://raw.githubusercontent.com/anthropics/mcp-code-execution/main/claude-plugin.json",
"installationUrl": "https://github.com/anthropics/mcp-code-execution/releases/download/v1.0.0/mcp-code-execution-v1.0.0.zip",
"features": {
"commands": 5,
"agents": 1,
"hooks": 3,
"skills": 2,
"languages": ["python", "typescript"]
},
"requirements": {
"minClaudeCodeVersion": "1.0.0",
"python": ">=3.10",
"node": ">=18.0.0",
"disk": "100MB"
},
"ratings": {
"average": 5.0,
"count": 0,
"trend": "new"
},
"statistics": {
"downloads": 0,
"installations": 0,
"activeUsers": 0,
"rating": 5.0
},
"compatibility": {
"minVersion": "1.0.0",
"maxVersion": "*",
"supportedPlatforms": ["linux", "macos", "windows"]
},
"release": {
"version": "1.0.0",
"releaseDate": "2024-11-08",
"changelog": "Initial release with full MCP client support, server wrapper generation, skill registry, and security policies",
"downloadUrl": "https://github.com/anthropics/mcp-code-execution/releases/download/v1.0.0/mcp-code-execution-v1.0.0.zip",
"checksumUrl": "https://github.com/anthropics/mcp-code-execution/releases/download/v1.0.0/checksum.txt"
},
"pricing": {
"type": "free",
"cost": 0,
"license": "open-source"
},
"status": "active",
"verified": true,
"featured": true,
"trending": true,
"screenshots": [],
"icon": "icon.png",
"banner": "banner.png",
"support": {
"email": "plugins@anthropic.com",
"github": "https://github.com/anthropics/mcp-code-execution/issues",
"documentation": "https://docs.claude.com/plugins/mcp-code-execution",
"community": "https://discord.gg/anthropic"
},
"team": [
{
"name": "Anthropic Plugin Team",
"role": "maintainer",
"email": "plugins@anthropic.com"
}
],
"dependencies": {
"plugins": [],
"frameworks": [],
"services": ["mcp-servers"]
},
"metadata": {
"indexed": true,
"searchable": true,
"discoverable": true,
"featured": true,
"verified": true,
"official": true
}
}
],
"categories": [
{
"id": "code-execution",
"name": "Code Execution",
"description": "Plugins for executing code and automating tasks",
"pluginCount": 1
}
],
"statistics": {
"totalPlugins": 1,
"totalDownloads": 0,
"totalInstallations": 0,
"averageRating": 5.0,
"lastUpdated": "2024-11-08"
}
}