← host-tracker.com
INDIVIDUAL MCP TOOL
run_instant_check
Run a free instant website/host check from HostTracker's 300+ global monitoring locations and return per-location results.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.hosttracker-mcp]
url = "https://mcp.host-tracker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hosttracker-mcp": {
"type": "http",
"url": "https://mcp.host-tracker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hosttracker-mcp
Remote MCP URL: https://mcp.host-tracker.com/mcp
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": {
"hosttracker-mcp": {
"url": "https://mcp.host-tracker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hosttracker-mcp": {
"type": "http",
"url": "https://mcp.host-tracker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hosttracker-mcp",
"transport": "streamable-http",
"url": "https://mcp.host-tracker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_check_types— List the instant-check types HostTracker supports (for the 'type' argument of run_instant_check).get_check_result— Fetch the current results of a previously started instant check by its dbId and id (as returned by run_instant_check).