Connect Your AI Agent to the VerifiedDR MCP Server
Give Claude, Cursor or any MCP client direct access to your VerifiedDR data and workflows. TrueDR scores, AI visibility, keyword research, growth tasks and backlink outreach, one tool per action.
Connect Claude Code
One command. Swap in the key you create in the dashboard.
Cursor and Claude Desktop snippets follow below. Every client sees the same tools.
Connect Your Client
Streamable HTTP. Authenticate with your vdr_ API key, created in the dashboard under API.
claude mcp add --transport http verifieddr https://promptradar.nl/api/mcp \
--header "Authorization: Bearer vdr_your_api_key"{
"mcpServers": {
"verifieddr": {
"url": "https://promptradar.nl/api/mcp",
"headers": { "Authorization": "Bearer vdr_your_api_key" }
}
}
}{
"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.
curl -s https://promptradar.nl/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.
Run your agent on a 90-day growth program
MCP, CLI and API access come with every program, from €129 one-time. One payment for 90 days. Nothing renews.
No growth in 90 days? Full refund.
- Start1,000 API calls a month€129one-time
- Grow5,000 API calls a month€299one-time
- Scale10,000 API calls a month€599one-time