MCP Server
MCP
io.github.Eronmmer/bloomfilter
Service that lets AI Agents search, register, and configure domains
Install
npx -y @bloomfilter/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@bloomfilter/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hex-encoded private key for a wallet funded with USDC on Base to pay for domains and DNS operations",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BLOOMFILTER_PRIVATE_KEY"
},
{
"description": "Bloomfilter API base URL (defaults to https://api.bloomfilter.xyz)",
"format": "string",
"name": "BLOOMFILTER_API_URL"
},
{
"description": "CAIP-2 network identifier (defaults to eip155:8453 / Base mainnet)",
"format": "string",
"name": "BLOOMFILTER_NETWORK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment