-
-
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) · 929 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 929 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.beeswaxpat/chronoverify",
"description": "Verify a photo's capture time and provenance: C2PA validation, EXIF/XMP, and pixel forensics.",
"repository": {
"url": "https://github.com/beeswaxpat/chronoverify-mcp",
"source": "github"
},
"websiteUrl": "https://chronoverify.com",
"version": "0.1.8",
"packages": [
{
"registryType": "npm",
"identifier": "chronoverify-mcp",
"version": "0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ChronoVerify API key (cv_live_...). Optional: omit to use the free, rate-limited public path.",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "CHRONOVERIFY_API_KEY"
}
]
}
]
}