Bloomfilter

by bloomfilter-labs

Not rated
GitHub

About

Let AI agents search, register, and manage domains via API

Details

Author
bloomfilter-labs
Categories
Developer Tools, Search, Knowledge Base

Setup

Install Bloomfilter in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bloomfilter-labs/mcp-server-bloomfilter

Follow the installation instructions in the repository README, then restart your MCP client.

MCP server forBloomfilter, search & register domain names and manage DNS records from AI agents.

Bloomfilter is a domain registration and configuration API that usesx402for payments. Point your AI agent at the Bloomfilter API, give it a wallet with some USDC, and it can autonomously search, register, and configure domains.

No login, no credit card, no dashboard. Just HTTP requests and a crypto wallet.

This MCP server wraps the Bloomfilter API so that any MCP-compatible client (Claude Desktop, Cursor, Windsurf, custom agents, etc.) can use it as a tool provider.

BLOOMFILTER_PRIVATE_KEY=0x... npx @bloomfilter/mcp-server

The server communicates over stdio (JSON-RPC). It's meant to be launched by an MCP client, not run standalone.

Add this JSON to your MCP client's config file:

{ "mcpServers": { "bloomfilter": { "command": "npx", "args": ["-y", "@bloomfilter/mcp-server"], "env": { "BLOOMFILTER_PRIVATE_KEY": "0x..." } } } }

Any MCP-compatible client that supports stdio servers will work.

Without a private key, onlysearch_domainsandget_pricingwork. Everything else requires a wallet.

- search_domains:Check if a domain is available and get pricing. Searches across multiple TLDs at once.
- get_pricing:Get registration, renewal, and transfer pricing for one or all supported TLDs.

- get_domain_info:Get details about a registered domain: status, expiry, nameservers, lock state.
- register_domain:Register a new domain. Pays with USDC via x402 automatically. Handles async provisioning.
- renew_domain:Extend a domain registration. Same x402 payment flow.
- get_account:View wallet address, domain count, total spent.

DNS Management (wallet required, $0.10 USDC per mutation)

- list_dns_records:List all DNS records for a domain.
- add_dns_record:Add a DNS record (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, FORWARD).
- update_dns_record:Update an existing DNS record by ID.
- delete_dns_record:Delete a DNS record by ID.

Bloomfilter uses thex402 protocol, an HTTP-native payment standard. When a tool triggers a paid API call, the server handles payment negotiation automatically:
- The API responds with HTTP 402 and a payment requirement
- The MCP server signs a USDC payment with your wallet
- The API verifies the payment and completes the request

All payments are in USDC on Base (an Ethereum L2). You need USDC in the wallet corresponding to your private key.

The server authenticates with the Bloomfilter API using SIWE (Sign-In With Ethereum). This happens automatically on the first authenticated tool call. No setup needed beyond providing your private key.

Full API reference and guides atdocs.bloomfilter.xyz.

git clone https://github.com/BloomFilter-Labs/mcp-server-bloomfilter.git cd mcp-server-bloomfilter npm install npm run build

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Semantic code search for AI agents without indexing your codebase or storing any data. Fast and accurate.

Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.

Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.

Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.

Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.

Search Apple's Developer Documentation with smart search and wildcard support.

MCP server that exposes ast-grep (sg) as two tools for structural code search.

Search everything your terminal ever printed. Local MCP server over per-command recorded output: full-text search, exit codes, diffs, secret redaction. Built and maintained by an AI agent (Soren Achebe).

Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance

Provides semantic code search and codebase interaction features via the CodeAlive API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.