PluginBench
MCP Server
Maintained
MIT

io.github.Eronmmer/bloomfilter MCP Server

io.github.Eronmmer/bloomfilter

What is the io.github.Eronmmer/bloomfilter MCP server?

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

How to install io.github.Eronmmer/bloomfilter

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<YOUR_BLOOMFILTER_PRIVATE_KEY>",
        "BLOOMFILTER_API_URL": "<YOUR_BLOOMFILTER_API_URL>",
        "BLOOMFILTER_NETWORK": "<YOUR_BLOOMFILTER_NETWORK>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<YOUR_BLOOMFILTER_PRIVATE_KEY>",
        "BLOOMFILTER_API_URL": "<YOUR_BLOOMFILTER_API_URL>",
        "BLOOMFILTER_NETWORK": "<YOUR_BLOOMFILTER_NETWORK>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<YOUR_BLOOMFILTER_PRIVATE_KEY>",
        "BLOOMFILTER_API_URL": "<YOUR_BLOOMFILTER_API_URL>",
        "BLOOMFILTER_NETWORK": "<YOUR_BLOOMFILTER_NETWORK>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bloomfilter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<YOUR_BLOOMFILTER_PRIVATE_KEY>",
        "BLOOMFILTER_API_URL": "<YOUR_BLOOMFILTER_API_URL>",
        "BLOOMFILTER_NETWORK": "<YOUR_BLOOMFILTER_NETWORK>"
      }
    }
  }
}
Claude Code
claude mcp add bloomfilter --env BLOOMFILTER_PRIVATE_KEY=<YOUR_BLOOMFILTER_PRIVATE_KEY> --env BLOOMFILTER_API_URL=<YOUR_BLOOMFILTER_API_URL> --env BLOOMFILTER_NETWORK=<YOUR_BLOOMFILTER_NETWORK> -- npx -y @bloomfilter/mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →