Service that lets AI Agents search, register, and configure domains
claude mcp add bloomfilter -- npx -y @bloomfilter/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bloomfilter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Eronmmer--bloomfilter/reviews or the review_server meta-tool.
POST /mcp