慣性聚合 関心のあるブログ、ニュース、テクノロジーを効率的に追跡
原文を読む 慣性聚合で開く

おすすめ購読元

博客园 - 司徒正美
V
V2EX
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
月光博客
月光博客
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant Common SOC 2 Failures (Real World) Stop Vibe-Checking Your AI App: A Practical Guide to Evals How to Use SonarQube and SonarScanner Locally to Level Up Your Code Quality Your Next To-Do App Is Dead — I Replaced Mine with an OpenClaw AI Sign a Nostr event in 60 lines of Python using coincurve — no nostr-sdk, no nbxplorer, no rust toolchain ITGC Audit Explained Like You’re in Big 4 Patch Tuesday abril 2026: Microsoft parcha 163 vulnerabilidades y un zero-day en SharePoint Stop scraping everything: a better way to track competitor price changes Listing on MCPize + the Official MCP Registry while routing payments OUTSIDE the marketplace — how I kept 100% of my x402 revenue Building an AI-Powered Risk Intelligence System Using Serverless Architecture Why We Ripped Function Overloading Out of Our AI Toolchain Testing AI-Generated Code: How to Actually Know If It Works SaaS Churn Is Killing Your Business. Here Is What to Do About It (Without a Support Team) The Speed of AI Is No Longer Linear - And Self-Improving Models Are Why How to Implement RBAC for MCP Tools: A Practical Guide for Engineering Teams From Standard Quote to Persuasive Proposal: AI Automation for Arborists I built a CLI that scaffolds complete multi-tenant SaaS apps Axios CVE-2025–62718: The Silent SSRF Bug That Could Be Hiding in Your Node.js App Right Now The dashboard that ended our friendship Data Pipelines Explained Simply (and How to Build Them with Python)
AIエージェントでドメイン名を登録する方法(人間不要)
MarsH · 2026-05-24 · via DEV Community

MarsH

あなたのAIエージェントはコードを書いたり、ウェブを閲覧したり、複雑なワークフローを調整したりできるが、ドメイン名を登録するように頼めば壁にぶつかる。ドメイン登録サイトは人間向けに作られている:キャプチャー、ダッシュボード、フォーム、クレジットカード入力欄。エージェントにはあまり親切ではない。

それがために、私たちはAgentDomainを開発した。 — AIエージェント専用に設計されたドメイン登録APIおよびMCPサーバー。あなたのエージェントは利用可能なドメインを検索し、価格を確認し、ウォレットを資金化し、ドメインを登録します。すべて単一のAPI呼び出しで行います.

このチュートリアルでは、あなたはゼロからエージェントが実際のドメイン名を登録するまで進みます.

作成するもの

この記事の終わりには、あなたのAIエージェントは以下のことができるようになります:

  • 🔍 利用TLDs検索利用可能なドメイン名
  • 💰 ドメイン購入のための事前支払いウォレットを維持
  • 🌐 APIを通じて自動的にドメインを登録
  • 📡 プログラムでDNSレコードを管理
  • 🏠無料の*.agentfolio.devサブドメインを申請

前提条件

ステップ1:APIキーを取得する

登録してagentdomain.cloudAPIキーが次のようなものが得られます:

da_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6

フルスクリーンモードに入る フルスクリーンモードを終了する

保存して—もう表示されません。

ステップ 2: MCP サーバーのインストール

AgentDomain MCP サーバーは、あなたの AI エージェントを当社のドメイン登録 API に接続します。以下のコマンドでインストールします:

# With uvx (recommended)
uvx agentdomain-mcp

# Or with pip
pip install agentdomain-mcp

フルスクリーンモードを開始 フルスクリーンモードを終了

クロードデスクトップの設定

こちらをあなたの claude_desktop_config.json に追加:

{
  "mcpServers": {
    "agentdomain": {
      "command": "uvx",
      "args": ["agentdomain-mcp"],
      "env": {
        "AGENTDOMAIN_API_URL": "https://api.agentdomain.cloud",
        "AGENTDOMAIN_API_KEY": "da_your_api_key_here"
      }
    }
  }
}

フルスクリーンモードを開始 フルスクリーンモードを終了

カーソル / ウィンドサーフ設定

MCP設定に追加:

{
  "mcpServers": {
    "agentdomain": {
      "command": "uvx",
      "args": ["agentdomain-mcp"],
      "env": {
        "AGENTDOMAIN_API_URL": "https://api.agentdomain.cloud",
        "AGENTDOMAIN_API_KEY": "da_your_api_key_here"
      }
    }
  }
}

フルスクリーンモードに入る フルスクリーンモードから退出

ステップ3: ウォレットを資金化する

ドメイン登録には費用がかかります。APIまたはダッシュボードを通じてウォレットを資金化してください:

# Check balance
curl -H "Authorization: Bearer da_your_key" \
  https://api.agentdomain.cloud/v1/wallet/balance

# Create a top-up session ($20)
curl -X POST https://api.agentdomain.cloud/v1/wallet/topup \
  -H "Authorization: Bearer da_your_key" \
  -H "Content-Type: application/json" \
  -d '{"amount_cents": 2000}'

フルスクリーンモードに入る フルスクリーンモードから退出

Stripeの支払いセッションが作成されます。完了すると、あなたのウォレットが資金が付けられます.

ステップ4:エージェントにドメインを登録させる

さて、楽しい部分です。Claude Desktop(またはあなたのMCPクライアント)を開いて、次のように言ってください.

「.com、.dev、.aiの下で利用可能なAIエージェントドメインを検索し、最良のものを登録する」

あなたのエージェントは:

  1. 検索domain_search(query: "ai-agent", tlds: ["com", "dev", "ai"])
  2. 利用可能を確認domain_check(domain: "aiagentdev.com")
  3. ウォレットを確認wallet_balance()
  4. 登録domain_buy(domain: "aiagentdev.com")

すべて自律的。ループに人間はいない.

ステップ5: DNSを管理

登録後、あなたのエージェントはDNSレコードを設定できます:

# Via API
curl -X GET https://api.agentdomain.cloud/v1/domains/YOUR_DOMAIN_ID/dns \
  -H "Authorization: Bearer da_your_key"

# Update a record
curl -X PUT https://api.agentdomain.cloud/v1/domains/YOUR_DOMAIN_ID/dns \
  -H "Authorization: Bearer da_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "record_id": "abc123",
    "type": "A",
    "name": "@",
    "content": "192.168.1.1",
    "ttl": 3600
  }'

フルスクリーンモードに切り替え フルスクリーンモードを終了

それとも、あなたのエージェントがMCPを通じて行うようにしてください:

"mydomain.devを203.0.113.42に設定する"

特典:エージェントフォリオでの無料サブドメイン

登録されたすべてのエージェントは無料の*.agentfolio.devサブドメインを1つ入手します。あなたのものを申請する:

curl -X POST https://api.agentdomain.cloud/v1/subdomains/claim \
  -H "Authorization: Bearer da_your_key" \
  -H "Content-Type: application/json" \
  -d '{"subdomain": "my-agent"}'

フルスクリーンモードを開始 フルスクリーンモードを終了

あなたのエージェントは現在my-agent.agentfolio.devで稼働しています。

完全なツールリスト

MCPサーバーは15つのツールを公開します:

ツール 説明
register 新しいアカウントを作成
login JWTトークンを取得
account_info アカウントの詳細を表示
domain_search TLDを横断してドメインを検索
domain_check 特定のドメインが利用可能かどうかを確認
domain_buy ドメインを登録
domain_list 登録済みドメインを一覧表示
domain_dns_get ドメインのDNSレコードを取得
domain_dns_update DNSレコードを更新
domain_transfer ドメインを移管
wallet_balance ウォレット残高を確認
wallet_topup 決済セッションを作成
wallet_transactions 取引履歴を表示
claim_subdomain 無料の *.agentfolio.dev サブドメインを申請
check_subdomain サブドメインの利用可否を確認

ネイティブでの動作方法

AgentDomainはCloudflareレジストラーのリセラーとして機能します。あなたのエージェントがドメインを登録すると:

  1. Auth hold — 金銭はあなたのウォレットに確保されます(請求されません)
  2. Registration — CloudflareのレジストラAPIを通じてドメインが登録されます
  3. Capture — 登録が成功すると金銭が確保されます
  4. リリース — 登録が失敗した場合、資金は

に戻されます。これは、あなたのエージェントが登録に失敗したドメインのために支払わないことを意味します

。 次のステップ

私たちは、AIエージェントがインターネットの第一級市民である未来を築いています。ドメイン登録はそれが始まりに過ぎません

今すぐ試してみてください: agentdomain.cloud · GitHub · MCP レジストリ


エージェントドメインは、ドメイン登録用のオープンソース MCP サーバーです。エージェント向けに、ボットのドメイン登録を手動で行うのが面倒になった誰かによって構築されました。