-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
52 lines (52 loc) · 2.28 KB
/
Copy pathserver.json
File metadata and controls
52 lines (52 loc) · 2.28 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
45
46
47
48
49
50
51
52
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.hostodo/mcp",
"title": "Hostodo MCP",
"description": "Manage Hostodo VPS infrastructure from MCP clients and AI agents.",
"version": "1.0.0",
"repository": {
"url": "https://github.com/hostodo/hostodo-mcp",
"source": "github"
},
"websiteUrl": "https://hostodo.com/docs/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.hostodo.com/mcp",
"headers": [
{
"name": "Authorization",
"description": "Hostodo MCP developer token in the form `Bearer <hostodo_agent_token>`. Create one in Hostodo Console under Settings → MCP.",
"isRequired": true,
"isSecret": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"brand": {
"displayName": "Hostodo",
"legalName": "Hostodo",
"tagline": "VPS hosting for developers and AI agents",
"website": "https://hostodo.com",
"developerPortal": "https://hostodo.com/docs/mcp"
},
"capabilities": [
"List owned VPS instances, detailed metadata, capability flags, power state, metrics, bandwidth, health, and incidents",
"List enabled OS templates and reinstall VMs with explicit confirmation phrases",
"Start, shutdown, reboot, stop, reset, and rename VMs with scoped tokens and confirmations where required",
"Enable or disable per-VM MCP command execution",
"Run bounded synchronous commands through the QEMU guest agent",
"Start, poll, read logs from, and cancel asynchronous VM commands",
"Upload and install artifacts onto owned VMs with SHA-256 verification and permissions",
"Inspect deployment/service logs, restart services, and rollback deployments where available",
"List invoices, inspect invoice details, pay invoices, manage payment methods, view account balance, and apply credit",
"List, create, reply to, close, and attach files to support tickets",
"List DNS zones, create/update/delete DNS records, list rDNS, and set rDNS records",
"List, add, and remove SSH keys",
"Record encrypted and privacy-protected audit logs for MCP actions"
]
}
}
}