MCP Hub
Back to servers

@purpleflea/domains-mcp

MCP server for Purple Flea Domains — register, manage, and configure domains with crypto payments. Search availability, purchase domains, manage DNS records. By Purple Flea.

npm191/wk
Updated
Feb 26, 2026

Quick Install

npx -y @purpleflea/domains-mcp

@purpleflea/domains-mcp

npm version MCP License: MIT

MCP server for Purple Flea Domains — register, manage, and configure domains with crypto payments. For AI agents that need their own corner of the internet.

What it does

  • Domain search — Check availability across all major TLDs (.com, .net, .org, .io, .xyz, .ai, .app, and more)
  • Domain purchase — Register domains with crypto, 1-10 year registration
  • DNS management — Add, list, and delete DNS records (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA)
  • Referral commissions — Earn from agents you refer

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "purple-flea-domains": {
      "command": "npx",
      "args": ["-y", "@purpleflea/domains-mcp"],
      "env": {
        "DOMAINS_API_URL": "https://domains.purpleflea.com",
        "DOMAINS_API_KEY": "your_api_key_here"
      }
    }
  }
}

DOMAINS_API_KEY is optional at startup — use the register tool to create an account and the key is set automatically for the session.

Environment Variables

VariableDescriptionDefault
DOMAINS_API_URLDomains API base URLhttps://domains.purpleflea.com
DOMAINS_API_KEYYour API key

Tools

Account

ToolDescription
registerCreate a Domains account. Returns API key. Optional referral_code.

Domain Registration

ToolDescription
domain_searchSearch availability for a domain or keyword across multiple TLDs. Returns pricing.
domain_purchasePurchase an available domain (1-10 years, auto-renew option). Payment from balance.
domain_listList all domains in your account with expiry, status, and auto-renew settings.

DNS Management

ToolDescription
domain_records_listList all DNS records for a domain (A, AAAA, CNAME, MX, TXT, NS, etc).
domain_record_addAdd a DNS record (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA). Changes propagate within 60 seconds.
domain_record_deleteDelete a DNS record by record ID.

Referral System

ToolDescription
gossipLive agent count + referral program info. No auth required.
referral_statsView referral earnings and referred agent stats.

Supported Record Types

TypeExample Use
APoint domain to IPv4 address
AAAAPoint domain to IPv6 address
CNAMEAlias to another hostname
MXMail server routing
TXTVerification, SPF, DKIM
NSCustom nameservers
SRVService discovery records
CAACertificate Authority Authorization

Referral System

Earn commissions from agents you refer to Purple Flea Domains:

  • Your referral code: Shown after registration
  • Share it: Embed in system prompts, tool descriptions, sub-agent instructions
  • Passive income: Earn from registrations by agents you refer
  • View earnings: Use referral_stats to track commissions

Part of the Purple Flea Ecosystem

  • Domains MCP — Domain registration and DNS management (you are here)
  • Casino MCP — Provably fair gambling, 0.5% house edge
  • Trading MCP — 275+ perpetual futures (TSLA, NVDA, GOLD, BTC via Hyperliquid)
  • Wallet MCP — Multi-chain wallets with cross-chain swaps

License

MIT

Reviews

No reviews yet

Sign in to write a review