mcpbeat Sign in

Bloomfilter MCP Server

local only

Bloomfilter runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 27 Feb 2026.

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

Installs per day peak 45 · avg 18 · +98% w/w
a month agotoday
90
Installs / week
npm · @bloomfilter/mcp-server
9
Stars
0 open issues
27 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bloomfilter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bloomfilter -- npx -y @bloomfilter/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bloomfilter": {
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bloomfilter]
command = "npx"
args = ["-y", "@bloomfilter/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "bloomfilter": {
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bloomfilter": {
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BLOOMFILTER_PRIVATE_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bloomfilter

same job, measured the same way
Midnight Rgb
by midnight-rgb

Domain registrar for AI agents. Search, register, and manage domains via API.

24 installs/wk local only
Customdomain
by customdomain

Custom domains for SaaS and AI agents: search, register, connect DNS, and issue HTTPS over MCP.

answering
EnCirca Domains
by encirca

Search, Register , Renew , Transfer and Manage domains

10 tools answering
Agentlookup MCP
by peureka

Search, discover, and register AI agents in the public registry at agentlookup.dev.

25 installs/wk local only
Agentdomain MCP
by agentdomain

Register and manage internet domains for AI agents via AgentDomain

138 installs/wk local only
I
NDIS Provider Feed
by benno303

Agent-readable search over the NDIS Provider Register (CC BY 4.0 AU) by location and service.

3 tools answering
Meta Agent Tools
by agentalog

Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.

29 tools answering
Unstoppable Domains
by unstoppabledomains

Domain search, registration, DNS, marketplace, and checkout with your AI agent.

answering

Bloomfilter — questions

Answers built from our own checks of this server.

Why is there no uptime for Bloomfilter?
Bloomfilter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bloomfilter/mcp-server was installed 90 times last week.
How do I connect Bloomfilter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bloomfilter/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Bloomfilter?
The npm package @bloomfilter/mcp-server was installed 90 times in the last week. Week over week that is +98%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bloomfilter open source?
Yes — it is published under the MIT licence, written in TypeScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.