-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwith-verification.json
More file actions
28 lines (28 loc) · 1.04 KB
/
with-verification.json
File metadata and controls
28 lines (28 loc) · 1.04 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
{
"schema_version": "0.2.0",
"domain": "example-restaurant.com",
"entities": [
{
"name": "Example Restaurant Downtown",
"path": "/downtown",
"location": {
"city": "Paris",
"country": "FR"
},
"mcps": [
{
"provider": "booking-provider",
"endpoint": "https://mcp.booking-provider.com",
"entity_id": "example-downtown-001",
"capabilities": ["reservations", "availability", "menu"],
"verification": {
"method": "signed_jwt",
"signature": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImJvb2tpbmctcHJvdmlkZXIta2V5LTIwMjUifQ.eyJpc3MiOiJib29raW5nLXByb3ZpZGVyIiwic3ViIjoiZXhhbXBsZS1yZXN0YXVyYW50LmNvbSIsImVudGl0eV9pZCI6ImV4YW1wbGUtZG93bnRvd24tMDAxIiwiY2FwYWJpbGl0aWVzIjpbInJlc2VydmF0aW9ucyIsImF2YWlsYWJpbGl0eSIsIm1lbnUiXSwiaWF0IjoxNzM1MzQ0MDAwLCJleHAiOjE3NjY4ODAwMDB9.signature_placeholder",
"issued_at": "2025-12-29T00:00:00Z",
"expires_at": "2026-12-29T00:00:00Z"
}
}
]
}
]
}