AI & Machine Learning
domduck.com
Provides domain reputation metrics and AI crawler access policies for websites.
ENDPOINT 1
https://domduck.com/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.domduck-com]
url = "https://domduck.com/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"domduck-com": {
"type": "http",
"url": "https://domduck.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: domduck-com
Remote MCP URL: https://domduck.com/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"domduck-com": {
"url": "https://domduck.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"domduck-com": {
"type": "http",
"url": "https://domduck.com/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "domduck-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "domduck-com",
"transport": "streamable-http",
"url": "https://domduck.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://domduck.com/api/mcp/public
MCP server metadata
- Name
- domduck-public
- Version
- 1.0.0
Domduck tracks domain reputation over time and keeps the history permanently. This public server reads only what Domduck has already collected. It never fetches a domain on demand, so hasReading false means nobody has looked that domain up yet, not that the domain does not exist. One domain per call, 10 requests a minute per IP, and no history. Tranco rank and the blocked-crawler count are better when LOWER. Domain Rating and OpenPageRank are better when higher. A free Domduck account at https://domduck.com adds the dated history, unlimited tracked domains, a daily re-read of every source, and 240 requests a minute.
Known tools 3
lookup_domainPublic reputation snapshot for one domain from Domduck's store: Domain Rating, Tranco rank, OpenPageRank, registration date, TLS certificate state and AI crawler policy.
Inferred read-onlylist_sourcesWhat Domduck reads and what each source means, including the eight AI crawlers whose robots.
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.domduck-public]
url = "https://domduck.com/api/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"domduck-public": {
"type": "http",
"url": "https://domduck.com/api/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: domduck-public
Remote MCP URL: https://domduck.com/api/mcp/public
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": {
"domduck-public": {
"url": "https://domduck.com/api/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"domduck-public": {
"type": "http",
"url": "https://domduck.com/api/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "domduck-public",
"transport": "streamable-http",
"url": "https://domduck.com/api/mcp/public"
}
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 domduck.com was fetched 2026-08-23T16:20:16.399Z.
domduck.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.