Analytics
verifieddr.com
This MCP server helps manage and analyze website performance metrics including domain rating, traffic, and backlink data.
ENDPOINT 1
https://verifieddr.com/api/mcp
MCP server metadata
- Name
- verifieddr
- Version
- 1.0.0
VerifiedDR tracks how visible and trusted websites are: classic Domain Rating, TrueDR (DR weighted by trust and real traffic), AI visibility (how often ChatGPT, Perplexity, and Google AI Mode name a site), keyword difficulty, a backlink marketplace, a publisher network, and a partnership inbox. Every tool call is metered against the API quota of the vdr_ key sent as the Authorization bearer token, and most write tools act on websites owned by that key's account. Tools that accept a `site` take a slug or a hostname. Start with `account_usage` to see the plan, the AI prompt budget, and remaining API quota. Locked features answer with an upgradeUrl instead of data. Two deliberate limits: `marketplace_cart_checkout` only returns a Stripe Checkout URL (a human pays), and `earn_join_network` refuses to run without acceptTerms=true.
Known tools 61
account_usageYour plan, the account-wide AI prompt budget, remaining API quota, and plan entitlements.
Inferred read-onlylist_categoriesThe category values accepted when submitting a site or filtering discovery (32 values, max 3 per site).
Inferred read-onlylist_sitesAll websites on your account with current metrics: DR, TrueDR, weekly/monthly changes, traffic, referring domains, verification state.
Inferred read-onlyget_truedrTrueDR (DR weighted by trust and real traffic) for one of YOUR sites, from the stored score.
Inferred read-onlyexport_siteMachine-readable export for one of your sites: current metrics, the full public authority payload, and badge snippets in one response.
Inferred read-onlylookup_sitePublic authority lookup for ANY approved site: DR, TrueDR, trust score, confidence, traffic validation, and latest backlink evidence.
Inferred read-onlyget_trust_mapThe public Trust Map (backlink map) for any approved site, from cache: per-domain DR, link type, importance, spam score.
Inferred read-onlyget_badge_snippetsReady-to-paste badge and embed snippets (HTML, markdown, share text) plus public links (badge, OG image, sparkline) for any approved site.
Inferred read-onlymonitor_sitesAuthority watch across your sites: weekly (or daily) change digest with traffic validation and spam/trust alerts.
Inferred read-onlyfind_sitesDiscover approved sites by authority for partner/sponsor/integration prospecting, ranked by TrueDR then DR.
Inferred read-onlyfind_partner_opportunitiesPartner candidates for one of your sites: verified sites worth contacting, excluding anyone you already contacted or dismissed.
Inferred read-onlycontact_partnerSend a partnership request to one discovered candidate, as the account owner.
Potential side effectskeyword_difficultyThe DR profile of the live Google top 10 for a keyword: median DR needed, the weakest ranking domain (entry point), and — with your domain — your gap and a verdict.
Inferred read-onlykeyword_suggestionsWinnable keywords a domain already ranks 4-30 for, ordered by traffic value, brand queries filtered out.
Inferred read-onlylist_tracked_keywordsTracked keyword targets for one of your sites with stored difficulty snapshots (median DR, gap, tier, volume, positions) and 28-day GSC impressions when connected.
Inferred read-onlyadd_tracked_keywordAdd a keyword target to one of your sites and snapshot its difficulty.
Inferred read-onlyget_ai_visibilityHow often ChatGPT, Perplexity, and Google AI Mode name one of your sites for its tracked questions: score, per-question answers, rival brands, cited pages worth outreach, and run history.
Inferred read-onlydiff_ai_visibility_runsCompare two stored AI visibility runs: score delta, gained/lost mentions, new/dropped cited sources, brands that entered or left.
Inferred read-onlyadd_ai_visibility_promptAdd one question to a site's AI visibility tracking (8-300 chars; must not name your own brand/domain).
Inferred read-onlyimport_ai_visibility_promptsImport several questions at once (bad lines are skipped, so a pasted numbered list works).
Inferred read-onlyreorder_ai_visibility_promptsReorder the tracked questions; pass every prompt id in the new order.
Inferred read-onlyreset_ai_visibility_promptsThrow away the current question set and reseed from the site's keywords.
Inferred read-onlyget_growth_planThe generated growth task plan for one of your sites: ranked tasks with impact, status, and execution artifacts, plus benchmark sites.
Inferred read-onlyget_gsc_auditThe latest stored Google Search Console index audit for one of your sites (needs a connected GSC property).
Inferred read-onlyget_gsc_performanceSearch Console performance for one of your sites: totals vs the preceding period, daily data, and top query/page/country/device snapshots from the existing sync.
Inferred read-onlymarketplace_packagesBacklink Packages on offer, priced for this account (plan discount applied), with the exact websites each package places on.
Inferred read-onlymarketplace_sitesSingle-website listings — buy one placement on one website — ranked with your niches first.
Inferred read-onlymarketplace_cart_checkoutStart checkout: returns a Stripe Checkout URL and charges NOTHING.
Inferred read-onlymarketplace_ordersEvery marketplace order with its placements, their status, and live URLs as publishers deliver.
Inferred read-onlymarketplace_order_briefBrief a paid order so publishers can start (the brief is collected after payment on purpose).
Potential side effectsmarketplace_requestsWhat one of your websites is asking other websites for (the Ask side of the marketplace).
Inferred read-onlymarketplace_request_postPost what your website wants from others and what you'll pay (or pass id to edit an existing ask).
Potential side effectsearn_sitesEvery owned website with what it earns per placement, whether it's in the publisher network, and its terms.
Inferred read-onlyearn_update_settingsTune a network website's placement settings: link types, turnaround, monthly cap.
Inferred read-onlyearn_set_statusSet a network website's status: active, paused (stops new work without leaving), or removed (leaves the network).
Inferred read-onlyearn_assignmentsPlacements assigned to your websites — target URL, anchor, the buyer's brief, payout, deadline.
Inferred read-onlyearn_decline_assignmentDecline an assigned placement (declining is free and expected).
Inferred read-onlyearn_submit_live_urlReport a placement live — the server fetches the URL and checks the link is actually present before marking it verified.
Inferred read-onlyearn_earningsWhat your websites have earned as publishers (USD cents): pending, due, paid, and the payout threshold.
Inferred read-onlyinbox_threadOne partnership conversation: its messages, the website on each side, and any deal attached.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.verifieddr]
url = "https://verifieddr.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verifieddr": {
"type": "http",
"url": "https://verifieddr.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verifieddr
Remote MCP URL: https://verifieddr.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"verifieddr": {
"url": "https://verifieddr.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verifieddr": {
"type": "http",
"url": "https://verifieddr.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verifieddr",
"transport": "streamable-http",
"url": "https://verifieddr.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for verifieddr.com was fetched 2026-08-04T00:11:31.447Z.
verifieddr.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.