Skip to content

Quick Start

There are two ways to use Bloomfilter: through the MCP server (recommended for AI agents) or the raw HTTP API.

The MCP server lets AI agents like Claude, Cursor, and Windsurf register domains autonomously.

  1. Install the MCP server

    Add to your MCP client config (e.g. claude_desktop_config.json):

    {
    "mcpServers": {
    "bloomfilter": {
    "command": "npx",
    "args": ["-y", "@bloomfilter/mcp-server"],
    "env": {
    "BLOOMFILTER_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE",
    "BLOOMFILTER_NETWORK": "eip155:8453"
    }
    }
    }
    }

    See MCP Server setup for config paths for all supported clients.

  2. Fund your wallet

    Send USDC to your wallet address on Base (chain ID 8453). You need at least enough to cover the domain price + DNS fees ($0.10 each).

  3. Ask your AI agent to register a domain

    “Search for available .io domains for ‘myproject’ and register the best one.”

    The agent will search, show pricing, register the domain, and configure DNS — all autonomously.