{
  "markdown": "# NameIntel — MCP Server\n\n> Clear to launch. Score brand names across domain, trademark, social, SEO, and AI findability — pay-per-call via x402 micropayments, no signup, no API keys.\n\nNameIntel is a remote [Model Context Protocol](https://modelcontextprotocol.io) server that scores brand names across five dimensions and returns a composite 0–100 score with sub-scores and a verdict. The scoring engine is also reachable as a REST API. Every endpoint is priced in USDC and settled over the [x402 protocol](https://x402.org) on Base and Solana — there are no API keys to provision, no accounts to sign up for, and no rate-limit setup.\n\nThis repository is the public face of the project: install instructions, registry submissions, docs, and discovery manifests. The hosted service runs at [nameintel.io](https://nameintel.io).\n\n## Quick install\n\n**Claude Code:**\n```bash\nclaude mcp add --transport http nameintel https://mcp.nameintel.io/mcp\n```\n\n**Claude Desktop:** Settings → Connectors → Add → paste `https://mcp.nameintel.io/mcp`.\n\nThat's it. There's no API key. The first time you call a tool the request returns HTTP 402 with the price (between $0.01 and $0.05 USDC depending on the tool); sign the payment with a Base or Solana wallet, retry, and it works. The Coinbase x402 facilitator verifies and settles in under a second.\n\n## What it scores\n\n| Dimension | What you get |\n|---|---|\n| **Domain** | Availability + pricing across .com, .io, .ai, .app, .co, .dev and other TLDs. Premium and auction detection. |\n| **Trademark** | USPTO conflict screening. Exact matches, similar marks, Nice class analysis, risk level. |\n| **Social** | Handle availability across 12+ platforms (X, Instagram, TikTok, LinkedIn, YouTube, GitHub, Threads, more). |\n| **SEO** | Keyword strength, search-friendliness, and competition risk. |\n| **GEO** | **Industry-first.** AI findability — how likely the name surfaces correctly in answers from ChatGPT, Perplexity, Claude, and Gemini. Entity collision, semantic distinctiveness, corpus saturation, phonetic clarity. |\n\n## Tools\n\n| Tool | Endpoint | Price |\n|---|---|---|\n| `score_name` | `POST /api/v1/score` | $0.05 USDC |\n| Basic name score (no GEO) | `POST /api/v1/score/basic` | $0.02 USDC |\n| `check_domain` | `POST /api/v1/check/domain` | $0.01 USDC |\n| `check_trademark` | `POST /api/v1/check/trademark` | $0.01 USDC |\n| `check_social` | `POST /api/v1/check/social` | $0.01 USDC |\n| `check_geo` | `POST /api/v1/check/geo` | $0.03 USDC |\n\n## REST API\n\nIf MCP isn't your fit, the same scoring engine is exposed as a REST API at `https://api.nameintel.io`. The OpenAPI 3.1 spec is served live at [`/openapi.json`](https://api.nameintel.io/openapi.json) and any framework that auto-imports OpenAPI (LangChain, Mastra, Vercel AI SDK) will wire up tool wrappers from it.\n\n```bash\n# Calling /api/v1/score without payment returns a 402 with the full menu:\ncurl -X POST https://api.nameintel.io/api/v1/score \\\n  -H \"content-type: application/json\" \\\n  -d '{\"name\": \"Lumina\"}'\n# → HTTP 402, body is a JSON price menu + payment manifest link\n```\n\n## Machine-readable manifests\n\nEvery important surface is self-describing. Agents and discovery tools should prefer these over scraping prose.\n\n- [/.well-known/mcp.json](https://api.nameintel.io/.well-known/mcp.json) — MCP server URL, tool inventory, prices\n- [/.well-known/x402](https://api.nameintel.io/.well-known/x402) — payment manifest (chains, receivers, facilitators)\n- [/openapi.json](https://api.nameintel.io/openapi.json) — OpenAPI 3.1 spec for the REST API\n- [/changelog.json](https://api.nameintel.io/changelog.json) — version + breaking-change tracking\n- [/health](https://api.nameintel.io/health) — liveness plus full capability inventory\n- [llms.txt](https://nameintel.io/llms.txt) — LLM-readable summary with embedded YAML manifest\n\n## Why this exists\n\nWhen an AI agent helps a founder start a company, the first thing it needs is a clear-to-launch brand name. Today there is no agent-native tool for this — every existing naming tool requires a human in the loop, an API key, or a subscription. NameIntel is the tool that agent calls: one endpoint, USDC settlement, no friction.\n\nThe pricing also makes new use cases viable. A $0.01 trademark check or $0.05 brand-name score can't profitably exist on card rails — Stripe's smallest economically-viable transaction is around $0.50 net of fees. USDC on Base settles those amounts with sub-cent fees and sub-second finality, which is the difference between a market that exists and one that does not.\n\n## Repository contents\n\n| Path | What it is |\n|---|---|\n| [`registry-submissions/`](./registry-submissions) | Drafted submission packs for MCP / x402 / agent-discovery registries (MCP.so, MACH Alliance, Azure API Center, x402.org, awesome-mcp-servers, Kong, MCP Compass, AAIF). Exact text + submission paths. |\n| [`docs/`](./docs) | Public-facing strategy and design docs — including [agent-discovery-strategy.md](./docs/agent-discovery-strategy.md), the rationale for the discovery surface this service ships. |\n| `LICENSE` | MIT. |\n\n## Status\n\n| | Status |\n|---|---|\n| Service | ✅ Live at [api.nameintel.io](https://api.nameintel.io) and [mcp.nameintel.io](https://mcp.nameintel.io/mcp) |\n| x402 mode | `bypass` (free during ecosystem launch). Will flip to `enforce` after live-payload verification. |\n| Phase | 1 — MCP + API. Phase 2 (Stripe web app for human users) lands later. |\n\n## Built with\n\nBuilt by [Silverback CTO](https://silverbackcto.com) and CogleGroup using the [Velocity Process](https://silverbackcto.com) methodology.\n\n- AWS App Runner + CloudFront + Route 53\n- TypeScript + Express + the [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)\n- Claude (via AWS Bedrock) for the GEO score\n- USPTO TSDR API for trademark screening\n- Coinbase x402 facilitator for payment verification\n\n## Contact\n\n- Issues / suggestions: open an issue on this repo\n- Commercial / agency: todd@silverbackcto.com\n- Twitter/X: [@toddamerrill](https://twitter.com/toddamerrill)\n\n## License\n\n[MIT](./LICENSE)\n",
  "bytes": 6076,
  "sha": "7005426ace49d3827e3e9a708ea915a311f357fdc5dc4e405d426020a959b75e",
  "repo_slug": "toddamerrill/nameintel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_nameintel_server_0050b826/readme"
}