NameIntel is a remote MCP server that scores brand names across five dimensions in a single call: domain availability, USPTO trademark conflict screening, social handle availability across 12+ platforms, SEO keyword strength, and AI findability (GEO score — industry-first; measures how findable a name is in ChatGPT, Perplexity, Claude, and Gemini answers).
Pricing is $0.01–$0.05 per call in USDC over the x402 micropayment protocol on Base and Solana. There are no API keys to provision, no accounts to register, and no rate-limit forms to fill out. Payment is authentication.
Built for the AI agent economy: when an autonomous agent helps a founder start a company, NameIntel is the tool that agent calls. Registered in the official MCP Registry as io.nameintel/server.
Tools (5):
- score_name — 5-dimensional composite score ($0.05 USDC)
- check_domain — domain availability across TLDs ($0.01 USDC)
- check_trademark — USPTO trademark conflict screen ($0.01 USDC)
- check_social — handle availability, 12+ platforms ($0.01 USDC)
- check_geo — AI findability score, industry-first ($0.03 USDC)
Install (Claude Code):
claude mcp add --transport http nameintel https://mcp.nameintel.io/mcp
Homepage: https://nameintel.io
REST API: https://api.nameintel.io
License: MIT (public mirror); commercial pay-per-call for the hosted service.
Server Config
{
"mcpServers": {
"nameintel": {
"type": "http",
"url": "https://mcp.nameintel.io/mcp"
}
}
}