← verifieddr.com

INDIVIDUAL MCP TOOL

marketplace_request_post

Post what your website wants from others and what you'll pay (or pass id to edit an existing ask).

verifieddr.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://verifieddr.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for marketplace_request_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

verifieddr.com

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.