INDIVIDUAL MCP TOOL
ssl_check
Inspect a domain's live SSL/TLS certificate: expiry date, days left, issuer, subject, SANs, TLS version, and signature algorithm.
LIVE ENDPOINT
https://peeko.dev/mcp/public
Connect to this endpoint to inspect the live schema for ssl_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.peeko]
url = "https://peeko.dev/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peeko": {
"type": "http",
"url": "https://peeko.dev/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peeko
Remote MCP URL: https://peeko.dev/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": {
"peeko": {
"url": "https://peeko.dev/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peeko": {
"type": "http",
"url": "https://peeko.dev/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peeko",
"transport": "streamable-http",
"url": "https://peeko.dev/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dns_lookup— Look up live DNS records for a domain.http_check— Fetch a URL and return the final status code, response time, response headers, and the full redirect chain.whois_lookup— Look up domain registration via RDAP: registrar, registration and expiry dates, days left, EPP status codes, and nameservers.