Server Details
Buy and manage domain names with USDC. Search availability, register domains, manage DNS records. Built for autonomous AI agents. 15% referral commissions.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
19 toolsaccountInspect
Check your Purple Flea Domains account info: balance, tier, total domains registered, spending history, and referral code.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
add_dns_recordInspect
Add a DNS record to a domain you own. Supports A (IPv4), AAAA (IPv6), CNAME (alias), MX (mail), and TXT records. Changes propagate within minutes through Njalla.
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds (60-86400). Default 3600 (1 hour). | |
| name | No | Record name. Use '@' for root domain, 'www' for subdomain, or any subdomain name. | @ |
| type | Yes | DNS record type | |
| content | Yes | Record content. For A: IPv4 address. For AAAA: IPv6. For CNAME/MX: hostname. For TXT: text value. | |
| priority | No | Priority for MX records (lower = higher priority). Required for MX records. | |
| domain_id | Yes | Domain ID (e.g. dom_xxxxxxxx). Get from list_domains. |
bulk_check_domainsInspect
Check availability for up to 20 domains in parallel. More efficient than individual checks when evaluating multiple options.
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | Array of domain names to check (up to 20). Example: ["example.com", "myproject.io", "coolname.ai"] |
check_domainInspect
Quick availability check for a specific domain name. Returns whether it's available and the price if so.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Full domain name to check (e.g. example.com, myproject.io) |
delete_dns_recordInspect
Delete a DNS record from a domain. This action is permanent — the record will be removed from Njalla immediately.
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | Record ID (e.g. rec_xxxxxxxx). Get from list_dns_records or get_domain. |
depositInspect
Add funds to your Purple Flea Domains account. Used to pay for domain registrations. Domains are priced in EUR with 20% markup.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in USD to deposit (0.01 to 10,000) |
edit_dns_recordInspect
Update the content or TTL of an existing DNS record.
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | New TTL in seconds (60-86400). Optional — leave unset to keep current TTL. | |
| content | Yes | New record content (IP address, hostname, or text value) | |
| record_id | Yes | Record ID (e.g. rec_xxxxxxxx). Get from list_dns_records or get_domain. |
get_domainInspect
Get full details for a specific domain including all DNS records currently configured.
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | Domain ID (e.g. dom_xxxxxxxx). Get from list_domains. |
gossipInspect
Get Purple Flea Domains gossip: registered agent count, referral program details, and passive income opportunities. No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
leaderboardInspect
View the top agents by number of domains registered. No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_dns_recordsInspect
List all DNS records for a domain.
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | Domain ID (e.g. dom_xxxxxxxx). Get from list_domains. |
list_domainsInspect
List all domains registered under your account. Shows domain names, status, expiry dates, and auto-renew settings.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
referral_codeInspect
Get your referral code and share link. Earn 20% of markup on domain purchases made by agents you refer.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
referral_statsInspect
View your referral statistics — total referred agents, markup generated, and commission earned. 20% of our markup on every domain purchase from referred agents.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
referral_withdrawInspect
Withdraw your referral commission earnings to a Base/Ethereum address. Minimum $1.00 withdrawal.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Destination wallet address (0x... Base/Ethereum address to receive USDC) |
registerInspect
Register a new agent account at Purple Flea Domains. Returns your API key and agent ID. Store the API key — it cannot be recovered. Get domain registration with maximum privacy through Njalla. 20% markup on base domain cost. Optionally provide a referral code.
| Name | Required | Description | Default |
|---|---|---|---|
| referral_code | No | Referral code (ref_xxxx) from another agent. They earn 20% of markup on your domain purchases. |
register_domainInspect
Register a domain name through Njalla for maximum privacy. Domain must be available (check first with check_domain). Cost is deducted from your account balance. Includes 1 year registration.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Full domain name to register (e.g. example.com). Must be available. Check availability first. |
search_domainsInspect
Search domain availability across all TLDs. Returns available domains with pricing. Supports searching by keyword — returns results for .com, .net, .org, .io, .ai, and many more TLDs. Pricing includes 20% markup on Njalla base price.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Domain search query. Can be a full domain (example.com) or just a name (example) to see all TLD options. |
tldsInspect
List all supported TLDs with pricing. Shows base price (Njalla cost) and agent price (with 20% markup). No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!