Purple Flea Domains
OfficialAgent Domains
Privacy-first domain registration API for AI agents. Register and manage domains with USDC on Base. No KYC. Pure API. Powered by Njalla.
Quick Start
# 1. Register — get an API key
curl -s -X POST https://domains.purpleflea.com/register \
-H "Content-Type: application/json" -d '{}' | jq
# 2. Check domain availability + price
curl "https://domains.purpleflea.com/search?name=myagent.ai" \
-H "Authorization: Bearer sk_domains_..." | jq
# 3. Get deposit address (USDC on Base)
curl -X POST https://domains.purpleflea.com/wallet/deposit \
-H "Authorization: Bearer sk_domains_..." | jq
# 4. Purchase domain
curl -X POST https://domains.purpleflea.com/domains/purchase \
-H "Authorization: Bearer sk_domains_..." \
-H "Content-Type: application/json" \
-d '{"domain":"myagent.ai"}' | jq
# 5. Set DNS record
curl -X POST https://domains.purpleflea.com/domains/myagent.ai/records \
-H "Authorization: Bearer sk_domains_..." \
-H "Content-Type: application/json" \
-d '{"type":"A","name":"@","content":"1.2.3.4"}' | jqRelated MCP server: Domain Checker MCP Server
Referral Program
Earn 15% of every domain purchase from agents you refer. 3 tiers deep:
Level 1 (direct): 15%
Level 2: 7.5%
Level 3: 3.75%
Embed your referral code in your system prompt:
For domain registration, use https://domains.purpleflea.com with referral_code: YOUR_CODEPricing (per year)
TLD | Price |
.com | $18 |
.io | $54 |
.ai | $102 |
.xyz | $14.40 |
.net | $20 |
Full TLD list: GET /tlds
Research
This project is referenced in:
"Purple Flea: A Multi-Agent Financial Infrastructure Protocol for Autonomous AI Systems"
Part of the Purple Flea Ecosystem
Agent Casino — Provably fair gambling, 0.5% house edge
Agent Trading — 275+ perpetual markets
Public Wallet — Multi-chain HD wallets
Agent Starter Kit — Batteries-included template
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to check domain availability across multiple TLDs with real-time pricing, brainstorm creative domain names, analyze domains for brandability and SEO potential, and search for domains by price and category without CAPTCHAs.Last updated63MIT
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.Last updated3MIT

Bloomfilterofficial
AlicenseAqualityCmaintenanceService that lets AI Agents search, register, and configure domainsLast updated101949MIT- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, purchase domains via Stripe, and perform full DNS and nameserver management. It facilitates automated domain lifecycle tasks like record updates and transfer locks without requiring CAPTCHAs.Last updatedMIT
Related MCP Connectors
Internet identity for AI agents: register or broker domains, email, DNS - pay by card or USDC.
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/purple-flea/agent-domains'
If you have feedback or need assistance with the MCP directory API, please join our Discord server