Domain Check
Rank #35,347io.github.stucchi/domain-check
MCP server providing domain-check capabilities
Domain Check is a Model Context Protocol (MCP) server published by stucchi. It ranks #35,347 of 115,591 servers tracked on MCP Toplist. Domain Check is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 80,244 of 115,591 servers on MCP Toplist.
Use Domain Check
claude mcp add domain-check -- uvx domain-check-mcp[mcp_servers.domain-check]
command = "uvx"
args = ["domain-check-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"domain-check": {
"type": "stdio",
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"domain-check": {
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.stucchi%2Fdomain-check)<a href="https://mcptoplist.com/server/io.github.stucchi%2Fdomain-check"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Fdomain-check.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- Trello#21,023 · 8 vers
- MCP Advisor#25,877 · 9 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Google Analytics#43,436 · 2 vers
- Telnyx#44,428 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | Feb 25, 2026 |
| 1.0.1 | Feb 22, 2026 |
| 1.0.0 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Domain Check?
- Domain Check is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Domain Check listed on the Official MCP Registry?
- Yes — Domain Check is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Domain Check have?
- MCP Toplist tracks 4 versions of Domain Check, most recently published on Feb 25, 2026.
- Where can I find the source code for Domain Check?
- The source code for Domain Check is hosted at github.com/stucchi/domain-check-mcp.