1
Find Server
2
Verify
3
Done

Claim Your Server

You built it. Own it. Get install analytics, a verified badge, and control over your listing.

📊
Install Analytics
Real install counts, not GitHub stars
🔧
Tool Usage
See which tools get called most
Verified Badge
Builds user trust in search results
🔴
Error Tracking
Catch issues before users report them
Must be an owner or admin of the repository
We'll notify you when your claim is approved

Verify Ownership

Choose how you want to prove you own .

🔑
Sign in with GitHub
We'll check your repo permissions. Owners and admins are auto-approved.
Instant
🌐
DNS TXT Record
Add a TXT record to verify domain ownership.
📧
Manual Review
We'll review your claim within 1-3 business days.
🎉

You're in!

is now yours on Conduid. Here's your tracking token — add it to start seeing analytics.

Your Tracking Token
cd_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6
⚠️ Save this — it's only shown once.

Add tracking in 2 minutes:

// npm install conduid const conduid = require("conduid"); conduid.init("cd_live_xxx"); // That's it. Installs are now tracked. // Optional: track tool usage conduid.trackTool("query_database");