-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 1.2 KB
/
server.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.amarodeabreu/rug-munch-mcp",
"description": "Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.",
"repository": {
"url": "https://github.com/CryptoRugMunch/rug-munch-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "pypi",
"identifier": "rug-munch-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional API key for authenticated access (bypasses x402 payment)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "RUG_MUNCH_API_KEY"
},
{
"description": "API base URL (default: https://cryptorugmunch.app/api/agent/v1)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "RUG_MUNCH_API_BASE"
}
]
}
],
"remoteEndpoints": [
{
"url": "https://cryptorugmunch.app/mcp/sse",
"transport": {
"type": "sse"
}
}
]
}