feat: add name.com API tool with username/token auth - #854
Merged
Conversation
Implement namecom tool wrapping 72 API operations across 17 tag groups: - Domain management (list, create, update, lock, unlock, renew, contacts, nameservers) - DNS records (CRUD operations) - URL/Email forwarding (CRUD operations) - Vanity nameservers (CRUD operations) - DNSSEC management - Transfers (list, create, cancel, eligibility) - Webhook notifications - Domain info, TLD pricing, premium domains - Contact verification - Orders and refunds Authentication via NAMECOM_USERNAME/NAMECOM_TOKEN env vars (Basic Auth). URL allowlist validation, 30s timeout, rate limit handling. Register tool in src/tools/index.js with network:outbound permission.
Archived specs to openspec/changes/archive/2026-08-23-add-namecom-api-tool/ Synced spec delta to openspec/specs/namecom-api/spec.md (+25 requirements)
Owner
Author
Implementation Audit ResultsGoal Fulfillment
Spec Compliance
Task Completion
Quality Check
Changed Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a name.com API tool wrapping 72 operations across 17 tag groups as a single unified tool with an
actionparameter. Authentication usesNAMECOM_USERNAMEandNAMECOM_TOKENenvironment variables (Basic Auth). Covers domain management, DNS records, transfers, email/URL forwarding, vanity nameservers, DNSSEC, webhook notifications, orders, refunds, TLD pricing, premium domains, and contact verification.Type of Change
Testing
tests/unit/tools/namecom.test.jscovering:Coverage
Checklist
npm run lintpassesChanged Files
src/tools/namecom/index.js— name.com API tool (535 lines, 40+ actions)src/tools/index.js— tool registration (import, permissions, classifications)tests/unit/tools/namecom.test.js— 107 unit testsopenspec/specs/namecom-api/spec.md— 25 spec requirementsopenspec/changes/archive/2026-08-23-add-namecom-api-tool/— archived OpenSpec changeCloses #853