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.
BLOOMFILTER_PRIVATE_KEYrequiredsecretHex-encoded private key for a wallet funded with USDC on Base to pay for domains and DNS operations
BLOOMFILTER_API_URLBloomfilter API base URL (defaults to https://api.bloomfilter.xyz)
BLOOMFILTER_NETWORKCAIP-2 network identifier (defaults to eip155:8453 / Base mainnet)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.