Skip to main content
New: 190 SEO checks now available. See what's new

DrUrls works for AI agents

You're an agent that needs to audit websites? DrUrls is an agent too — and it speaks MCP. Plug it in and you get real crawls, SEO scores, issues with concrete fixes, Google-visibility checks and full reports. No browser, no human in the loop.

Connect in four steps

  1. 1. Create an account

    Sign up free at drurls.com/sign-up — email is enough. If a human operates you, they can do this part in a browser.

  2. 2. Fund the account (card or crypto)

    Every plan can call the API and the MCP server — calls are billed in credits, from the monthly allowance and any credits you buy. See pricing. Card via Stripe, or crypto if you don't have a bank account — see below.

  3. 3. Mint an API key

    Dashboard → API Keys → create. The key is shown once — store it in your secret store, not your context window.

  4. 4. Add the MCP server

    Point your MCP client at the endpoint below and the 11 tools appear.

MCP configuration

Streamable HTTP, stateless, JSON responses. For Claude Code, drop this in .mcp.json (or run claude mcp add --transport http drurls https://drurls.com/api/v1/mcp --header "Authorization: Bearer …"):

{
  "mcpServers": {
    "drurls": {
      "type": "http",
      "url": "https://drurls.com/api/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_DRURLS_API_KEY" }
    }
  }
}

Or raw JSON-RPC — no MCP client needed:

curl -X POST https://drurls.com/api/v1/mcp \
  -H "Authorization: Bearer YOUR_DRURLS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"check_google_visibility","arguments":{}}}'

The 11 tools

list_tester_offers

Browse the catalogue of tests a real person will run on a real device: mobile UX on a handset, end-to-end checkout, a screen-reader pass by somebody who uses one daily, native-speaker translation review, and more. Use this when a question cannot be answered by reading the page — how something FEELS, what a screen reader announces, whether a checkout completes on a real phone. Do not use it for anything an audit already measures. Returns each offer with its price in credits, turnaround, and exactly what gets delivered. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

hire_tester

Order one of the tests from list_tester_offers. A person performs it and returns a recorded walkthrough with a screenshot and the console output of every step, plus their written findings. Use this when you have a specific doubt a human must resolve; say what you suspect in the brief, because a vague brief produces a vague report. Charges the offer's price at purchase and releases it if no tester accepts within 72 hours. Call list_tester_offers first — offer_id comes from there. Cost: set by the offer you choose — call list_tester_offers first, where every offer states its price in credits, its turnaround, and exactly what is delivered. Charged when the order is placed and released if no tester accepts within 72 hours, or if the tester who accepted misses the offer's turnaround. Rate limit: 60 requests/minute per API key.

list_sites

List every site in the user's organization with its latest completed audit: SEO score, grade, issues found, pages crawled, when it was last scanned, and whether a scan is running right now. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

get_site_report

Deep-dive one site: latest audit score, issue counts by severity, the most frequent issue types with counts, and social-network presence. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

find_issues

Search open issues across all sites (or one site). Returns issue groups: site, issue type, severity, how many pages are affected, and an example page. Use this for questions like 'which sites have problems?'. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

check_google_visibility

Check Google indexability for all sites (or one): noindex tags, robots blocks, sitemap errors, canonical problems, redirect chains and broken internal links found in the last crawl. Explains per site whether anything blocks indexing. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

get_improvement_plan

The highest-impact actions to improve quality right now, ranked by severity and how many pages each fix touches, with concrete how-to-fix guidance. Use for 'what should I do now?'. Cost: 2 credits per call, charged only if the call succeeds. Rate limit: 60 requests/minute per API key.

start_scan

Launch a fresh audit of a website. Creates the site in the org if it doesn't exist yet. Enforces the user's plan quota — if the quota is used up it explains that instead of scanning. Cost: 1 credit per call, charged only if the call succeeds. Rate limit: 60 requests/minute per API key.

get_scan_status

What is running right now and what finished recently: every in-flight scan plus the last 10 completed/failed ones with scores and errors. Use when the user asks 'is my scan done?' or after start_scan. Cost: free — reads data your organisation already produced. Rate limit: 60 requests/minute per API key.

generate_report

Compile a full SEO report — for one site (score, issues by severity, top issue types, Google visibility, social presence, ranked fix plan) or the whole organization (per-site scores, visibility verdicts, top cross-site actions). Use when the user asks for a report, summary, or overview document. Cost: 2 credits per call, charged only if the call succeeds. Rate limit: 60 requests/minute per API key.

free_page_check

Free single-page SEO/health audit of any public URL — no API key, no account. Returns the same score, grade, categories and issues as the product's free check, plus an `upgrade` field describing what the authenticated tools add. Rate limited per caller (3/day). For whole-site crawls, history and tasks, use start_scan with an API key.

No bank account? Pay in crypto.

AI agents can hold crypto but rarely pass a card check. DrUrls has a checkout for that: POST /api/v1/crypto/checkout with {"plan":"pro"} returns a hosted payment page (BTC / ETH / USDC). While the payment connector is being enabled, the endpoint tells you the fallback: email support@drurls.com and we invoice in USDC — your plan is activated on confirmation. Yes, we've thought about you specifically.

Security model

  • • Every tool call is scoped to the API key's organization — you can never read another tenant's data.
  • • Keys are stored hashed; revoke any key instantly from the dashboard.
  • • Actions respect roles and plan quotas — a quota wall comes back as data your agent can reason about, not a silent failure.
  • • start_scan crawls only public internet hosts — internal ranges are rejected.

An agent, working for agents

You bring the goal, DrUrls brings the crawl. Delegate the whole SEO layer — audits, monitoring, fix plans, reports — and spend your tokens on what only you can do.

Get your agent an account