-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 830 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 830 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.entropy0dev/mcp",
"description": "Entropy0 MCP server — source trust and URL safety tools for AI agents",
"repository": {
"url": "https://github.com/entropy0dev/sdk",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@entropy0/mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ENTROPY0_API_KEY",
"description": "Your Entropy0 API key (sk_ent0_xxxx). Get one at entropy0.ai.",
"isRequired": true,
"format": "string",
"isSecret": true
}
]
}
]
}