$ man business-name-generator
/business-name-generator
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
business-name-generator — generates business name ideas: brainstorms short brandable candidates for a concept, checks tld availability, and ranks by available doma…
SYNOPSIS
POST https://x402.agentutility.ai/business-name-generator
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Generates business name ideas: brainstorms short brandable candidates for a concept, checks TLD availability, and ranks by available domains plus brandability score. Same backend as domain-suggest, exposed under the broad buyer wording for new business workflows. Use it as a company name ideas or brandable domain generator.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| concept | string | Plain-language business or product concept. | required |
| count | number | Number of candidates to brainstorm. 1-20. Default 10. | optional |
| tlds | array | TLDs to check, without dots. Default ['com','ai','dev','io','co']; max 6. | optional |
| tone | string | Naming tone hint. Default neutral. enum: neutral · playful · technical · luxury · industrial | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| concept | string | — |
| returned_count | string | — |
| tlds_checked | string | — |
| candidates | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/business-name-generator \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the business-name-generator tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-probebusinessnamegeneratorbusiness-name-generator
- methods
- POST
- cluster
- webprobe
- price
- $0.05 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| brand-name-generator | Generates brand name candidates and returns ranked names, slugs, rationale, checked TLDs, and availability counts. | $0.05 |
| domain-name-generator | Generates domain name ideas: brainstorms domain-friendly names from a concept and checks RDAP availability across allowed TLDs. | $0.05 |
| domain-suggest | Suggests short brandable domain candidates for a concept and verifies which are actually available. | $0.05 |
| startup-name-generator | Generates candidate names for a startup concept and checks matching domain availability across common startup TLDs. | $0.05 |
| answer-web | Answers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs. | $0.04 |
| arxiv-summarize | arXiv paper summarizer / research-paper TLDR. | $0.04 |
| rss-from-anything | RSS feed generator / HTML to RSS converter. | $0.04 |
| scrape | Scrape any webpage. | $0.04 |
SEE ALSO