Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathserver.json
More file actions
Latest commit
38 lines (38 loc) · 993 Bytes
/
Copy pathserver.json
File metadata and controls
38 lines (38 loc) · 993 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
31
32
33
34
35
36
37
38
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Terminal49/terminal49",
"title": "Terminal49",
"description": "Find and monitor ocean shipments and containers, and create new tracking requests.",
"version": "1.0.0",
"websiteUrl": "https://docs.terminal49.com/mcp/home",
"repository": {
"url": "https://github.com/Terminal49/API",
"source": "github",
"id": "246149830",
"subfolder": "packages/mcp"
},
"icons": [
{
"src": "https://mcp.terminal49.com/store-icons/terminal49-light.png",
"mimeType": "image/png",
"sizes": [
"512x512"
],
"theme": "light"
},
{
"src": "https://mcp.terminal49.com/store-icons/terminal49-dark.png",
"mimeType": "image/png",
"sizes": [
"512x512"
],
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.terminal49.com"
}
]
}