Model Context Protocol
Connect DR Studio to your AI agent
DR Studio ships a free MCP server. Add it once, sign in with your DR Studio account on first connect (OAuth, handled by your client), and any MCP-compatible assistant — Claude, Cursor, ChatGPT, VS Code, Codex, Windsurf and more — can look up Ahrefs Domain Rating live.
What your agent gets
- get_domain_rating — look up any domain's Ahrefs DR. Returns the tracked value when we have one, or performs a live lookup on demand.
- get_leaderboard — indie projects ranked by DR, highest first.
- add_domain_tag — tag a domain (e.g. "AI", "SaaS"). Requires sign-in; tags appear publicly on the leaderboard.
Add it to your client
Zero-install: just the URL
No CLI, no config file. Works for any MCP-aware client. On first connect your client opens a DR Studio sign-in (OAuth) — sign in once and it's remembered.
MCP endpoint (paste into any MCP-aware client)
https://drstud.io/mcpPlain REST (no MCP client needed)
curl https://drstud.io/api/v1/domains/vercel.comOne command, every client
Auto-detects Cursor, Claude Code, VS Code, Codex, Windsurf. Needs an interactive terminal.
npx add-mcp https://drstud.io/mcpAdd to Cursor
Or edit ~/.cursor/mcp.json
{
"mcpServers": {
"dr-studio": {
"url": "https://drstud.io/mcp"
}
}
}Prefer plain REST?
Every MCP tool is also available as a public HTTP endpoint — no MCP client needed. Browse the API →
