1 comments

  • eronmmer 6 hours ago

    I built Bloomfilter because the current domain registration flow is broken for AI agents. An agent that wants a domain needs a human to create a registrar account, put a credit card on file, and navigate some checkout UI. The whole point of agents is autonomy. So I built an API where the agent just sends an HTTP request, pays with USDC via x402, and gets a registered domain back.

    There's also a SKILL and an MCP server so it works natively with Claude Code, Cursor, etc.

    Docs: https://docs.bloomfilter.xyz

    MCP server: https://github.com/BloomFilter-Labs/mcp-server-bloomfilter

    SKILL: https://bloomfilter.xyz/SKILL.md

    Happy to answer any questions!