npm popdot-mcpstreamable-httpupdated 1mo ago
Stdio bridge to the Popdot AI MCP server, for MCP clients that speak stdio (Claude Desktop, local agent frameworks).
What can you do with Popdot AI?
popdot-mcp
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.
Use
{
"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
Install
Add Popdot AI to your client. Pick the one you use.
{
"servers": {
"popdot-mcp": {
"type": "http",
"url": "https://popdot.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add popdot-mcp -- npx -y popdot-mcpcodex mcp add popdot-mcp -- npx -y popdot-mcpamp mcp add popdot-mcp -- npx -y popdot-mcp{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"popdot-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"popdot-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"popdot-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"popdot-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y popdot-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 35 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Aug 26, 2026 |
| 1.0.2 | Jul 27, 2026 |