{"slug": "building-for-composable-agentic-services-nameintel-x402-via-mcp", "title": "Building for composable agentic services: nameIntel x402 via MCP", "summary": "NameIntel launched a remote MCP server and REST API that scores candidate brand names across five dimensions—domain availability, USPTO trademark conflict, social-handle availability, SEO strength, and AI findability—in a single call under ten seconds. The service uses USDC micropayments over the x402 protocol on Base and Solana, with no API keys or accounts required, enabling agents to pay per query. This product is the first to score names for AI findability, a dimension the company says is critical as AI-generated answers increasingly influence brand discovery.", "body_md": "Volume 1 · Issue 1 · May 2026 · Silverback CTO\n\nIssue №1 · The agent-economy edition\n\nNameIntel is a remote MCP server and REST API that scores any candidate brand name across five dimensions — domain availability, USPTO trademark conflict, social-handle availability, SEO strength, and AI findability[[1]](#geo) — in a single call. Every endpoint is priced in USDC and settled 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.\n\n↑ what an agent sees, in real time.\n\n§ 2\n\nMost naming tools check one or two signals and call it research. NameIntel returns every signal in a single call, weighted into a composite zero-to-one-hundred score, with a sub-score and a one-sentence verdict for each dimension. The whole call returns in under ten seconds.\n\nDomain\n\navailability + pricing\n\nTrademark\n\nUSPTO conflict screen\n\nSocial\n\nhandle availability · 12+ platforms\n\nSEO\n\nkeyword strength · competition\n\nGEO score industry-first\n\nAI findability rating\n\nComposite\n\nweighted, 0–100, plus verdict\n\n“Nobody else scores names for AI findability. As AI-generated answers increasingly decide which brands a consumer ever hears of, this becomes the load-bearing dimension of naming — and the one we measure first.”\n\n— from the GEO design memo, 2026\n\n§ 3 · For Claude Desktop, Claude Code, any MCP client\n\nNo `.mcpb`\n\nto download. No keys to register. No environment variables to plumb. Paste one URL, fund a wallet, score names.\n\nAdd the server.\n\nOne terminal command. Or paste `https://mcp.nameintel.io/mcp`\n\ninto Claude Desktop → Settings → Connectors.\n\nFund a wallet, wire up payments.\n\nBase or Solana, $5 USDC covers roughly a hundred full scores. Whatever you don’t spend, you keep.\n\nOne-line setup for Claude clients via the Coinbase Payments MCP:\n`npx @coinbase/payments-mcp --client claude --auto-config`\n\nAsk Claude to score a name.\n\nPayment *is* the authentication. There’s nothing else to set up.\n\n```\n# 1. One-time: install the Coinbase Payments MCP so your agent can sign x402.\n$ npx @coinbase/payments-mcp --client claude --auto-config\n\n# 2. Add NameIntel to Claude Code:\n$ claude mcp add --transport http nameintel https://mcp.nameintel.io/mcp\n\n# Or, in any MCP-capable client, point it at:\nhttps://mcp.nameintel.io/mcp  # Streamable HTTP\n\n# Verify with the official MCP registry:\n$ curl \"https://registry.modelcontextprotocol.io/v0/servers?search=nameintel\"\n# → io.nameintel/server  active  v1.0.0\n```\n\nSame scoring engine via [REST API](/openapi.json) — x402-priced, identical shape.\n\n§ 4\n\nUSDC settles on Base in under a second, with fees in fractions of a penny. Stripe’s smallest economically-viable transaction is about fifty cents net of fees — so a one-cent trademark check or a five-cent name score literally cannot exist on card rails. Crypto micropayments are the reason this product is possible.\n\n/api/v1/score\n\nfull name score\n\n$0.05\n\n/api/v1/score/basic\n\nbasic name score\n\n$0.02\n\n/api/v1/check/geo\n\ngeo only — industry-first\n\n$0.03\n\n/api/v1/check/domain\n\ndomain only\n\n$0.01\n\n/api/v1/check/trademark\n\ntrademark only\n\n$0.01\n\n/api/v1/check/social\n\nsocial only\n\n$0.01\n\nFull manifest at [/.well-known/x402](/.well-known/x402) · machine-readable, version-stable.\n\nsettle ≤ 1s · fees ≤ $0.0005 · base + solana\n\n§ 5 · For agents and the frameworks that wire them\n\nEvery endpoint that requires payment returns HTTP 402 with the full price menu — every other endpoint, every cheaper alternative, every chain we accept — embedded in the response body. An agent doesn’t have to retry blindly to discover the catalog. The error *is* the catalog.\n\nRFC pattern — payment is authentication\n\nSign a USDC payload, retry with `X-PAYMENT`\n\n, and the Coinbase facilitator verifies in milliseconds. No keys to rotate. No accounts to provision. The thing you’d normally call *auth* is doing actual settled commerce instead.\n\n402\n\nPayment Required — RFC 9110 §15.5.3\n\n§ 6 · manifesto\n\nWhen an AI agent helps a founder start a company, the first thing it needs is a name. Today there is no agent-native tool for this. Every existing naming service requires a human in the loop, an API key registered through a web form, or a subscription priced for monthly billing instead of single tasks. None of those are compatible with how an agent actually works — pick a tool, pay for one call, move on.\n\nNameIntel is the tool that agent calls. One endpoint. One USDC payment. One result. Everything an autonomous workflow needs is encoded in the response — including the menu of every other thing it could have asked for. The 402 is not an error, it’s a catalog. The price is not a barrier, it’s the trial.\n\nThe economics matter as much as the ergonomics. A trademark check at one cent and a full name score at five cents cannot profitably exist on card rails — Stripe’s smallest viable transaction is about fifty cents net of fees. Until x402 made sub-cent settlement on Base and Solana real, this category of service simply could not be built. We are interested in the categories that just became possible.\n\nAnd we wrote our own GEO score because nobody else was measuring the dimension that increasingly decides which brands consumers ever hear of — whether a model thinks of you when asked.", "url": "https://wpnews.pro/news/building-for-composable-agentic-services-nameintel-x402-via-mcp", "canonical_source": "https://nameintel.io/", "published_at": "2026-07-16 12:14:28+00:00", "updated_at": "2026-07-16 12:24:58.296152+00:00", "lang": "en", "topics": ["ai-tools", "ai-infrastructure", "ai-products", "ai-agents", "developer-tools"], "entities": ["NameIntel", "Coinbase", "Base", "Solana", "USDC", "Stripe", "Claude Desktop", "Claude Code"], "alternates": {"html": "https://wpnews.pro/news/building-for-composable-agentic-services-nameintel-x402-via-mcp", "markdown": "https://wpnews.pro/news/building-for-composable-agentic-services-nameintel-x402-via-mcp.md", "text": "https://wpnews.pro/news/building-for-composable-agentic-services-nameintel-x402-via-mcp.txt", "jsonld": "https://wpnews.pro/news/building-for-composable-agentic-services-nameintel-x402-via-mcp.jsonld"}}