Rent verified subdomains by the hour, day, or month. Free 24h trials, x402 USDC on Base.
Stdio bridge to the 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.
{
"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.
MIT
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y popdot-mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"ai-popdot-popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referencepopdot-mcpnpmPopdot AI works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.