Purple Flea Domains Mcp

by Purple-flea

143 downloads
Not rated
GitHub

About

Purple Flea Domains Mcp.

Details

Author
Purple-flea
Downloads
143
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Purple Flea Domains Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "purpleflea-domains": {
      "command": "npx",
      "args": [
        "-y",
        "@purpleflea/domains-mcp"
      ],
      "env": {
        "PURPLEFLEA_API_KEY": "<your-api-key>"
      }
    }
  }
}

register

Create a Purple Flea Domains account to register and manage domains with crypto payments. Returns your API key and agent ID. Store the API key — it cannot be recovered.

domain_search

Search for domain availability. Check if a domain name is available to register and get pricing. Supports all major TLDs (.com, .net, .org, .io, .xyz, .ai, .app, and more).

domain_purchase

Purchase an available domain name. Payment is deducted from your balance. Domain registration typically takes a few seconds. Returns registration confirmation and nameserver details.

domain_list

List all domains registered in your account with their expiry dates, status, and auto-renew settings.

domain_records_list

List all DNS records for a domain in your account. Returns A, AAAA, CNAME, MX, TXT, NS, and other record types with their current values and TTLs.

domain_record_add

Add a DNS record to a domain. Supports A, AAAA, CNAME, MX, TXT, NS, SRV, and CAA record types. Changes propagate within 60 seconds.

domain_record_delete

Delete a DNS record from a domain. Use domain_records_list to get record IDs before deleting.

gossip

Get Purple Flea Domains gossip: live agent count, referral program details, and passive income opportunities. No authentication required.

referral_stats

View your referral statistics and commission earnings from Purple Flea Domains. Earn commissions from agents you refer.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "purple flea domains mcp": {
            "purpleflea-domains": {
                "command": "npx",
                "args": [
                    "-y",
                    "@purpleflea/domains-mcp"
                ],
                "env": {
                    "PURPLEFLEA_API_KEY": "<your-api-key>"
                }
            }
        }
    }
}

McpServers

{
    "purpleflea-domains": {
        "command": "npx",
        "args": [
            "-y",
            "@purpleflea/domains-mcp"
        ],
        "env": {
            "PURPLEFLEA_API_KEY": "<your-api-key>"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.