{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SoftwareApplication",
      "@id": "https://nameintel.io/#app",
      "name": "NameIntel",
      "alternateName": "Name Intelligence API",
      "description": "Name intelligence API and MCP server. Score brand names across domain, trademark, social, SEO, and AI findability (GEO) — pay-per-call via x402 micropayments, no signup, no API keys.",
      "url": "https://nameintel.io",
      "applicationCategory": "BusinessApplication",
      "applicationSubCategory": "BrandIntelligence",
      "operatingSystem": "All",
      "datePublished": "2026-05-16",
      "softwareVersion": "1.0.0",
      "author": {
        "@type": "Organization",
        "name": "Silverback CTO",
        "url": "https://silverbackcto.com"
      },
      "offers": [
        {
          "@type": "Offer",
          "name": "Full name score",
          "description": "All five dimensions: domain, trademark, social, SEO, GEO. Returns composite 0-100 with sub-scores and verdict.",
          "price": "0.05",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/score"
        },
        {
          "@type": "Offer",
          "name": "Basic name score (no GEO)",
          "description": "Four dimensions: domain, trademark, social, SEO. Excludes the GEO check.",
          "price": "0.02",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/score/basic"
        },
        {
          "@type": "Offer",
          "name": "Domain availability check",
          "description": "Domain availability and pricing across .com, .io, .ai, .app, .co, .dev and other TLDs.",
          "price": "0.01",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/check/domain"
        },
        {
          "@type": "Offer",
          "name": "USPTO trademark conflict check",
          "description": "Search the USPTO trademark database for conflicts. Returns exact matches, similar marks, risk level, and Nice classes.",
          "price": "0.01",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/check/trademark"
        },
        {
          "@type": "Offer",
          "name": "Social handle availability check",
          "description": "Verify handle availability across 12+ platforms including X/Twitter, Instagram, TikTok, LinkedIn, YouTube, GitHub.",
          "price": "0.01",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/check/social"
        },
        {
          "@type": "Offer",
          "name": "GEO / AI findability score",
          "description": "Industry-first AI findability score. Measures entity collision, semantic distinctiveness, corpus saturation, and phonetic clarity.",
          "price": "0.03",
          "priceCurrency": "USDC",
          "availability": "https://schema.org/InStock",
          "url": "https://api.nameintel.io/api/v1/check/geo"
        }
      ],
      "featureList": [
        "Composite name score (0-100) across five dimensions",
        "Domain availability across .com, .io, .ai, .app, .co, .dev",
        "USPTO trademark screening with Nice class analysis",
        "Social handle availability across 12+ platforms",
        "GEO score — AI findability for brand names",
        "Remote MCP server (Streamable HTTP)",
        "x402 micropayments on Base and Solana",
        "No signup, no API keys — payment is authentication"
      ]
    },
    {
      "@type": "WebAPI",
      "@id": "https://api.nameintel.io/#api",
      "name": "NameIntel REST API",
      "description": "REST API for brand name scoring. Pay-per-call via x402 micropayments on Base and Solana.",
      "url": "https://api.nameintel.io",
      "documentation": "https://nameintel.io/api",
      "termsOfService": "https://nameintel.io/terms",
      "provider": { "@id": "https://nameintel.io/#app" },
      "potentialAction": {
        "@type": "Action",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://api.nameintel.io/api/v1/score",
          "httpMethod": "POST",
          "contentType": "application/json"
        }
      }
    },
    {
      "@type": "Service",
      "@id": "https://mcp.nameintel.io/#mcp",
      "name": "NameIntel MCP Server",
      "description": "Remote Model Context Protocol server. Wraps the NameIntel scoring engine as MCP tools accessible from Claude Desktop, Claude Code, and any MCP-compatible client.",
      "url": "https://mcp.nameintel.io/mcp",
      "serviceType": "MCP",
      "provider": { "@id": "https://nameintel.io/#app" },
      "termsOfService": "https://nameintel.io/terms"
    }
  ]
}
