Bloomfilter
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLOOMFILTER_API_URL | No | API base URL. | https://api.bloomfilter.xyz |
| BLOOMFILTER_PRIVATE_KEY | Yes | EVM private key (hex). Used for x402 payments and wallet-based auth. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_domainsB | Search for available domain names. Returns availability and pricing for each TLD. |
| get_pricingA | Get domain registration, renewal, and transfer pricing. Omit tld for all TLDs, or specify one. |
| get_domain_infoA | Get detailed information about a registered domain (status, expiry, nameservers, etc.). |
| register_domainA | Register a new domain name. Requires USDC payment via x402. Handles async provisioning automatically. |
| renew_domainA | Renew an existing domain registration. Requires USDC payment via x402. |
| list_dns_recordsA | List all DNS records for a domain you own. |
| add_dns_recordA | Add a DNS record to a domain you own. Costs $0.10 USDC per record. IMPORTANT: Always add DNS records one at a time (sequentially, not in parallel). After registering a new domain, wait at least 30 seconds before adding DNS records. |
| update_dns_recordA | Update an existing DNS record. Costs $0.10 USDC. Use list_dns_records to find the record_id. IMPORTANT: Always update DNS records one at a time (sequentially, not in parallel). |
| delete_dns_recordA | Delete a DNS record from a domain you own. Costs $0.10 USDC. IMPORTANT: Always delete DNS records one at a time (sequentially, not in parallel). |
| get_accountA | Get account information — wallet address, domain count, total spent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct operation (e.g., add vs. delete DNS records, register vs. renew domain) with no overlap in purpose, ensuring an agent can easily differentiate them.
All tools follow a consistent verb_noun pattern using underscores (e.g., register_domain, list_dns_records), making naming predictable and scannable.
With 10 tools, the server covers domain registration and DNS management comprehensively without unnecessary bloat or gaps, fitting the domain well.
The set covers core lifecycle (register, renew, search, info) and DNS CRUD, but lacks a domain transfer tool despite mentioning transfer pricing, a minor gap.