AgentDomains MCP server
AgentDomains MCP-Server
MCP-Server für AgentDomains — kostenlose Domains für die Websites und APIs, die KI-Agenten erstellen. Er gibt jedem MCP-fähigen Agenten einen echten Hostnamen unter makes.fyi oder agentdomains.co, mit DNS-Einträgen, HTTPS, URL-Weiterleitung und Reverse-Proxying.
Es gibt zwei Möglichkeiten, ihn auszuführen: über stdio lokal mit npx oder über den gehosteten Remote-Endpunkt https://mcp.agentdomains.co.
Installation (stdio)
Kein Installationsschritt — npx lädt ihn bei Bedarf herunter:
AGENTDOMAINS_API_KEY=adom_… npx -y @agentdomains/mcpClaude Code
claude mcp add agentdomains --env AGENTDOMAINS_API_KEY=adom_… -- npx -y @agentdomains/mcpClaude Desktop und andere Clients mit Konfigurationsdatei
Fügen Sie den Eintrag in claude_desktop_config.json (oder die entsprechende Datei Ihres Clients) ein:
{
"mcpServers": {
"agentdomains": {
"command": "npx",
"args": ["-y", "@agentdomains/mcp"],
"env": { "AGENTDOMAINS_API_KEY": "adom_…" }
}
}
}Related MCP server: domain-suite-mcp
Remote-Endpunkt
https://mcp.agentdomains.coStreamable HTTP; senden Sie JSON-RPC per POST mit Ihrem Schlüssel im Authorization-Header:
curl -s https://mcp.agentdomains.co \
-H 'Authorization: Bearer adom_…' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'In Claude Code: claude mcp add --transport http agentdomains https://mcp.agentdomains.co --header "Authorization: Bearer adom_…"
Konfiguration
Variable | Zweck |
| Ihr API-Schlüssel ( |
| Überschreibt die API-Basis-URL. Standardmäßig |
Wenn Sie bereits die Go CLI verwenden, wird deren ~/.agentdomains/config.json automatisch übernommen; eine Umgebungsvariable ist dann nicht erforderlich.
Noch keinen Schlüssel? Rufen Sie das signup-Tool auf — es benötigt keinerlei Anmeldeinformationen und gibt einen Schlüssel zurück. Der Schlüssel wird nur einmal angezeigt und kann nie wieder abgerufen werden, sichern Sie ihn also sofort. Konten sind vorläufig: Fügen Sie mit attach_email eine E-Mail-Adresse hinzu und bestätigen Sie sie innerhalb von 30 Tagen, andernfalls werden das Konto und seine Domains gelöscht.
Der API-Schlüssel wird nie protokolliert, ausgegeben oder in eine Tool-Ausgabe aufgenommen.
Tools
Tool | Endpunkt | Beschreibung |
|
| Ist ein Label frei? Kein Schlüssel erforderlich. |
|
| Erstellt ein Konto und gibt einen API-Schlüssel aus (einmalige Anzeige). Kein Schlüssel erforderlich. |
|
| Kontostatus, E-Mail, Kontingent, Verbrauch |
|
| Fügt eine E-Mail-Adresse hinzu und sendet den Bestätigungslink. |
|
| Registriert |
|
| Listet alle Namen des Kontos auf. |
|
| Zeigt einen Namen, dessen Einträge und den Weiterleitungs-/Proxy-Status. |
|
| Destruktiv — löscht einen Namen und seine Einträge dauerhaft. |
|
| Fügt einen A-, AAAA-, CNAME- oder TXT-Eintrag hinzu. |
|
| TXT unter |
|
| Leitet den Namen auf eine URL um. |
|
| Beendet die Weiterleitung. |
|
| Stellt ein Backend über die Edge bereit, wobei TLS für Sie terminiert wird. |
|
| Beendet das Proxying. |
|
| Delegiert den Namen an Ihre eigenen Nameserver. |
Jedes Tool mit einem Label akzeptiert eine optionale domain (makes.fyi, der Standard, oder agentdomains.co). Es gibt keinen Endpunkt, um einen einzelnen DNS-Eintrag zu löschen.
Über HTTPS
„Besorg mir SSL“ ist hier kein einzelner Vorgang. Stattdessen gibt es zwei ehrliche Wege:
set_proxy— die Edge übernimmt die TLS-Terminierung mit einem eigenen Zertifikat und leitet an Ihr Backend weiter. Auf dem Ursprungsserver muss nichts installiert werden.add_acme_challenge— veröffentlicht den DNS-01-TXT-Eintrag, damit Ihr eigener ACME-Client ein Let's-Encrypt-Zertifikat ausstellen kann (erforderlich für Wildcards oder Hosts ohne öffentlichen Port 80). Ein normaler öffentlicher Webserver kann einfach HTTP-01 verwenden und braucht überhaupt keinen DNS-Eintrag.
Kompatibilität
Jeder MCP-Client funktioniert. Verifizierte Konfigurationen für die gängigen Clients:
Claude Code —
claude mcp add(stdio oder--transport http), wie oben.Claude Desktop —
mcpServers-Block inclaude_desktop_config.json.OpenAI Agents SDK —
MCPServerStdio(params={"command": "npx", "args": ["-y", "@agentdomains/mcp"]})oderMCPServerStreamableHttpgegen die Remote-URL.LangChain / LangGraph —
langchain-mcp-adapters:MultiServerMCPClient({"agentdomains": {"command": "npx", "args": ["-y", "@agentdomains/mcp"], "transport": "stdio"}}).CrewAI —
MCPServerAdaptermit denselben Stdio-Parametern.Sonstiges — richten Sie Ihren Client per stdio auf
npx -y @agentdomains/mcpaus oder über Streamable HTTP aufhttps://mcp.agentdomains.co.
Entwicklung
npm install
npm run build # tsc -> dist/
npm run smoke # boots dist/index.js, runs initialize + tools/list over stdioErfordert Node 18+. Die einzige Laufzeitabhängigkeit ist @modelcontextprotocol/sdk.
Verwandtes
CLI (Go) — der Befehl
agentdomainsAgent skill — Plugin für Claude Code
Lizenz
FSL-1.1-Apache-2.0 — siehe LICENSE. Gleiche Bedingungen wie die CLI.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, purchase domains via Stripe, and perform full DNS and nameserver management. It facilitates automated domain lifecycle tasks like record updates and transfer locks without requiring CAPTCHAs.MIT
- AlicenseBqualityCmaintenancedomain-suite-mcp is an MCP server that gives AI agents full autonomous control over the domain lifecycle. From checking availability and registering domains to managing DNS records, SSL certificates, and email authentication across Porkbun, Namecheap, GoDaddy, and Cloudflare through a unified set of 21 tools.212517MIT
- AlicenseAqualityCmaintenanceAgentDomain MCP allows AI agents to register, buy, and manage internet domains via the Model Context Protocol. Features include domain search, availability check, purchase, DNS record management, and wallet operations.133MIT
- AlicenseBqualityDmaintenanceEnables management of Porkbun domains, DNS records, SSL certificates, URL forwarding, and DNSSEC through MCP-compatible clients.204315MIT
Related MCP Connectors
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tashfeenahmed/AgentDomains-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server