Model Context Protocol
Connect DR Studio to your AI agent
DR Studio ships a free, no-auth MCP server. Add it once 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 it to your client
Zero-install: just the URL
No CLI, no TTY, no config file. Works for any agent, app or script.
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 →
