Back to Browse

Sitey Free Domain MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Claim a working subdomain in one call — A, CNAME and TXT records. No domain to buy, no account.

About

Claim a working subdomain in one call — A, CNAME and TXT records. No domain to buy, no account.

Remote endpoints: streamable-http: https://sitey.my/mcp

Security Report

4.2
Use Caution4.2High Risk

This MCP server for managing DNS subdomains demonstrates solid security practices with proper authentication, input validation, and permission scoping. The codebase uses parameterized queries to prevent SQL injection, implements rate limiting for anonymous users, and validates all DNS record inputs. Minor code quality issues around error handling breadth and some logging patterns prevent a higher score, but no critical vulnerabilities or dangerous patterns were identified. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 4 high severity).

4 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

sitey.my

Free subdomain service for developers. Get a subdomain in seconds — no credit card, no hassle.

Features

  • Instant DNS — A, CNAME, and TXT records, live in seconds
  • Google sign-in — No passwords to manage
  • REST API — Programmatic access via /api/v1/
  • Renewals — Subdomains are lent for a period and kept with one click
  • Free — No cost, no catch

How long a subdomain lasts

OwnerPeriodReminders
Signed-in user3 months14 days, 3 days and the day it expires
API key / agent1 monthnone — expires_at comes back with every read

Renewing resets the clock from today. A subdomain that stops loading is not removed: we write to tell you it has gone dark, and that is all.

Quick Start

  1. Visit sitey.my
  2. Sign in with Google
  3. Type a subdomain + IP address → done

REST API

Programmatic access for developers and AI agents.

Base URL: https://sitey.my/api/v1

sitey.one and the www. hosts redirect here (308 for /api/*, so POST bodies survive).

Authentication

ModeAuthLimit
AnonymousNone (IP-based)3 subdomains
API keyAuthorization: Bearer styo_xxxUnlimited

Get an API key: sign in at sitey.my → Dashboard → API Keys.

Endpoints

MethodPathDescription
GET/domainsList available root domains
GET/check/:subdomain/:domainCheck availability
POST/subdomainsCreate A or CNAME record
GET/subdomainsList your subdomains
PATCH/subdomains/:sub/:domainUpdate record value
DELETE/subdomains/:sub/:domainDelete subdomain
POST/subdomains/:sub/:domain/renewExtend before expires_at
POST/subdomains/:sub/:domain/txtCreate/update TXT record
DELETE/subdomains/:sub/:domain/txt/:prefixDelete TXT record

Example

# Check availability
curl https://sitey.my/api/v1/check/demo/sitey.my

# Create subdomain
curl -X POST https://sitey.my/api/v1/subdomains \
  -H "Content-Type: application/json" \
  -d '{"subdomain":"demo","domain":"sitey.my","type":"A","value":"1.2.3.4"}'

For AI Agents (MCP)

AI agents can use free-domain-mcp — an MCP server that wraps this REST API.

claude mcp add --transport http sitey https://your-mcp-server/mcp

Tech Stack

  • Runtime: Node.js + Fastify
  • DNS: Self-hosted BIND9 (authoritative nameserver)
  • Database: MySQL
  • Auth: Google OAuth2 + JWT

How It Works

  1. User (or API call) requests a subdomain
  2. Server validates input + checks availability
  3. A/CNAME/TXT record is appended to the BIND9 zone file
  4. named-checkzone validates → systemctl reload named applies
  5. DNS is live within seconds

We run our own authoritative nameservers (ns1.sitey.one, ns2.sitey.one) — no third-party DNS provider.

Use Cases

  • Deploy a side project to myapp.sitey.my
  • Give hackathon demos a real URL
  • Automate domain setup via REST API or MCP
  • Share staging environments with teammates

Support

License

ISC

Reviews

No reviews yet

Be the first to review this server!