# Owndle > Owndle tracks every domain you own across every registrar — what you're overpaying on renewals, what your unused domains are worth, and which ones are drifting toward a missed-renewal cliff. Think "MoneySuperMarket for domains". Owndle is agent-native. A founder can connect their AI agent — Claude Code, Cursor, Claude Desktop, or any MCP client — straight to their domain portfolio and ask it to audit costs, find renewal savings, value domains, or search for new names. ## Free tools (no account, no auth) These are the fastest way to answer a question about a specific domain. All are public pages that work without signing in. - Domain expiry checker — expiry date, days remaining, registrar, nameservers, DNSSEC. Read live from the registry over RDAP. https://owndle.com/tools/expiry-check - Domain renewal price comparison — what every tracked registrar charges to renew a given TLD, cheapest first. https://owndle.com/tools/price-check - Bulk WHOIS lookup — registrar, expiry and nameservers for up to 100 domains at once. https://owndle.com/tools/whois-bulk - Domain search with social handle check — availability, alternatives ranked by TLD trust and brandability, matching social handles, and five-year cost of ownership. https://owndle.com/tools/domain-search - Registrar lookup — which registrar a domain is actually registered with. https://owndle.com/tools/registrar-lookup - Domain availability alert — which stage of the deletion lifecycle a taken domain is in, and whether it is likely to drop. https://owndle.com/tools/domain-alert ## Renewal price data Renewal prices (not first-year promotional prices) across every registrar we track. Useful for answering "what does a .io cost per year" or "who is cheapest to renew a .com". - All TLDs compared: https://owndle.com/prices - One TLD, every registrar: https://owndle.com/prices/{tld} — e.g. /prices/com, /prices/io, /prices/ai - One registrar, every TLD, versus the cheapest option: https://owndle.com/renewal-prices/{registrar} — e.g. /renewal-prices/godaddy - Registrars ranked by average markup: https://owndle.com/registrars - Head-to-head comparisons: https://owndle.com/compare - How this data is sourced, how often it refreshes, and our rule that affiliate relationships never affect ranking order: https://owndle.com/methodology ## Reference - Domain glossary — grace periods, redemption fees, auth codes, transfer locks, renewal arbitrage: https://owndle.com/glossary - Guides — renewal costs, transfers, expired-domain recovery, portfolio management: https://owndle.com/blog - The domain renewal overpaying report — renewal price variation across every registrar and TLD we track: https://owndle.com/reports/domain-renewal-overpaying - TLD trust and deliverability rankings — which TLDs get filtered as spam: https://owndle.com/reports/tld-trust-rankings - Transfer-away guides per registrar: https://owndle.com/guides/transfer-away-from-{registrar} ## For agents - Owndle CLI + MCP server — published to npm as `owndle`. Run `npx owndle mcp` to start an MCP server over stdio; `npx owndle help` for the CLI. https://www.npmjs.com/package/owndle - Authentication — an Owndle API key (`owndle_sk_…`), minted in the dashboard at https://owndle.com/dashboard/settings (API keys are a Founder-tier feature). Pass it to the MCP server as the `OWNDLE_API_KEY` environment variable, or run `owndle login`. - Public API — https://owndle.com/api/v1, Bearer-authenticated with the API key. - Full API and MCP documentation: https://owndle.com/llms-full.txt ## MCP tools - audit_portfolio — renewal + resale audit of the whole portfolio (annual cost, recoverable savings, expiring domains, estimated resale value) - list_domains — every tracked domain with registrar, expiry, renewal cost and a valuation - search_domains — domain availability, the cheapest registrars by 5-year cost, ranked alternatives, and social-handle checks - list_watches / add_watch / remove_watch — the founder's watchlist of domains they don't own yet but want to grab ## API endpoints - GET /api/v1/portfolio — the portfolio plus a cost/resale audit summary - GET /api/v1/search?q= — domain search - GET /api/v1/watches — the watchlist - POST /api/v1/watches — add a watch, body { "domain": "example.com" } - DELETE /api/v1/watches/{id} — remove a watch ## Links - Owndle: https://owndle.com - Domain portfolio tracker: https://owndle.com/domain-portfolio-tracker - Domain expiry monitoring: https://owndle.com/domain-expiration-monitoring - MCP server: https://owndle.com/mcp - Command-line tool: https://owndle.com/cli - Pricing: https://owndle.com/#pricing - Changelog: https://owndle.com/changelog - Sign up: https://owndle.com/sign-up