Skip to main content
Glama
masp047

Xserver MCP

by masp047

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XSERVER_API_KEYYesAPIキー(サーバーパネルで発行)
XSERVER_API_BASENoAPIのベースURLhttps://api.xserver.ne.jp/v1
XSERVER_SERVERNAMENo初期ドメイン(省略時は /me から自動解決。Xserver: <サーバーID>.xsrv.jp、Xserver ビジネス: <サーバーID>.xbiz.jp)
XSERVER_TIMEOUT_MSNo1リクエストあたりのタイムアウト(ミリ秒)30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
xserver_account_infoA

Fetch the XServer contract and account information tied to the configured API key (GET /me): service type, expiry date, server name, and permission type. Use this first to confirm the key works and to discover the server name.

xserver_server_statusA

Fetch server status: metadata plus resource usage (disk quota and usage, file counts, and counts of domains, subdomains, mail accounts, FTP accounts and MySQL databases). This is the tool to use for questions like 'how is my server doing' or 'how much disk is left'.

xserver_listA

List a per-server resource. Available resources: domain, mail, cron, subdomain, ssl, ftp, dns, mail-filter, access-log, error-log. access-log and error-log require query={ domain }. These paths returned 404 when probed and are not available: php, mysql, mysql-user, wordpress, mail-forward, backup. On an unexpected 404, call xserver_endpoints and then xserver_get with the exact path.

xserver_getA

Issue an arbitrary read-only GET against the XServer API. Use this when a specific endpoint is not covered by the other tools. The path is relative to the API base (https://api.xserver.ne.jp/v1), e.g. "/server/xs123456.xsrv.jp/cron". Writes (POST/PUT/DELETE) are not supported by this server.

xserver_endpointsA

List the XServer API endpoints this server knows about, with a status marker. verified paths returned 200 when probed against a live account; unavailable paths returned 404; likely paths are unprobed guesses. Use this to pick a path for xserver_get.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/masp047/Xserver_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server