Hostodo MCP

Hostodo MCP

Manage Hostodo VPS infrastructure from MCP clients and AI agents with scoped tokens and audit logs.

Category
访问服务器

README

Hostodo MCP Server

Hostodo MCP lets AI assistants and MCP-compatible clients manage Hostodo VPS infrastructure through Hostodo's hosted Streamable HTTP MCP endpoint.

What it can do

Hostodo MCP exposes real VPS, account, support, and DNS management tools for authenticated Hostodo customers:

VPS operations

  • List owned VPS instances and capability flags
  • Read detailed VM metadata
  • List enabled OS templates for reinstall workflows
  • Power control: start, shutdown, reboot, stop, and reset
  • Rename a VPS with an explicit confirmation phrase
  • Reinstall a VPS to an OS template with an explicit confirmation phrase
  • View VM metrics, bandwidth usage, health checks, and incidents
  • Manage snapshots where supported

Agent execution and deployments

  • Enable or disable MCP/QEMU guest-agent command execution per VM
  • Run bounded synchronous commands inside a VM through the QEMU guest agent
  • Start, poll, read logs from, and cancel asynchronous VM commands
  • Upload artifacts and install files onto owned VMs with SHA-256 verification
  • Inspect deployments, service logs, rollback deployments, and restart services where available

Account and support workflows

  • List invoices, inspect invoice details, and pay invoices
  • List payment methods and account balance
  • Apply account credit where supported
  • List, create, reply to, and close support tickets
  • Upload ticket attachments

DNS and access management

  • List DNS zones and manage DNS records
  • List and set rDNS records
  • List, add, and remove SSH keys

Authentication

Create a Hostodo MCP developer token in the Hostodo Console, then send it as a bearer token:

Authorization: Bearer <hostodo_agent_token>

Tokens are scoped. Grant only the scopes your client needs:

  • vms:read — list VMs, view VM metadata, list OS templates, and read VM/account state
  • vms:power — power actions, rename, reinstall, and other state-changing VM workflows
  • vms:exec — command execution, async commands, service operations, and artifact install workflows

Command execution is disabled by default on each VM and must be explicitly enabled per VM before exec/artifact tools can run.

Run this MCP server locally

This repository contains a small runnable MCP wrapper so registries such as Glama can start and introspect Hostodo MCP even though the production implementation lives in Hostodo's hosted API.

npm install
HOSTODO_MCP_TOKEN=<hostodo_agent_token> npm start

Docker:

docker build -t hostodo-mcp .
docker run --rm -i -e HOSTODO_MCP_TOKEN=<hostodo_agent_token> hostodo-mcp

tools/list works without a token for registry evaluation. Real tool calls require HOSTODO_MCP_TOKEN and are proxied to https://api.hostodo.com/mcp.

MCP client configuration

Use the hosted Streamable HTTP endpoint directly:

{
  "mcpServers": {
    "hostodo": {
      "type": "http",
      "url": "https://api.hostodo.com/mcp",
      "headers": {
        "Authorization": "Bearer <hostodo_agent_token>"
      }
    }
  }
}

Claude Code example:

claude mcp add \
  --scope user \
  --transport http \
  --header "Authorization: Bearer <hostodo_agent_token>" \
  hostodo \
  https://api.hostodo.com/mcp

Safety model

Hostodo MCP verifies token scopes and VM ownership on every request. Destructive workflows such as reinstall, rename, exec enable/disable, and power actions require explicit user intent and/or exact confirmation phrases. Command execution is per-VM opt-in.

MCP actions are audited. Audit logs are encrypted and privacy-protected: operational detail stays in Hostodo audit logs, while product analytics receive only safe metadata.

Registry metadata

This repository exists to publish Hostodo's hosted MCP server metadata for MCP registries such as Glama and the official MCP Registry. The server implementation lives in Hostodo's private OdoPanel backend.

Tool metadata is stored in src/tools.json. To refresh it from the live hosted MCP endpoint:

HOSTODO_MCP_TOKEN=<hostodo_agent_token> npm run sync-tools

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选