INDIVIDUAL MCP TOOL
inbox_thread
One partnership conversation: its messages, the website on each side, and any deal attached.
LIVE ENDPOINT
https://verifieddr.com/api/mcp
Connect to this endpoint to inspect the live schema for inbox_thread and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
account_usage— Your plan, the account-wide AI prompt budget, remaining API quota, and plan entitlements.list_categories— The category values accepted when submitting a site or filtering discovery (32 values, max 3 per site).list_sites— All websites on your account with current metrics: DR, TrueDR, weekly/monthly changes, traffic, referring domains, verification state.submit_site— List a new website on VerifiedDR, owned by your account.get_site— One site with DR and traffic history plus latest backlink totals.get_truedr— TrueDR (DR weighted by trust and real traffic) for one of YOUR sites, from the stored score.export_site— Machine-readable export for one of your sites: current metrics, the full public authority payload, and badge snippets in one response.lookup_site— Public authority lookup for ANY approved site: DR, TrueDR, trust score, confidence, traffic validation, and latest backlink evidence.