← nameintel.io

INDIVIDUAL MCP TOOL

check_geo

Evaluate a brand name for AI findability (GEO score).

nameintel.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

nameintel.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nameintel]
url = "https://mcp.nameintel.io/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: nameintel
Remote MCP URL: https://mcp.nameintel.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nameintel": {
      "url": "https://mcp.nameintel.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nameintel": {
      "type": "http",
      "url": "https://mcp.nameintel.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nameintel",
  "transport": "streamable-http",
  "url": "https://mcp.nameintel.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • score_name — Score a brand name across 5 dimensions: domain availability, trademark risk, social handle availability, SEO strength, and AI findability (GEO score).
  • 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.
  • check_social — Check social media handle availability across 12 platforms.