Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLOOMFILTER_API_URLNoAPI base URL.https://api.bloomfilter.xyz
BLOOMFILTER_PRIVATE_KEYYesEVM private key (hex). Used for x402 payments and wallet-based auth.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BloomFilter-Labs/bloomfilter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server