Skip to main content
ClaudeWave

Stdio bridge to the Popdot AI MCP server. Rent verified subdomains for AI agents by the hour, day, or month.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/popdot-ai/popdot-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "popdot-mcp": {
      "command": "node",
      "args": ["/path/to/popdot-mcp/dist/index.js"],
      "env": {
        "POPDOT_PRIVATE_KEY": "<popdot_private_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/popdot-ai/popdot-mcp and follow its README for install instructions.
Detected environment variables
POPDOT_PRIVATE_KEY
Use cases

MCP Servers overview

# popdot-mcp

Stdio bridge to the [Popdot AI](https://popdot.ai) MCP server, for MCP clients that speak stdio (Claude Desktop, local agent frameworks).

Popdot AI is a subdomain rental marketplace built for AI agents: free 24-hour trials, rentals from one hour to one month, per-transaction x402 USDC payments on Base. No account needed to discover.

## Use

```json
{
  "mcpServers": {
    "popdot": {
      "command": "npx",
      "args": ["popdot-mcp"]
    }
  }
}
```

Read-only tools (search_domains, get_price_quote, check_availability, try_domain) work with no configuration.

For authenticated tools (rent_domain), set:

```
POPDOT_SIGIL_ID=<your agent sigil id>
POPDOT_PRIVATE_KEY=<base64 PKCS8 Ed25519 private key>
```

Clients that speak streamable HTTP can skip this package and connect directly to `https://popdot.ai/api/mcp`.

## Docs

- Quickstart: https://popdot.ai/echo/quickstart.md
- Full agent docs: https://popdot.ai/llms-full.txt

## License

MIT

What people ask about popdot-mcp

What is popdot-ai/popdot-mcp?

+

popdot-ai/popdot-mcp is mcp servers for the Claude AI ecosystem. Stdio bridge to the Popdot AI MCP server. Rent verified subdomains for AI agents by the hour, day, or month. It has 0 GitHub stars and was last updated today.

How do I install popdot-mcp?

+

You can install popdot-mcp by cloning the repository (https://github.com/popdot-ai/popdot-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is popdot-ai/popdot-mcp safe to use?

+

popdot-ai/popdot-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains popdot-ai/popdot-mcp?

+

popdot-ai/popdot-mcp is maintained by popdot-ai. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to popdot-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy popdot-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: popdot-ai/popdot-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/popdot-ai-popdot-mcp)](https://claudewave.com/repo/popdot-ai-popdot-mcp)
<a href="https://claudewave.com/repo/popdot-ai-popdot-mcp"><img src="https://claudewave.com/api/badge/popdot-ai-popdot-mcp" alt="Featured on ClaudeWave: popdot-ai/popdot-mcp" width="320" height="64" /></a>

More MCP Servers

popdot-mcp alternatives