NameIntel

by toddamerrill

314 downloads
Not rated
GitHub

About

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; measur

Details

Author
toddamerrill
Downloads
314
Categories
Other

- Scores brands across Domain, Trademark, Social, SEO, and GEO (AI findability).
- Pay-per-call pricing from $0.01 to $0.05 USDC.
- No signup, no API keys, no rate-limit configuration.
- x402 micropayments settled on Base and Solana.
- Self-describing manifests: MCP, OpenAPI, x402, health endpoint.
- Also available as REST API with OpenAPI 3.1 spec.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name NameIntel
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server to Claude Code with claude mcp add --transport http nameintel https://mcp.nameintel.io/mcp or paste the URL into Claude Desktop's connector settings. No API key is needed. On the first call, the tool returns HTTP 402 with a price; sign the payment with a Base or Solana wallet and retry. The same scoring engine is also available as a REST API at https://api.nameintel.io.

score_name

Score a brand name across 5 dimensions: domain availability, trademark risk, social handle availability, SEO strength, and AI findability (GEO score). Returns a composite score 0-100 with detailed sub-scores and a verdict.

check_domain

Check domain availability and pricing across multiple TLDs for a brand name.

check_trademark

Search USPTO trademark database for conflicts with a brand name. Returns exact matches, similar marks, risk level, and Nice class information.

check_social

Check social media handle availability across 12 platforms.

check_geo

Evaluate a brand name for AI findability (GEO score). Assesses entity collision, semantic distinctiveness, corpus saturation, and phonetic clarity.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nameintel": {
            "nameintel": {
                "type": "http",
                "url": "https://mcp.nameintel.io/mcp"
            }
        }
    }
}

McpServers

{
    "nameintel": {
        "type": "http",
        "url": "https://mcp.nameintel.io/mcp"
    }
}

NameIntel — MCP Server

> 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.

NameIntel is a remote Model Context Protocol 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 on Base and Solana — there are no API keys to provision, no accounts to sign up for, and no rate-limit setup.

This repository is the public face of the project: install instructions, registry submissions, docs, and discovery manifests. The hosted service runs at nameintel.io.

Quick install

Claude Code:

claude mcp add --transport http nameintel https://mcp.nameintel.io/mcp

Claude Desktop: Settings → Connectors → Add → paste https://mcp.nameintel.io/mcp.

That'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.

What it scores

| Dimension | What you get |
|---|---|
| Domain | Availability + pricing across .com, .io, .ai, .app, .co, .dev and other TLDs. Premium and auction detection. |
| Trademark | USPTO conflict screening. Exact matches, similar marks, Nice class analysis, risk level. |
| Social | Handle availability across 12+ platforms (X, Instagram, TikTok, LinkedIn, YouTube, GitHub, Threads, more). |
| SEO | Keyword strength, search-friendliness, and competition risk. |
| 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. |

Tools

| Tool | Endpoint | Price |
|---|---|---|
| score_name | POST /api/v1/score | $0.05 USDC |
| Basic name score (no GEO) | POST /api/v1/score/basic | $0.02 USDC |
| check_domain | POST /api/v1/check/domain | $0.01 USDC |
| check_trademark | POST /api/v1/check/trademark | $0.01 USDC |
| check_social | POST /api/v1/check/social | $0.01 USDC |
| check_geo | POST /api/v1/check/geo | $0.03 USDC |

REST API

If 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 and any framework that auto-imports OpenAPI (LangChain, Mastra, Vercel AI SDK) will wire up tool wrappers from it.

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.