Connect Your AI Agent to VerifiedDR With MCP

Give Claude, Cursor, or any MCP client direct access to your VerifiedDR data and workflows. From TrueDR scores and AI visibility to keyword research, growth tasks, and backlink outreach.

Connect Claude Code

Connect Your Client

Streamable HTTP. Authenticate with your vdr_ API key, created in the dashboard under API.

Claude Code
claude mcp add --transport http verifieddr https://verifieddr.com/api/mcp \
  --header "Authorization: Bearer vdr_your_api_key"
Cursor / any streamable HTTP client (.cursor/mcp.json)
{
  "mcpServers": {
    "verifieddr": {
      "url": "https://verifieddr.com/api/mcp",
      "headers": { "Authorization": "Bearer vdr_your_api_key" }
    }
  }
}
Claude Desktop and other stdio-only clients
{
  "mcpServers": {
    "verifieddr": {
      "command": "npx",
      "args": ["-y", "verifieddr", "mcp"],
      "env": { "VERIFIEDDR_API_KEY": "vdr_your_api_key" }
    }
  }
}

The stdio form runs the vdr mcp bridge, which forwards to the same remote server: both paths expose identical tools.

Workflows as Prompts

Every workflow on the agents page is also an MCP prompt, listed by name in clients with a prompt menu. Each takes one optional site argument.

Render one for your website
curl -s https://verifieddr.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":4,"method":"prompts/get","params":{"name":"growth-loop","arguments":{"site":"verifieddr.com"}}}'

More Ways In

The same operations are available as a versioned HTTP API and a CLI.

Visibility Agent, from $39/month

MCP, CLI and API access included. Cancel anytime, backed by the 90-day Visibility Score guarantee.

4 months free with annual billing

VerifiedDR grows your visibility.

Increase your visibility in AI with the trust, backlinks and link exchanges that have the highest impact.