loading...
11M+ USPTO Records Indexed

Trademark Intelligence
for Developers_

Integrate semantic trademark search, risk analysis, and continuous monitoring into your applications. Powering the next generation of brand protection tools.

user@dev:~$ npx brandok check "CloudWalker"

{
"available": false,
"risk": "high",
"conflicts": 3,
"topConflict": {
"mark": "CLOUDWALKER",
"owner": "Sky Systems Inc",
"similarity": "exact"
}
}

user@dev:~$
[10:42:01] agent: receive_message("Is CloudWalker safe?")
[10:42:02] reasoning: User asking for trademark check. Using tool.

[10:42:02] tool_use: brandok_check({
name: "CloudWalker"
})

[10:42:03] tool_output: {
"available": false, "risk": "high", "conflicts": 3
}

[10:42:04] agent: "CloudWalker poses a high trademark risk..."

> System Modules

?

Semantic Search

Go beyond exact matches. Our vector-based engine finds phonetically and conceptually similar trademarks.

!

Risk Analysis

Real-time availability scoring based on nice classifications and existing registrations.

#

MCP Compatible

Native Model Context Protocol support. Let your AI agents interact directly with trademark data.

~

Real-time Sync

Daily updates from USPTO and other major registries ensuring you have the latest data.

> Semantic Resolution

Standard search is keyword-based. brandok understands meaning & context.

Standard Search String Match
Query
name: "SolarForce" AND goods: "Solar energy management software"
0 direct matches found
brandok Engine
Query
name: "SolarForce" AND goods: "Solar energy management software"
Solar Force
Exact Match (Spaced)
Class 9 (Electronics)
High Risk
SunPower
Concept: Sun ≈ Solar
Class 42 (Software/SaaS)
High Risk
Solaris Force
Phonetic Similarity
Class 9 (Scientific Apparatus)
Med Risk
Soul-R 4ce
Phonetic Similarity
Class 42 (Software Services)
Med Risk
Sun Strength
Similar Concept
Class 25 (Clothing) - Unrelated
Low Risk

> Integration Ready

Built for the modern stack. TypeScript types included.

import { check } from 'brandok';

// One-liner availability check
const result = await check('SolarFlare');

if (result.available) {
  console.log('✅ Trademark available!');
} else {
  console.log(`⚠️ ${result.conflicts} conflicts found. High risk.`);
}

> Pricing Plans

Transparent pricing. No hidden fees. Cancel anytime.

~/founder

$0/mo
  • 20 Credits
  • 1 Monitored Brand
  • Basic Risk Scoring
  • Community Support
Start Free

~/business

$149/mo
  • 20,000 Credits
  • 50 Monitored Brands
  • Semantic Vector Search
  • Priority Support
  • SLA Guarantee
Contact Sales