Home › Other › mcp-server-bloomfilter

mcp-server-bloomfilter

Service that lets AI Agents search, register, and configure domains

TypeScript
★ 10 stars Last pushed 2026-02-26 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @bloomfilter/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/[email protected]"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<YOUR_VALUE>",
        "BLOOMFILTER_API_URL": "<YOUR_VALUE>",
        "BLOOMFILTER_NETWORK": "<YOUR_VALUE>"
      }
    }
  }
}
  • BLOOMFILTER_PRIVATE_KEY required secret — Hex-encoded private key for a wallet funded with USDC on Base to pay for domains and DNS operations
  • BLOOMFILTER_API_URL — Bloomfilter API base URL (defaults to https://api.bloomfilter.xyz)
  • BLOOMFILTER_NETWORK — CAIP-2 network identifier (defaults to eip155:8453 / Base mainnet)

Related servers

Data from the Official MCP Registry