# OSIR - AI-Native Domain Registrar > OSIR is an ICANN-accredited, AI-native domain registrar offering domain registration across 450+ TLDs, VPS hosting, and email services - all accessible via MCP (Model Context Protocol), A2A (Agent-to-Agent), REST APIs, and a web dashboard. OSIR is built for the AI era. Developers and AI assistants can register domains, manage DNS, deploy virtual servers, and configure email through natural language. OSIR supports the Model Context Protocol (MCP) for direct AI assistant integration, Google's A2A protocol for agent-to-agent communication, and a full RESTful API with a public OpenAPI 3.1 specification (https://be.osir.com/openapi.json). Pricing is transparent with no hidden fees, and all domains include free WHOIS privacy protection. ## Key Facts - ICANN-accredited registrar: Osir, Inc., IANA #4332 - 450+ TLDs available for registration, transfer, and renewal - MCP server with 105 tools in 10 groups plus 11 guided prompts (remote URL: https://be.osir.com/mcp/http) - A2A agent card with 9 specialist agents and 89 skills, plus an orchestrator for multi-step workflows (https://be.osir.com/.well-known/agent.json) - CLI with 76 commands in 11 groups (github.com/Osir-Inc/cli) - Full agent lifecycle coverage: availability, registration, renewal, transfer, DNS, contacts, VPS, app deployment, website design and publishing, email hosting, billing - Site Designer: any MCP client can design and publish a one-page website by conversation (osirSiteDesignBrief validates the brief and returns design instructions; osirSitePublish puts the page live at name.osir.app; the website_designer prompt guides the whole flow) - Free WHOIS privacy on every domain; anycast DNS network on 3 continents; 99.9999% DNS SLA - Every price an agent is quoted is the full price: base + ICANN fee ($0.20/yr on gTLDs) + payment processing (3% or $0.30 minimum) - Every purchase or hard-to-reverse action requires an explicit confirmation step (executeConfirmedAction) - agents cannot spend money silently - No login needed to look: availability, quotes, the full catalog, and the per-domain hosting bundle are anonymous public REST endpoints (see API Endpoints). Login is needed only for billable or mutating actions. - Agents can create an OSIR account without a browser (POST /v1/public/account, then /verify with the emailed code); the principal's contact becomes the ICANN registrant - OAuth: anonymous Dynamic Client Registration at Keycloak (auth.osir.com), PKCE S256 required for public clients including the device flow; scopes osir:read, osir:domains, osir:dns, osir:apps, osir:vps, osir:mail, osir:billing, osir:account ## How an AI Agent Registers a Domain with OSIR 1. Connect any MCP client (Claude, ChatGPT, OpenClaw, Hermes Agent, LangChain, CrewAI, AutoGen) to the remote MCP server at https://be.osir.com/mcp/http. No credentials are needed to connect. 2. Look first, anonymously: checkDomainAvailability (single domain, full price), checkKeywordAvailability (one keyword across many TLDs), getHostingBundle (VPS, mail, forwarding offer for a domain). The same data is available over plain REST without any client (see API Endpoints). 3. Authenticate only when you want to buy or change something. Three paths: (a) an existing account via the device-login flow inside the conversation (loginWithDevice, then checkDeviceLoginStatus, then pass the returned sessionKey on each call); (b) a new account created by the agent itself with createAccount and verifyAccount (no browser; the verification code is emailed to the principal, who can relay it); (c) an autonomous agent registers its own OAuth client via anonymous Dynamic Client Registration at https://auth.osir.com/realms/osir/clients-registrations/openid-connect and uses the device or authorization-code flow with PKCE S256. An unverified account can search, quote, and fund its balance; billable execution returns ACCOUNT_NOT_VERIFIED until the email code is confirmed. 4. Fund the balance: createPaymentSession returns a checkoutUrl for the human plus a poll tool; all purchases draw from account balance. 5. Request registration with registerDomain: the server responds with a full itemized quote (base price + ICANN fee + payment processing, with a validUntil) and a staged confirmation token. Registration initializes the DNS zone automatically (opt out with initializeDnsZone: false). 6. Confirm the purchase with executeConfirmedAction - the explicit human-or-principal approval gate before any money moves 7. Manage the domain in the same session: createDnsRecord, updateNameservers, updateDomainAutoRenew, renewDomain, transfer operations, enableMailDomain, osirSitePublish ## Products & Services - [Domain Registration](https://osir.com/en/products/): Register domains across 450+ TLDs including .com, .al, .io, .ai, .dev, .app, and more. Includes free WHOIS privacy and DNS management. - [Domain Pricing](https://osir.com/en/pricing/): Current registration and renewal pricing for all supported TLDs. - [Domain Catalog](https://osir.com/en/domains/): Browse all 450+ domain extensions with live pricing, registry logos, and price/type filters. - [Domain Search](https://osir.com/en/search/): Check domain availability across multiple TLDs with live pricing. - [VPS Hosting](https://osir.com/en/vps/): High-performance virtual private servers with NVMe storage, starting at affordable monthly rates. - [Dedicated Servers](https://osir.com/en/dedicated/): Bare-metal dedicated server packages. - [Email Hosting](https://osir.com/en/email/): Mailbox hosting on your own domain. Enabling a domain for email is free; mailboxes are billed per package (monthly or annual), and DNS records are published automatically for domains on OSIR nameservers. Live package pricing: GET https://be.osir.com/v1/public/catalog/mail. AI agents can run the whole flow over MCP (enableMailDomain, getMailboxQuote, createMailbox). - [Anycast DNS](https://osir.com/en/dns/): Authoritative anycast DNS included free with every domain. Global resolver network on three continents, DNSSEC support, and A, AAAA, CNAME, MX and TXT record management from the dashboard, REST API, CLI, or an AI assistant over MCP. Nameservers are ns1.osir.com and ns3.osir.com. - [Osir Push](https://push.osir.com): Free push notification service. Send real-time alerts to phone, tablet, or desktop with a single HTTP POST. API key auth, VAPID-encrypted delivery, no SDK required. AI agents and LLMs can use the REST API to notify users outside the chat window. ## API Endpoints Canonical URLs (all reachable without authentication; verified live 2026-09-03): - MCP endpoint (Streamable HTTP): https://be.osir.com/mcp/http - A2A agent card: https://be.osir.com/.well-known/agent.json (JSON-RPC at https://be.osir.com/a2a, POST only) - OpenAPI 3.1 spec: https://be.osir.com/openapi.json (also /openapi and /openapi.yaml) - OAuth discovery (Keycloak): https://auth.osir.com/realms/osir/.well-known/openid-configuration - Dynamic client registration (anonymous): https://auth.osir.com/realms/osir/clients-registrations/openid-connect - Public API base: https://be.osir.com Anonymous REST endpoints (no auth): - Availability with full pricing: GET https://be.osir.com/v1/public/catalog/domains/{domain}/availability (returns price, icannFee, registrarFee, totalPrice, premium flag, promo data; amounts in cents) - Registration quote: GET https://be.osir.com/v1/public/catalog/domains/{domain}/quote?years=N (per-year and total cost, registry rules, quoteExpiry) - Hosting bundle for a domain: GET https://be.osir.com/v1/public/catalog/bundle?domain={domain} (recommended VPS packages, mail plans, web forwarding; app and site builds are free, going live runs on a VPS) - Full catalog: GET https://be.osir.com/v1/public/catalog, plus /domains, /vps, /mail, /web-forwarding, /dedicated - Account signup without a browser: POST https://be.osir.com/v1/public/account (email, accountType, contact, agentMetadata, acceptedTerms, termsVersion), then POST https://be.osir.com/v1/public/account/verify with the emailed code. Errors are {code, message, resolution}. Authenticated (OAuth bearer or MCP session): everything billable or mutating - registration, renewal, transfer, DNS changes, VPS, mail, apps, billing - always through the staged-confirmation model above. ## AI Integration & Developer Tools - [AI Integration Overview](https://osir.com/en/ai-integration/): Documentation for MCP, A2A, and REST API integration. Learn how AI assistants can manage domains programmatically. - [Domain Name MCP Server](https://osir.com/en/mcp/): Domain registrar Model Context Protocol server with 105 tools and 11 guided prompts. Connect Claude, ChatGPT, or any MCP client to register and manage domains, DNS, VPS, email, and websites. In Claude, add a custom connector under Settings then Connectors with the remote MCP server URL https://be.osir.com/mcp/http and Authentication set to No sign-in; anonymous lookups work immediately and account actions start an in-chat login. An OAuth endpoint https://be.osir.com/mcp/oauth (public client ID mcp-client) stays signed in across chats. ### MCP Tool Groups (105 tools, 10 groups) - Domains & transfers: checkDomainAvailability, registerDomain, renewDomain, transferDomain, getTransferStatus, lockDomain - Domain name suggestions: generateDomainSuggestions, checkKeywordAvailability, spinDomainWords - DNS: initializeDnsZone, createDnsRecord, updateDnsRecord, listDnsRecords - Nameserver hosts: createHost, getHostsForDomain, checkHostAvailability - Contacts: createContact, updateContact, getContactsForDomain - VPS & servers: listVpsPackages, orderVps, buildVpsInstance, loginToVpsPanel - Apps & hosting: osirSiteDesignBrief, osirSitePublish, osirAppDeploy, osirAppProvisionDatabase, osirAppLogs, osirAppSetSecret - Email hosting: enableMailDomain, getMailDnsRecords, verifyMailDns, getMailboxQuote, createMailbox - Billing & payments: listInvoices, payInvoice, previewPaymentFees - Account & platform: loginWithDevice, getAuthStatus, executeConfirmedAction, getMyAuditLogs - [Developer API Documentation](https://osir.com/en/developers/): Complete REST API reference with authentication, endpoints, request/response examples, and SDK information for Python, Node.js, Go, and Ruby. - [Billing System Integrations](https://osir.com/en/integrations/): Registrar plugins that let a hosting company or reseller sell OSIR domains from their own billing system. FOSSBilling is available today; a WHMCS module is in development and a Blesta module is planned, with no release date for either. Any billing system that can call an HTTP API can also use the REST API, CLI or MCP server directly. - [FOSSBilling Domain Registrar Plugin](https://osir.com/en/integrations/fossbilling/): Free, open-source (Apache License 2.0) OSIR registrar plugin for FOSSBilling, version 1.2.1. Covers registration, transfer-in with auth code, renewal, nameservers, contacts, transfer lock, WHOIS privacy and transfer codes from inside FOSSBilling. Since 1.2.1 it also gives every customer a per-domain DNS page in the reseller's client area, where they manage A, AAAA, CNAME, MX, TXT and other records themselves; it is included with the domain, is not a DNS hosting product or a bulk zone editor, and the SOA and the domain's own nameserver records are protected so a customer cannot take their zone offline. No DNSSEC management, zone import or bulk record editing in this release. Imports the whole ~450-TLD catalog with your own markup (percentage, fixed amount, .99 rounding), and imports domains you already hold at OSIR as orders for the right customer with nothing re-registered or charged. Every registration and renewal is charged exactly once even if the connection drops. Requires FOSSBilling 0.8.7+ on PHP 8.3-8.5 with USD as the default currency; there is no test or sandbox mode. Source: https://github.com/Osir-Inc/fossbilling-osir ## Help & Support - [FAQ](https://osir.com/en/faq/): 69 answers across 9 categories (English, German, and Albanian), with a strong focus on managing domains through AI assistants and agents (MCP setup, Claude/ChatGPT connection, agent safety, confirmation gates), plus registration, transfers, DNS, billing, VPS/hosting (including SSH key deployment and root access on VirtFusion VPS), and security. - [Help Center](https://osir.com/en/help/): Knowledge base with 46 articles covering domains, VPS, email, billing, API usage, and account management. - [Connect OSIR to Claude](https://osir.com/en/help/connect-claude-connector/): Step-by-step setup for adding OSIR to Claude as a custom connector, both ways: No sign-in with the remote MCP server URL https://be.osir.com/mcp/http and an in-chat device login when a task needs your account, or OAuth with https://be.osir.com/mcp/oauth and the public client ID mcp-client. Includes what works without an account, session lifetimes, sign-out, and troubleshooting. - [Sell domains from FOSSBilling with the OSIR plugin](https://osir.com/en/help/fossbilling-setup/): Full five-step setup guide for the FOSSBilling registrar plugin - API key placement (config.php vs the admin field), installing and verifying the zip against SHA256SUMS, connecting the registrar under Domain Management then Registrars, importing TLDs and prices with your markup under System then OSIR import, and importing existing OSIR domains as customer orders. Covers renewals, the no-double-charge guarantee, and the common failure modes (Test Mode on, non-USD currency, premium names refused, incomplete registrant contact). - [Contact](https://osir.com/en/contact/): Contact form for sales, support, billing, and partnership inquiries. ## Blog - [Blog](https://osir.com/en/blog/): Articles on domain management, AI integration, TLD selection, and industry news. - [Welcome to Name.al](https://osir.com/en/blog/welcome-to-nameal/): Introduction to the platform - AI-native domain registration for .al and 450+ other extensions. - [Introducing OSIR CLI](https://osir.com/en/blog/introducing-osir-cli/): Guide to the OSIR command-line interface for domain management. - [AI Domain Management](https://osir.com/en/blog/ai-domain-management/): How AI is transforming domain registration and DNS operations. - [Choosing the Right TLD](https://osir.com/en/blog/choosing-the-right-tld/): Comprehensive guide to selecting the best top-level domain. - [Domain Mastery Series](https://osir.com/en/blog/domain-mastery-series/): In-depth series on advanced domain management techniques. - [Introducing Osir Push](https://osir.com/en/blog/introducing-osir-push/): Free push notification service - send real-time alerts to phone or desktop with one API call. Supports AI agent integration via MCP and LangChain. - [The Action Era: .new Domains](https://osir.com/en/blog/dot-new-domains/): Why .new domains are shortcuts, not websites. Real-world examples from Spotify, GitHub, Google, and compliance rules from Google Registry. - [Verisign .com Wholesale Price 2026: $10.97 (Up 6.9%)](https://osir.com/en/blog/verisign-com-price-update-2026/): The current Verisign .com wholesale price rises from $10.26 to $10.97 (plus the $0.20 ICANN fee), effective November 1, 2026. Historical pricing table from 1999 to present, and guidance for OSIR customers on locking in current rates via multi-year renewals. - [Verisign .net Price Increase 2027: $12.00 from March 1](https://osir.com/en/blog/verisign-net-price-increase-2027/): Verisign raises the .net registry fee from $10.91 to $12.00 (+10%, plus the $0.20 ICANN fee) effective March 1, 2027. Sourced 2005-2027 .net price history, the 10%-per-year contract cap running to June 2029, .net vs .com wholesale comparison, and how multi-year renewals before the cutover lock in the current rate. - [39 New GoDaddy Registry Extensions Now Available](https://osir.com/en/blog/godaddy-registry-extensions/): Full list of 39 domain extensions operated by GoDaddy Registry now available on OSIR - including .nyc, .miami, .boston, .design, .yoga, .health, .gay, .wiki, .work, and more. Grouped by category with use cases. - [Two More Ways to Be Yourself Online: .name and .cc](https://osir.com/en/blog/name-and-cc-domains/): OSIR now offers .name (the only TLD built for individuals, with first.last.name third-level format and email forwarding) and .cc (the unrestricted, globally popular Verisign extension). Includes a side-by-side comparison and use cases for each. - [Inside the OSIR MCP Server: 105 Tools for AI-Native Domain Management](https://osir.com/en/blog/osir-mcp-server-capabilities/): Complete tour of the OSIR Model Context Protocol server - all 105 tools across 10 categories including email hosting and website publishing, the 11 built-in prompts, the A2A agent roster, how to connect it to Claude (Settings then Connectors, remote MCP server URL https://be.osir.com/mcp/http), and what an AI assistant can do. - [.al Domain: How to Register Albania's ccTLD](https://osir.com/en/blog/al-domain-guide/): Complete guide to the .al country-code domain for Albania - who can register a .al domain, the second-level (yourname.al) and third-level (com.al/org.al) namespace structure, why it is a short identity-rich choice, how to register, and a FAQ. - [How to Register a .ai Domain (Anguilla's ccTLD for AI)](https://osir.com/en/blog/how-to-register-ai-domain/): Step-by-step guide to registering a .ai domain - open worldwide with no local presence, why .ai (Anguilla's ccTLD) became the default extension for AI products, why it costs more than .com and uses a longer minimum term, and how to manage it via API/MCP. - [How to Register a .dev Domain (Google's HTTPS-Only TLD)](https://osir.com/en/blog/how-to-register-dev-domain/): Step-by-step guide to registering a .dev domain - the Google Registry gTLD for developers. Covers the HTTPS-only requirement (the whole .dev TLD is on the HSTS preload list, so a TLS certificate is mandatory), who can register, use cases, and a FAQ. - [Domain Registries Explained: Registry vs Registrar](https://osir.com/en/blog/domain-registries-explained/): What a domain registry is and how it differs from a registrar - the registry-registrar-registrant chain, who runs the major registries (Verisign for .com/.net, Public Interest Registry for .org, Identity Digital, Google Registry, CentralNic/Team Internet), gTLD vs ccTLD, why the registry sets price and policy, and a FAQ. - [Domain Lifecycle Explained: Expiry, Redemption, Drop](https://osir.com/en/blog/domain-lifecycle-explained/): The full domain lifecycle after expiry - renewal grace period, the 30-day Redemption Grace Period (restore for a fee), the 5-day pendingDelete (point of no return), and drop. Plus the separate 60-day ICANN transfer lock, how to never lose a domain (auto-renew), and a FAQ. - [DNS and Nameservers Explained: How a Domain Finds Its Server](https://osir.com/en/blog/dns-nameservers-explained/): How DNS resolves a domain - the root -> TLD -> authoritative nameserver chain, what a nameserver is, glue records for vanity nameservers, the DNS record types you actually use (A, AAAA, CNAME, MX, TXT, NS, CAA), and why TTL/propagation makes changes take time. With a FAQ. - [How to Register a .io Domain (The Tech and Startup ccTLD)](https://osir.com/en/blog/how-to-register-io-domain/): Step-by-step guide to registering a .io domain - open worldwide with no local presence, why developers read it as "input/output", standard one-year terms, the 2024 territory-handover question and why .io remains fully operational, and how to manage it via API/MCP. - [Domain Sale: First Year Up to 94% Off on 150+ Extensions](https://osir.com/en/blog/domain-sale-2026/): OSIR domain sale, July 1 2026 to January 1 2027 - 159 extensions discounted up to 94% off the first year, from $2/yr (.digital, .life, .live). Cheapest domains, biggest discounts, and the full A-Z price list by category (business, tech, shopping, finance, creative, food, health). First-year new registrations; renewals at standard price; small ICANN + processing fee at checkout. With a FAQ. - [Web Forwarding Explained: Point Your Domain at Any URL](https://osir.com/en/blog/web-forwarding-explained/): How domain/URL forwarding works - the apex A record, forwarding route, and automatic HTTPS certificate that OSIR manages for you. Covers 301 vs 302 redirects, the preserve-path gotcha (turn it off when forwarding to a single page, on for a site root), the requirement to keep nameservers pointed at OSIR (auto-suspend/auto-restore on DNS drift), www forwarding, and when to forward instead of host. With a FAQ. - [Domain Status Codes Explained: clientHold to pendingDelete](https://osir.com/en/blog/domain-status-codes-explained/): What EPP domain status codes mean and how to read them - all 17 standard codes, the client (registrar-set) vs server (registry-set) distinction, the clientHold/serverHold codes that pull a domain from DNS, the transfer/delete/update/renew prohibitions, pending* transitional codes (pendingDelete is irreversible), and the addPeriod/autoRenewPeriod/redemptionPeriod grace-period statuses. Includes a symptom-to-code troubleshooting table, a quick-reference table, and a FAQ. - [How to Register a .gay Domain (Price, Rules, and Who Can Buy One)](https://osir.com/en/blog/how-to-register-gay-domain/): Step-by-step guide to registering a .gay domain - open to everyone with no eligibility rules, $30.00/yr flat (registration = renewal = transfer, plus the $0.20/yr ICANN fee and payment processing), operated by GoDaddy Registry. Covers the 20% give-back of new-registration revenue to LGBTQ+ nonprofits (GLAAD and CenterLink), the registry-level anti-hate policy under which offending domains can be suspended, who uses .gay, and how to manage it via API/MCP. With a FAQ. - [Register a .kred Domain: One Name for Site and Wallet ($12.99)](https://osir.com/en/blog/how-to-register-kred-domain/): Guide to the .kred gTLD - an ICANN extension operated by KredTLD Pty Ltd (a PeopleBrowsr subsidiary, Sydney) on the CentralNIC platform, whose Registry Agreement was signed December 19, 2013. A .kred name resolves as an ordinary website with full DNS control AND as an Ethereum Name Service (ENS) wallet address, minted as an ERC-721 token and tradeable on OpenSea. Open registration, no eligibility rules. OSIR price is $12.99/yr flat for registration, renewal, and transfer (5+ characters; 1-4 character names are registry premiums), versus $60.19 at the only other registrar tracked by TLD-List. Also covers Score.Kred and ERC-8004 agent reputation scoring, technical specs, and a FAQ. - [New Domain Extensions Are Coming: ICANN's 2026 gTLD Round Explained](https://osir.com/en/blog/new-domain-extensions-2026/): What happened when ICANN closed its first new-TLD application window since 2012 (April 30 - August 12, 2026) - the $227,000-per-string application fee, Link Freedom Group's record 300+ proposed strings (.llm, .agi, .quantum, .btc, .mall and more), how contention sets work (the 2012 .web auction closed at $135M), the full timeline from Reveal Day (late October 2026) to first launches (late 2027 - early 2028), why paid "reservations" for unlaunched TLDs are a scam pattern, and how sunrise/TMCH gives trademark holders the only real head start. With a FAQ. - [Meet the AI Agents That Can Manage Your Domains in 2026](https://osir.com/en/blog/ai-agents-that-manage-domains/): Part 1 of the Agents & Domains miniseries - the 2026 agent landscape and what each can do with domains: OpenClaw and Hermes Agent (open-source personal agents, both full MCP clients), Claude with remote MCP connectors, ChatGPT agent mode, Perplexity Comet, Gemini. Covers why the standalone AI browsers shut down in 2026 while chat-plus-MCP won, a capability comparison table, what full-lifecycle domain management over MCP includes, and the IETF push (DNS-AID, Agent Name Service) to make DNS the identity layer for agents. With a FAQ. - [Connect OpenClaw or Hermes Agent to Your Domains (via MCP)](https://osir.com/en/blog/connect-openclaw-hermes-to-your-domains/): Part 2 of the Agents & Domains miniseries - hands-on guide to pointing an MCP-capable agent (OpenClaw, Hermes Agent, Claude, Gemini CLI) at the OSIR MCP connector (https://be.osir.com/mcp/http) and managing domains from Telegram or WhatsApp. Covers the auth design (anonymous lookups, authenticated session for anything billable or mutating; device-login flow for headless agents), example conversations (availability, DNS record, expiry watchdog, registration), the executeConfirmedAction purchase gate, and the security guardrails for connecting an autonomous agent to anything that spends money. With a FAQ. - [Can an AI Buy You a Domain in 2026? The Scoreboard](https://osir.com/en/blog/can-an-ai-buy-you-a-domain/): Part 3 of the Agents & Domains miniseries - the state of agentic commerce and where domains fit: OpenAI's Instant Checkout launch and March 2026 scale-back, Google AP2 moving to the FIDO Alliance, Visa and Mastercard live agent transactions, and why no domain purchase appears in any card-network agentic flow while registrar MCP connectors already sell domains to agents today (authenticated account, full price quoted incl. ICANN and processing fees, explicit confirmation gate). With Verisign's 401.6M/+8.1% YoY "AI tailwinds" demand data and a FAQ. - [Your Domain Is Your Agent's Name: Identity for the Agentic Web](https://osir.com/en/blog/your-domain-is-your-agents-name/): Part 4 of the Agents & Domains miniseries - why every emerging agent-identity effort anchors to domains: IETF drafts DNS-AID and Agent Name Service (GoDaddy + Infoblox backing), A2A agent cards (v1.0, ~65 cards in the wild, the agent.json to agent-card.json path migration - including OSIR's own), Web Bot Auth signed agents, MIT NANDA, ERC-8004, and Cloudflare's data showing bots at 57.5% of web traffic. Practical guidance: use a subdomain like agent.yourname.com, skip speculative alternative-root "agent TLDs", keep DNSSEC on. With a FAQ. - [Give Your Agent a Home: A VPS and a Domain of Its Own](https://osir.com/en/blog/give-your-agent-a-home/): Part 5 (final) of the Agents & Domains miniseries - running an always-on agent like Hermes Agent or OpenClaw on a small VPS at agent.yourname.com: why a laptop is the wrong home, why the agent gets a domain instead of a bare IP (stability, TLS, identity standards, mail auth), the end-to-end setup (VPS order and DNS record doable via MCP in one conversation), and the hardening checklist (SSH keys only, no inbound surface, scoped credentials, skill hygiene, audit trail). With a FAQ. - [Deploy an App, Build a VPS, and Point Your Domain in One Request](https://osir.com/en/blog/deploy-app-vps-domain-one-request/): How to order a VPS, install the operating system, deploy an app, and update a domain's nameservers from a single natural-language request to an AI assistant connected to the OSIR MCP server. Covers the eight-step sequence and which steps cost money, the approval gate that stages any spend or hard-to-reverse action until the user confirms, the difference between ordering a server and building it (rebuilding is free and retryable; re-ordering charges again and strands the first server), nameservers versus an A record for pointing a domain, what you need before starting, and connector setup. With a FAQ. - [Domain Registrar MCP Servers in 2026, Compared](https://osir.com/en/blog/domain-registrar-mcp-servers-2026/): Reference comparison of every registrar and domain service with an MCP server or agent API as of August 2026 - OSIR (105 tools, full lifecycle plus VPS, apps, websites, and email), name.com, Cloudflare Registrar API, NameSilo, GoDaddy (search-only), AIvikings, MCPDomain, Instant Domain Search - with a capability table, how agent payment gating works, and how to choose. With a FAQ. - [What AI Agents Can Do for Domain Investors](https://osir.com/en/blog/ai-agents-for-domain-investors/): Practical guide for domain investors using AI agents - bulk availability sweeps across 450+ TLDs, name spins and domain hacks, watching EPP status codes for dropping domains, portfolio renewal hygiene, why AI valuations stay human-checked, and how spending confirmation gates work. With a FAQ. - [Every Announced 2026 gTLD Application, in One List](https://osir.com/en/blog/new-gtld-applications-2026/): Living tracker of ICANN's 2026 new gTLD round - the full list of 686 publicly known applied-for strings by applicant (Link Freedom Group 314, Journey to the West ~300 incl. Chinese-script IDNs, Namecheap's Starlight Registry, Oinkadot, Telegram's .gram, .gpt, .bitcoin, .sui and more), the visible contention sets, the intent-stage watch list, and round facts (1,600+ primary applications, $227,000 fee, Reveal Day expected October 2026). Every claim sourced; updated through Reveal Day. With a FAQ. - [The AI Interface to Domain Management](https://osir.com/en/blog/manage-your-domains-by-chat/): Announcement of the AI Interface built into the OSIR client dashboard (beta) - a chat that performs real account operations via the OSIR MCP server's 105 tools: list and register domains, create DNS zones, change records, create mailboxes, deploy sites. Covers the confirmation gate on paid actions, audit logging, and how it compares to connecting Claude/ChatGPT via MCP, the CLI, and A2A. With a FAQ. - [OSIR Site Designer: Describe Your Site, Get a Live URL](https://osir.com/en/blog/osir-site-designer/): Announcement of the OSIR Site Designer - two new MCP tools (osirSiteDesignBrief, osirSitePublish) plus a website_designer prompt that let any AI assistant design and publish a one-page website by conversation, live at name.osir.app on the free tier. Covers the interview-brief-publish flow, tips for a good brief, what the design flow refuses to do, publishing an existing site as-is, and revisions by chat. With a FAQ. - [Email Hosting on Your Domain, Built on JMAP and Stalwart](https://osir.com/en/blog/email-hosting-jmap-stalwart/): Launch post for OSIR email hosting - free domain enablement, per-mailbox packages billed monthly or annually, MX/SPF/DKIM/DMARC/MTA-STS published automatically on OSIR nameservers, external-DNS verification, takeover protection for domains with existing MX/SPF, Stalwart mail server with JMAP, IMAP, POP3 and SMTP, JMAP vs IMAP comparison, and the 11 email MCP tools. With a FAQ. - [Zone Data: See Which Domains Are About to Drop](https://osir.com/en/blog/zone-data-drop-monitor/): Announcement of Zone Data in the OSIR panel - nightly ICANN CZDS zone file ingestion for .com, .net, .org, .info and .app (166.6M .com names) turned into four screens: a drop monitor listing names that left the zone file with an estimated drop date (departure + 32 days) plus live registry EPP status checks, a 500-domain watchlist checked daily, keyword trends counted from newly registered names, and multi-zone name research. Covers why a zone departure predicts a drop, why the date is an estimate, and that no MCP tools exist for it yet. With a FAQ. ## Policies - [TLD Registration Policies](https://osir.com/en/policies/tld-registration/): HTTPS security notices and use restriction notices for Google Registry TLDs (.app, .dev, .new, .channel, etc.) - [Terms of Use](https://osir.com/en/policies/terms/): Terms governing use of OSIR services. - [Privacy Policy](https://osir.com/en/policies/privacy/): How we collect, use, and protect your data. ## Optional - [Company](https://osir.com/en/company/): Company information about Osir, Inc. - ICANN-accredited registrar (IANA #4332), founded by infrastructure veterans. - [Sign Up](https://osir.com/en/signup/): Create a free account.