MCP Server
Active
MIT
io.github.Bishop81/domainintel-mcp MCP Server
io.github.Bishop81/domainintel-mcp
What is the io.github.Bishop81/domainintel-mcp MCP server?
Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.
How to install io.github.Bishop81/domainintel-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"domainintel-mcp": {
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"domainintel-mcp": {
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"domainintel-mcp": {
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"domainintel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}Claude Code
claude mcp add domainintel-mcp -- npx -y @domainintel/mcpRelated MCP servers
Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.
0
View repository →JavaScript
MIT
Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.
0
View repository →JavaScript
MIT
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
0
View repository →JavaScript
MIT