Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Eronmmer/bloomfilter

NPM · @BLOOMFILTER/MCP-SERVER · SCANNED SEP 22

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

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 127 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 210 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 745 tokens (~74/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_dns_record" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Eronmmer/bloomfilter MCP server?

io.github.Eronmmer/bloomfilter runs locally as an npm package, launched with npx -y @bloomfilter/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @bloomfilter/mcp-server

# add to Claude Code
claude mcp add eronmmer-bloomfilter -- npx -y @bloomfilter/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "eronmmer-bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "eronmmer-bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add eronmmer-bloomfilter -- npx -y @bloomfilter/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eronmmer-bloomfilter": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eronmmer-bloomfilter --command npx --arg -y --arg @bloomfilter/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  eronmmer-bloomfilter:
    command: "npx"
    args: ["-y", "@bloomfilter/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "eronmmer-bloomfilter": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@bloomfilter/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add eronmmer-bloomfilter -t stdio -c npx -a -y @bloomfilter/mcp-server
// mcp.json
{
  "mcpServers": {
    "eronmmer-bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −2
    • Stability: pass → 0.83 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/@bloomfilter/mcp-server@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 127 packages
Packages resolved 127
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~745 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_dns_record ~172

Add a DNS record to a domain you own. Costs $0.10 USDC per record.

NameTypeReqDescription
distanceintegerMX priority / SRV weight (only for MX and SRV records)
domainstringyesDomain to add the record to (e.g., 'myproject.com')
hoststringyesRecord hostname (e.g., '@' for root, 'www', 'mail')
ttlintegerTime-to-live in seconds (300-86400, default: 3600)
typestringyesDNS record type (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, FORWARD)
valuestringyesRecord value (e.g., IP address, CNAME target, MX server)

No output schema declared.

No examples provided.

delete_dns_record ~67

Delete a DNS record from a domain you own. Costs $0.10 USDC.

NameTypeReqDescription
domainstringyesDomain the record belongs to (e.g., 'myproject.com')
record_idstringyesID of the DNS record to delete (from list_dns_records)

No output schema declared.

No examples provided.

get_account ~21

Get account information — wallet address, domain count, total spent.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_domain_info ~44

Get detailed information about a registered domain (status, expiry, nameservers, etc.).

NameTypeReqDescription
domainstringyesFully qualified domain name (e.g., 'example.com')

No output schema declared.

No examples provided.

get_pricing ~65

Get domain registration, renewal, and transfer pricing. Omit tld for all TLDs, or specify one.

NameTypeReqDescription
tldstringSpecific TLD to get pricing for (e.g., 'com', 'io'). Omit for all TLDs.

No output schema declared.

No examples provided.

list_dns_records ~40

List all DNS records for a domain you own.

NameTypeReqDescription
domainstringyesDomain to list DNS records for (e.g., 'myproject.com')

No output schema declared.

No examples provided.

register_domain ~65

Register a new domain name. Requires USDC payment via x402. Handles async provisioning automatically.

NameTypeReqDescription
domainstringyesDomain to register (e.g., 'myproject.com')
yearsintegerRegistration period in years (1-10, default: 1)

No output schema declared.

No examples provided.

renew_domain ~60

Renew an existing domain registration. Requires USDC payment via x402.

NameTypeReqDescription
domainstringyesDomain to renew (e.g., 'myproject.com')
yearsintegerRenewal period in years (1-10, default: 1)

No output schema declared.

No examples provided.

search_domains ~84

Search for available domain names. Returns availability and pricing for each TLD.

NameTypeReqDescription
querystringyesDomain name to search for (e.g., 'myproject', 'coolstartup')
tldsstringComma-separated TLDs to check (e.g., 'com,io,xyz'). Defaults to com,net,org,io,xyz

No output schema declared.

No examples provided.

update_dns_record ~127

Update an existing DNS record. Costs $0.10 USDC. Use list_dns_records to find the record_id.

NameTypeReqDescription
distanceintegerNew MX priority / SRV weight
domainstringyesDomain the record belongs to (e.g., 'myproject.com')
hoststringyesNew hostname for the record
record_idstringyesID of the DNS record to update (from list_dns_records)
ttlintegerNew TTL in seconds (300-86400)
valuestringyesNew value for the record

No output schema declared.

No examples provided.

Common questions

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

io.github.Eronmmer/bloomfilter is an MCP server listed in the public MCP registry as io.github.Eronmmer/bloomfilter. Service that lets AI Agents search, register, and configure domains. This page covers its npm package (@bloomfilter/mcp-server).

Is the io.github.Eronmmer/bloomfilter MCP server safe to use?

io.github.Eronmmer/bloomfilter scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Eronmmer/bloomfilter MCP server expose?

io.github.Eronmmer/bloomfilter exposes 10 tools: search_domains, get_pricing, get_domain_info, register_domain, renew_domain, and 5 more. Their descriptions and schemas cost roughly 745 tokens of context every time the server is loaded.

Is the io.github.Eronmmer/bloomfilter MCP server still maintained?

io.github.Eronmmer/bloomfilter is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

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

io.github.Eronmmer/bloomfilter declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.