LIVE ENDPOINT
https://sitey.my/mcp
Connect to this endpoint to inspect the live schema for renew_subdomain and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sitey]
url = "https://sitey.my/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sitey": {
"type": "http",
"url": "https://sitey.my/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sitey
Remote MCP URL: https://sitey.my/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sitey": {
"url": "https://sitey.my/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sitey": {
"type": "http",
"url": "https://sitey.my/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sitey",
"transport": "streamable-http",
"url": "https://sitey.my/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_domains— List available root domains (e.check_availability— Check if a specific subdomain name is available for registration under a given domain.create_subdomain— Create a new DNS record for a subdomain.list_subdomains— List all subdomains you own.update_subdomain— Update the DNS record value of a subdomain you own.delete_subdomain— Permanently delete a subdomain DNS record you own.create_txt_record— Create or update a TXT record for domain verification.delete_txt_record— Delete a TXT verification record from a subdomain you own.