Server 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. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_domains | Search for available domain names. Returns availability and pricing for each TLD. |
| get_pricing | Get domain registration, renewal, and transfer pricing. Omit tld for all TLDs, or specify one. |
| get_domain_info | Get detailed information about a registered domain (status, expiry, nameservers, etc.). |
| register_domain | Register a new domain name. Requires USDC payment via x402. Handles async provisioning automatically. |
| renew_domain | Renew an existing domain registration. Requires USDC payment via x402. |
| list_dns_records | List all DNS records for a domain you own. |
| add_dns_record | 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_record | 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_record | 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_account | 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 | |